diff options
| author | Daniel Baker <dbaker@FreeBSD.org> | 2000-01-10 20:02:28 +0000 |
|---|---|---|
| committer | Daniel Baker <dbaker@FreeBSD.org> | 2000-01-10 20:02:28 +0000 |
| commit | dcca9856c6843ec24e0dcfafc047efc25fbf192e (patch) | |
| tree | 6ae7974f0600842a8a54f0120349e6907b09d124 /etc/inetd.conf | |
| parent | 0bd38143faae881cf9e1ab5597f5351c7efde515 (diff) | |
Notes
Diffstat (limited to 'etc/inetd.conf')
| -rw-r--r-- | etc/inetd.conf | 5 |
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 # |
