From 1e1259a8ac782e7882d8df21c19fc6f4c97de6d4 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 8 Feb 2013 10:13:56 +0000 Subject: the per-rule "expire" does not really fit in its current section, so move it into its own little bit; ok gilles --- usr.sbin/smtpd/smtpd.conf.5 | 10 +++++++--- 1 file 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 .\" Copyright (c) 2009 Jacek Masiulaniec @@ -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. -- cgit v1.2.3