On Friday, November 2, 2001, at 08:32 AM, Carlos Paz wrote:
> I'm having problems with this too. I enabled the roaming-users switch > but when > they log in through pop or imapd, the tcp.smtp on ~vpopmail/etc don't > get > updated. > I'm using courier imapd and pop3d server. > > Browsing through the source code It seems that the roaming users switch > works > only with the vchkpw standalone utility, designed for the qmail pop3d... > > I wonder why it is not integrated with the vpopmail auth library... > anyone could > tell me why? It *is* in the vpopmail library. The problem is likely that you're using authdaemon with courier (which is the default). If you want roaming imap users, compile courier-imap without authdaemon and use authvchkpw. Also, you'll need to run couriertcpd as vpopmail.vchkpw, or run the pop server as root. This is so that both pop and imap write to the open-smtp file as the same owner. See http://www.mail-archive.com/vchkpw@inter7.com/msg06455.html for Sam's opinion on the matter... Regards, Bill Shupp