durusmail: qp: Adding new accounts to 'users'
Adding new accounts to 'users'
2006-09-19
2006-09-19
2006-09-20
2006-09-20
2006-09-21
2006-09-21
2006-09-23
2006-09-23
2006-09-24
2006-09-25
2006-09-25
2006-09-25
Re: Adding new accounts to 'users'
2006-09-25
Adding new accounts to 'users'
John Tidmarsh
2006-09-21
> >     configuration = dict(
> >         http_address=('', 8004),
> >         as_https_address=('localhost', 9004),
> >         https_address=('localhost', 10004),
> >         scgi_address=('localhost', 11004),
>         durus_address = ('localhost', 12004),
> >         )
>
> Please add the line above.

Thanks, that did it.

>
> The DurusPublisher uses a connection to a TempFileStorage
> if no durus_address is provided.  I think I'll add a print statement
> to the code that does that so that it is easier to know when
> this is happening.
>

That must be why previously /tmp was getting filled with *.durus
files. Now the durus file gets written to
/usr/lib/python2.4/site-packages/qp/sites/$PROJECT/var. Is there a way
to configure the location of the durus file to be a non-system dir
location ?

The pyrepl interface doesn't seem to update the contents of 'users' -
If I add a new user, the users.items() doesn't display the newly added
user, unless you restart the pyrepl interface.

Regards
John

P.S. I  replied earlier from a colleague's mail acct by mistake. Hope
the mailman cancellation worked.
reply