Hello there
i've juste upgraded vpopmail to version 4-9-8
using the mysql support.
all the compil sutff went well as usual.
now the problem is when i try to pop my account,
my pop client get stuck at the time it
send the password.
meanwhile, i obtain this from the mysql logs :
010130 17:53:44 1 Connect root@localhost on vpopmail
1 Query select pw_name, pw_passwd, pw_uid,
pw_gid, pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = 'bey' and
pw_domain = 'v-com.fr'
1 Query replace into relay ( ip_addr, timestamp
) values ( '195.36.233.119', 980873624 )
1 Query select ip_addr from relay
so i guess the user auth should be ok.
now while i'm stuck to the PASS command,
my server is getting loaded with this :
19703 ? S 0:00 \_ supervise qmail-pop3d
19713 ? S 0:00 | \_ /usr/local/bin/tcpserver -u 77 -g 77 -H
-R 0 pop3 /var/qmail/bin/qmail-popup mail.v-com.fr
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
19882 ? S 0:00 | \_ /var/qmail/bin/qmail-popup
mail.v-com.fr /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
19883 ? D 0:00 | \_ /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
19885 ? R 0:46 | \_ /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
and the process won't die if i stop the pop client.
it remains in memory increasing the load of the system.
so i don't understand why it freeze since it seems
that the sql query success.
any idea ?