[vchkpw] imap logins failing to update open-smtp file

2004-11-04 Thread Jason Mann
Hi folks.

I have been setting up a new mail server with the following software:

qmail 1.03
vpopmail 5.4.0
Courier IMAP 3.0.8
qmailadmin 1.2.0

vpopmail was configured with:
 --enable-roaming-users --enable-relay-clear-minutes=30

courier-imap is running under tcpserver, as per the instructions at
http://jonaspasche.de/courier-imap-daemontools.txt, and was configured
with:
 --enable-workarounds-for-imap-client-bugs --without-ipv6
 --without-authdaemon --without-authcustom --without-authcram
 --without-authuserdb --without-authshadow --without-authpwd
 --prefix=/usr/local/courier-imap

Everything works as expected except for one thing.  When clients
authenticate in IMAP, the roaming users rules file, open-smtp, is not
updated.

If a client authenticates in pop3, it is updated fine.

I have deleted both vpopmail and courier-imap, cleaned their source
directories and rebuilt, all to no avail.

Does anyone have any suggestions what else I should check?

Thanks.

Jason


[vchkpw] unsbscribe

2004-11-04 Thread Webmaster
Hi again!

Sent you an e-mail yesterday, but i'm still receiving your maillint
list.

Coud you please check.

Best regards,

Daniel Antunes




Re: [vchkpw] unsbscribe

2004-11-04 Thread Jason Mann
On 04/11 10:53, Webmaster wrote:
 Hi again!
 

Your message appears to be in reply to my message, even though it is totally
unrelated.

It's better practice to use your client's New message function instead of
replying to an existing unrelated message. Otherwise, it will mess up the
appearance of of the message list in threaded clients and threaded list
archives on the web.

Just a friendly word of advice. Not intended to be a flame.

Jason


Re: [vchkpw] unsbscribe

2004-11-04 Thread Cristiano Deana
On Thu, 4 Nov 2004 10:53:38 +, Webmaster [EMAIL PROTECTED] wrote:

 Sent you an e-mail yesterday, but i'm still receiving your maillint
 list.

I replied you yesterday HOW to unsubscribe. Read your emails.


Re: [vchkpw] imap logins failing to update open-smtp file

2004-11-04 Thread Jason Mann
On 04/11 10:01, Jason Mann wrote:
 Everything works as expected except for one thing.  When clients
 authenticate in IMAP, the roaming users rules file, open-smtp, is not
 updated.
 
 If a client authenticates in pop3, it is updated fine.

Fixed it. Forgot to set CFLAGS to -DHAVE_OPEN_SMTP_RELAY.

Jason