> None of them worked! I have opened a telnet connection to the > server to port 110 and put in USER (all variants above) PASS > ****, and I got "Authentication failed". I'm running out of > ideeas. I am able to log in using the user name and password with > qmailadmin. So it's not like I'm typing in a wrong password. > Any help would be appreciated! Thank you in advance!
Can you show us your supervise script for qmail-pop3d. Mine looks something like this.. #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH exec tcpserver -R -H -c100 0 pop3 qmail-popup localhost.localdomain /var/www/webmail/bin/vchkpw qmail-pop3d Maildir vchkpw should be called before qmail-pop3d. vchkpw will look into the mysql vpopmail table to verify login/pass (assuming you compiled vpopmail with --enable-mysql=y). Dallas
