Hi,
A year ago, I was install qmail-ldap on solaris 9. Everyting working
well, until this week.
The problem come from POP. Everytime there is a user that download email
from server, it takes long time (outlook user), and failed (thunderbird
user).
I found "defunc" process in the server when a user trying to using pop
to download email. I can not find any error or failed log ( I was check
it in /var/log/qmail/pop3d/current and /var/adm/message). and the
configuration of the server just like thiss :
/service/qmail-pop3d/run :
#!/bin/sh
exec /usr/local/bin/softlimit -m 6000000 /usr/local/bin/tcpserver -v -R -H \
-l 0 0 110 /var/qmail/bin/qmail-popup mail.domain.com
/var/qmail/bin/auth_pop \
/var/qmail/bin/qmail-pop3d Maildir 2>&1
I also tested it by using telnet, to port 110, but I got the same
problem. When I give identification (user emailuser), it's fast. But
when I give password, it takes long time. For password I'm using MD5.
How to fix this problem ??