summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-09-20 18:47:23 +0000
committerjmc <jmc@openbsd.org>2019-09-20 18:47:23 +0000
commitbce4692685dcb302f06e20975cdf996d515902e3 (patch)
tree5dad520c9e2c6b24bd709246ea27879b6188950c
parentteach smtpd how to do SRS so hosts that act as forwarders don't break SPF. (diff)
downloadwireguard-openbsd-bce4692685dcb302f06e20975cdf996d515902e3.tar.xz
wireguard-openbsd-bce4692685dcb302f06e20975cdf996d515902e3.zip
tweak previous;
-rw-r--r--usr.sbin/smtpd/smtpd.conf.55
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index 1da4189c0ca..580d583846f 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.225 2019/09/20 17:46:05 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.226 2019/09/20 18:47:23 jmc Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -850,14 +850,13 @@ Set the secret key to use for SRS,
the Sender Rewriting Scheme.
.It Ic srs Cm key backup Ar secret
Set a backup secret key to use as a fallback for SRS.
-This can be used to implementation SRS key rotation.
+This can be used to implement SRS key rotation.
.It Ic srs Cm ttl Ar delay
Set the time-to-live delay for SRS envelopes.
After this delay,
a bounce reply to the SRS address will be discarded to limit risks of forged addresses.
The default is four days
.Pq 4d .
-The delay
.It Ic table Ar name Oo Ar type : Oc Ns Ar pathname
Tables provide additional configuration information for
.Xr smtpd 8