summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-02-08 10:13:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-02-08 10:13:56 +0000
commit1e1259a8ac782e7882d8df21c19fc6f4c97de6d4 (patch)
tree41abd7ee6876750297adc0c9f6dd0ab37f958adb
parent04cd3f34270ffa77406f46b1f6cc910a2de21dfb (diff)
the per-rule "expire" does not really fit in its current section,
so move it into its own little bit; ok gilles
-rw-r--r--usr.sbin/smtpd/smtpd.conf.510
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index 67efc8f597c..b0a751e6774 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.83 2013/02/08 08:41:10 jmc Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.84 2013/02/08 10:13:55 jmc Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -283,8 +283,6 @@ Mail is piped to the specified
which is run with the privileges of the user the message is destined to.
This parameter may use conversion specifiers that are expanded before use
(see above).
-.It Ic expire Ar n {s|m|h|d}
-Specify how long a message that matched this rule can stay in the queue.
.It Xo
.Ic relay
.Op Ic backup Op Ar mx
@@ -429,6 +427,12 @@ contains a mapping of IP addresses to hostnames and
will automatically select the name that matches its source address
when connected to the remote server.
.El
+.Pp
+Additional per-rule adjustments available:
+.Bl -tag -width Ds
+.It Ic expire Ar n {s|m|h|d}
+Specify how long a message that matched this rule can stay in the queue.
+.El
.It Ic bounce-warn Ar n {s|m|h|d} [, ...]
Specify the delays for which temporary failure reports must be generated
when messages are stuck in the queue.