diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-05 05:58:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-05 05:58:13 +0000 |
commit | c3868a61bcfc76d052a82b48aca80cbb43e26d02 (patch) | |
tree | ca5da7892286c28fcf2fa731fe8c35d1abcd7475 | |
parent | 9fba89d2eba4539aaaaff1969bf0adee8800017c (diff) |
document "match tag"; ok gilles
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 81d71607548..5b36428fe2c 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.192 2018/06/04 21:13:34 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.193 2018/06/05 05:58:12 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 4 2018 $ +.Dd $Mdocdate: June 5 2018 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -442,7 +442,7 @@ In addition, the following transaction options: .Op Ic \&! .Cm auth .Xc -Matches any transactions which have been authenticated. +Matches transactions which have been authenticated. .It Xo .Op Ic \&! .Cm helo @@ -466,6 +466,12 @@ Specify that transaction's RCPT TO should match the string or list table .Ar recipient . .It Xo .Op Ic \&! +.Cm tag Ar tag +.Xc +Matches transactions tagged with the given +.Ar tag . +.It Xo +.Op Ic \&! .Cm tls .Xc Specify that transaction should take place in a TLS channel. |