Hi everyone, I'm having some problems with qmail-pop3d autentication (it invokes vchkpw). I have a mysql database on a remote host which keeps all the information of vpopmail (through vpopmail.mysql file)
There's what's happening: mail006:/var/qmail/supervise# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK <[EMAIL PROTECTED]> user [EMAIL PROTECTED] +OK pass 123 I get this when i telnet to port 110. User goes ok, but pass... I don't get any answer from qmail-pop3d (even if the password is wrong). I have vpopmail-5.4.7 on a debian-sarge box (kernel 2.6). i have libmysqlclient and mysql-client packages installed. The connection with the database is working. I tested it with the mysql-client program. Thanks Rafael Felix Correa