Include a note below the example qmail entry that mentions that inetd is

no longer the correct way to have qmail handle incoming qmail smtp
connections.  Also provide a url to the correct method.
This commit is contained in:
dbaker 2000-01-10 20:02:28 +00:00
parent 61829ec554
commit adefa8db94

View File

@ -79,7 +79,10 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#
#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
#
# example entry for the optional qmail MTA
# Example entry for the optional qmail MTA
# NOTE: This is no longer the correct way to handle incoming SMTP
# connections for qmail. Use tcpserver (http://cr.yp.to/ucspi-tcp.html)
# instead.
#
#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
#