diff options
author | 2013-07-19 12:20:57 +0000 | |
---|---|---|
committer | 2013-07-19 12:20:57 +0000 | |
commit | ff13c580c550dc3bb133cd7fd66856ca626cf1e6 (patch) | |
tree | 99a7fc9780a818e9a7fd3c5a87d40a154442a945 | |
parent | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization (diff) | |
download | wireguard-openbsd-ff13c580c550dc3bb133cd7fd66856ca626cf1e6.tar.xz wireguard-openbsd-ff13c580c550dc3bb133cd7fd66856ca626cf1e6.zip |
document "error:" aliases
-rw-r--r-- | usr.sbin/smtpd/aliases.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/aliases.5 b/usr.sbin/smtpd/aliases.5 index cc3c7208621..6556caaa597 100644 --- a/usr.sbin/smtpd/aliases.5 +++ b/usr.sbin/smtpd/aliases.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aliases.5,v 1.5 2013/01/26 09:37:23 gilles Exp $ +.\" $OpenBSD: aliases.5,v 1.6 2013/07/19 12:20:57 eric Exp $ .\" .\" Copyright (c) 2012 Gilles Chehade <gilles@poolp.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 26 2013 $ +.Dd $Mdocdate: July 19 2013 $ .Dt ALIASES 5 .Os .Sh NAME @@ -80,6 +80,10 @@ will only use the part that precedes .Sq + as a .Em key . +.It Ar error : Ns Ar code Ar message +A status code and message to return. +The code must be in either 400 (TempFail) or 500 (PermFail) ranges. +The message must be present and can be freely chosen. .El .Sh FILES .Bl -tag -width "/etc/mail/aliasesXXX" |