aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/smtpd.conf.5')
-rw-r--r--smtpd/smtpd.conf.524
1 files changed, 23 insertions, 1 deletions
diff --git a/smtpd/smtpd.conf.5 b/smtpd/smtpd.conf.5
index f8a9f0e0..adcf09bc 100644
--- a/smtpd/smtpd.conf.5
+++ b/smtpd/smtpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtpd.conf.5,v 1.230 2019/11/26 06:10:20 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.231 2019/11/26 07:50:01 gilles Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -607,6 +607,28 @@ Specify that session may address the regex or regex table
Specify that session may originate from any source.
.It Xo
.Op Ic \&!
+.Cm from auth
+.Xc
+Specify that session may originate from any authenticated user,
+no matter the source IP address.
+.It Xo
+.Op Ic \&!
+.Cm from auth
+.Ar user | Pf < Ar user Ns >
+.Xc
+Specify that session may originate from authenticated user or user list
+.Ar user ,
+no matter the source IP address.
+.It Xo
+.Op Ic \&!
+.Cm from auth
+.Ar user | Pf < Ar user Ns >
+.Xc
+Specify that session may originate from authenticated regex or regex list
+.Ar user ,
+no matter the source IP address.
+.It Xo
+.Op Ic \&!
.Cm from local
.Xc
Specify that session may only originate from a local IP address,