Hi,
I am managing two severs with Debian woody
distribution.
and I am in a trouble with qmail's pop daemon.
I'm using following command to start qmail's pop3 daemon. (in
/etc/init.d/qmail)
------------------------------------------------------------
sh -c
"start-stop-daemon --start --quiet --user root
\
--exec /usr/bin/tcpserver -- -H \ 0 pop-3 /usr/sbin/qmail-popup `hostname`.`dnsdomainname` \ /usr/bin/checkpassword /usr/sbin/qmail-pop3d Maildir &" ------------------------------------------------------------
It takes too much time when client try to connect my pop3
server.
I can solve this problem with "-H" option.
But, one server is slow still.
What things are remain I have to check else?
Thanks.
|