Does roaming users work for anybody with a fresh install of

courier-imap-1.3.12
vpopmail-5.0

I configured them with

imap:
./configure --disable-root-check \
            --without-authcustom \
            --without-authdaemon \
            --without-authmysql \
            --without-authpgsql \
           --enable-workarounds-for-imap-client-bugs \
           --with-authvchkpw \
           --without-authldap \
           --without-ipv6

and vpopmail:
./configure --enable-passwd=y \
            --enable-qmail-ext=y \
            --enable-roaming-users=y \
            --enable-clear-passwd=y \
            --enable-tcpserver-file=/home/vpopmail/etc/tcprules
            --enable-tcprules-prog=/usr/local/bin/tcprules

I configured and installed vpopmail first.  I even made ~vpopmail/lib
and its contents readable for world (though I used
--disable-root-check for imap).  

Here is the result:

# grep "AUTHMODULES=" /usr/lib/courier-imap/etc/pop3d
AUTHMODULES="authvchkpw authpam"

/usr/lib/courier-imap/libexec/pop3d.rc start

Then from a remote IP, I do

$ telnet thales 110
Trying 141.225.37.221...
Connected to thales.
Escape character is '^]'.
+OK Hello there.
user [EMAIL PROTECTED]
+OK Password required.
pass ******
+OK logged in.
quit
+OK Bye-bye.
Connection closed by foreign host.

# cat ~vpopmail/etc/open-smtp
cat: /home/vpopmail/etc/open-smtp: No such file or directory

# /usr/lib/courier-imap/libexec/pop3d.rc stop
# qmail-pop3d.init start

and again from the same remote IP:

$ telnet thales 110
Trying 141.225.37.221...
Connected to thales.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK 
pass *****
+OK 
quit
+OK 
Connection closed by foreign host.

# cat ~vpopmail/etc/open-smtp 
141.225.11.87:allow,RELAYCLIENT="",RBLSMTPD=""   1007145661

Any hints?  Thx,

Mate
-- 
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis  

Reply via email to