diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-04 11:52:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-04 11:52:41 +0000 |
commit | b2cc7656f8f8c0588154fc1030d3ebd0cb644d78 (patch) | |
tree | 6f64953c67ae430e570542a70809e7e82336ecac | |
parent | b43860623738aed88bc80a3e3f0efb39612cf602 (diff) |
"match auth" matches transactions that *have been* authenticated;
ok gilles
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index b63d8b5bf9c..f842e49f850 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.187 2018/06/02 06:07:33 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.188 2018/06/04 11:52:40 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: June 2 2018 $ +.Dd $Mdocdate: June 4 2018 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -438,7 +438,7 @@ In addition, the following transaction options: .Op Ic \&! .Cm auth .Xc -Specify that transaction should be authenticated. +Matches any transactions which have been authenticated. .It Xo .Op Ic \&! .Cm helo |