diff options
author | 2018-05-25 14:41:57 +0000 | |
---|---|---|
committer | 2018-05-25 14:41:57 +0000 | |
commit | e79c681fecd932f65935896bf265de7c3f7bc665 (patch) | |
tree | 0a929a16862ab818fb4814193afa8c4468e8e811 | |
parent | default to from local and for local as we used to (diff) | |
download | wireguard-openbsd-e79c681fecd932f65935896bf265de7c3f7bc665.tar.xz wireguard-openbsd-e79c681fecd932f65935896bf265de7c3f7bc665.zip |
Document that "from local" and "for local" are still the defaults.
OK gilles@
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index e4563c2bf04..54f210ef480 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.177 2018/05/25 09:17:01 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.178 2018/05/25 14:41:57 millert Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -357,6 +357,7 @@ Specify that session may address any destination. .Cm for local .Xc Specify that session may address any local domain. +This is the default, and may be omitted. .It Xo .Op Ic \&! .Cm for domain @@ -375,6 +376,7 @@ Specify that session may originate from any source. .Xc Specify that session may only originate from a local IP address, or from the local enqueuer. +This is the default, and may be omitted. .It Xo .Op Ic \&! .Cm from socket |