diff options
author | 2016-08-31 16:39:24 +0000 | |
---|---|---|
committer | 2016-08-31 16:39:24 +0000 | |
commit | ba5aee4b84f9a707940177963c663cf51fa19b16 (patch) | |
tree | 3659535ba28744c771f4a68cf02796598ca1757b | |
parent | pl011 and pl031 are licenseable peripherals from arm present in multiple socs. (diff) | |
download | wireguard-openbsd-ba5aee4b84f9a707940177963c663cf51fa19b16.tar.xz wireguard-openbsd-ba5aee4b84f9a707940177963c663cf51fa19b16.zip |
no need for Xo/Xc here, plus minor tweak;
-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 0b19384dbe8..88af32e0b30 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.164 2016/08/31 15:24:04 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.165 2016/08/31 16:39:24 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -84,12 +84,10 @@ An exclamation mark may be specified to perform a reverse match. Following the accept/reject decision comes the matching of optional session related properties: .Bl -tag -width Ds -.It Xo -.Ic authenticated -.Xc +.It Ic authenticated If specified, the rule will only be matched if the client session was authenticated either by requesting authentication over the network or -because message was submitted over the local enqueuer. +because the message was submitted over the local enqueuer. .El .Pp .Bl -tag -width Ds |