From dcca9856c6843ec24e0dcfafc047efc25fbf192e Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Mon, 10 Jan 2000 20:02:28 +0000 Subject: [PATCH] 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. --- etc/inetd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index c7f6cc6d749..4cbdb8fb5e3 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -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 #