Hi..
i'm using redhat 7.3 and install qmail + vpopmail 5.3.8 successfully,
the problem is i can't telnet to pop3 port 110 from other machine, but
there's no problem from local machine to port 110. How to trace this
problem? i have checked there's no problem with other port, because i can
telnet to port 25 (smtp),etc from remote machine.
my startup script is:
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R 0 pop-3 \
/var/qmail/bin/qmail-popup local.domain.com \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
Thanks,
--