diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-02-13 23:15:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-02-13 23:15:01 +0000 |
commit | 6f146a4ebc7e42bf5c018f33abc4d4de6e7a7be4 (patch) | |
tree | 77410148b25b6101a66742a9947d34b425ae3521 /usr.sbin | |
parent | f151590c7aee5e772472fb7f02491394c1c4d8f9 (diff) |
tweak previous;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 4b71cdd4a34..d817fa539a5 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.154 2016/02/13 20:56:39 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.155 2016/02/13 23:15:00 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -653,11 +653,9 @@ of inflight envelopes falls below .Ar num . Changing the default value might degrade performance. .It Xo -.Bk -words .Ic listen on socket .Op Ic filter Ar name .Op Ic mask-source -.Ek .br .Bk -words .Ic listen on Ar interface @@ -685,10 +683,10 @@ to listen on for incoming connections. The .Ic listen on socket directive is used to modify the behavior of the listener handling -messages submitted through the local enqueuer, for example, via the +messages submitted through the local enqueuer, for example via the .Xr mail 1 utility. -This is an optional directive, if unspecified then +This is an optional directive: if unspecified then .Xr smtpd 8 will simply listen for connections on the .Ic socket |