Hi!, I want your opinion on a problem I encountered in my Qmailtoaster
installation.
After completing the installation, I tried a telnet to port 110 of server
and gave me too much time out

Then edited the file /var/qmail/supervise/pop3/run
*
#!/bin/sh

PASSPROG="/home/vpopmail/bin/vchkpw"
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 48000000 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 2>&1*

I added the options *-H -l $ HOSTNAME* (as they have pop3-ssl, imap, etc)
and resolved the time out.

Thanks!

Adrian Ramirez

Reply via email to