I already setup the qmail follow by life with qmail, and I tested that
is ok.
after that , I added script of qmail-pop3d in service.
my script is:
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 /usr/local/bin/tcpserver -v -R
-H -l 0 0 110 /var/qmail/bin/qmail-popup sbs01.helka.com.hk
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1
but I find this in process
ps -la:
17658 ? Z 0:00 [supervise <defunct>]
now I can check the email in local machine but I can't check mail outside.
I see this under svstat /service/qmail-pop3d/:
/var/qmail/supervise/qmail-pop3d/: up (pid 25806) 24927 seconds
what's wrong?