summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjacekm <jacekm@openbsd.org>2010-04-20 20:22:29 +0000
committerjacekm <jacekm@openbsd.org>2010-04-20 20:22:29 +0000
commitb2417fd5ca6c6bf5f7889779f8d96c8dfc3d00b9 (patch)
tree0086f2958cc6a5cfaedf17ba9ac415256f3d5436
parentAllow MD oosiop(4) attachment to override default values for a few of the (diff)
downloadwireguard-openbsd-b2417fd5ca6c6bf5f7889779f8d96c8dfc3d00b9.tar.xz
wireguard-openbsd-b2417fd5ca6c6bf5f7889779f8d96c8dfc3d00b9.zip
Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>.
-rw-r--r--usr.sbin/smtpd/smtpd.conf.513
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index 3e098d5bfdd..f89ac85d1f5 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.28 2010/04/20 20:09:40 jacekm Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.29 2010/04/20 20:22:29 jacekm Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -119,8 +119,7 @@ This means that filter rules using "from local" will be matched.
.It Xo
.Ic map Ar map
.No {
-.Op Ic type Ar maptype
-.Ic source Ar mapsource
+.Ic source Ar type Ar source
.No }
.Xc
Maps are used to provide additional configuration information for
@@ -142,7 +141,7 @@ See
.Xr makemap 8 .
.El
.Pp
-.Ar maptype
+.Ar type
may be one of the following:
.Pp
.Bl -tag -width "fileXXX" -compact
@@ -156,16 +155,16 @@ Not implemented yet.
Not implemented yet.
.El
.Pp
-.Ar mapsource
+.Ar source
specifies the source of the map data.
It must be an absolute path to a file for the
.Dq file
and
.Dq db
-maptypes,
+map types,
or a domain name for the
.Dq dns
-maptype.
+map type.
.It Ic size Ar bytes
Specify the size above which a message is rejected by the server.
The