I installed tcpserver so that I can run qmail under it. I start it with
/usr/local/bin/tcpserver -R -u 505 -g 504 0 smtp /var/qmail/bin/qmail-smtpd 2>&1 \
| /var/qmail/bin/splogger smtpd &
505 is the qmaild ID and 504 is the nofiles ID.
I rebooted the system and can see with ps auxfw:
qmaild 445 0.0 0.3 1196 492 ? S 10:52 0:00
/usr/local/bin/tcpserver -v -u 505 -g 504 0 smtp /var/qmail/bin/qmail
root 446 0.0 0.2 1084 304 ? S 10:52 0:00
/var/qmail/bin/splogger smtpd 3
When running under inetd I could send mail using the "mail" program. Now I can't.
Any suggestion?
Stephen