Hello,
I have been using qmail under redhat 6.1 for a few weeks now and would like
to implement tcpserver. After installation, I am not able to telnet to
localhost on port 25. (Connection refused)
Followed the install instructions here.
http://cr.yp.to/ucspi-tcp/install.html which was really straightforward.
Then added
tcpserver -v -u 503 -g 502 0 smtp /var/qmail/bin/amail-smtpd 2>&1 |
/var/qmail/bin/splogger smtpd 3 &
to my /etc/rc.d/rc.local script (Is this the right place?)
I also followed these instructions from
http://cr.yp.to/qmail/faq/servers.html
Create /etc/tcp.smtp containing
192.168.73.:allow,RELAYCLIENT=""
127.:allow,RELAYCLIENT=""
to authorize relaying from clients with IP addresses 1.2.3.6 and 127.*. Run
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
Insert
-x /etc/tcp.smtp.cdb
after tcpserver in your system boot scripts.
Would appreciate any suggestion as to how to troubleshoot this. Thanks
Boyd
[EMAIL PROTECTED]