summaryrefslogtreecommitdiff
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>2000-01-10 20:02:28 +0000
committerDaniel Baker <dbaker@FreeBSD.org>2000-01-10 20:02:28 +0000
commitdcca9856c6843ec24e0dcfafc047efc25fbf192e (patch)
tree6ae7974f0600842a8a54f0120349e6907b09d124 /etc/inetd.conf
parent0bd38143faae881cf9e1ab5597f5351c7efde515 (diff)
Notes
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index c7f6cc6d749d..4cbdb8fb5e3c 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
#