diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2018-05-29 11:43:23 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2018-05-29 11:43:23 +0000 |
commit | e294a13675e6bf4f25b192bd2778512818eaad4d (patch) | |
tree | 74375f4c66bbad5b1ad437032a988623da1309e8 /usr.sbin | |
parent | 0ec093de19065b96090ec27641924a426774b957 (diff) |
remove paragraph that's no longer true about authenticated users being
matched by from local
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 54f210ef480..93f56cd8c99 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.178 2018/05/25 14:41:57 millert Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.179 2018/05/29 11:43:22 gilles 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: May 25 2018 $ +.Dd $Mdocdate: May 29 2018 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -236,12 +236,6 @@ Credentials are looked up in the optional mapping .Ar authtable . The credentials format is described in .Xr table 5 . -.Pp -Any remote sender that passed SMTPAUTH is treated as if -it was the server's local user that was sending the mail. -This means that filter rules using -.Cm from local -are matched. .It Cm auth\-optional Op Pf < Ar authtable Ns > Like .Cm auth , |