diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-10-16 22:29:47 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-10-16 22:29:47 +0000 |
commit | ed31c57bff4b449d6daaf13cd2d40c60d5150678 (patch) | |
tree | b898d5aceed74970b4f19d5f066397ac15b9576c | |
parent | f4b0f9cfdae9f86695a811d29b9699d027438631 (diff) |
after recent change in virtual maps support smtpd.conf.5 was not fully
updated and still referenced the "virtual" map which no longer exists.
issue spotted by Alexander Hall <alexander@beard.se>
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 80268820214..e1cc1aaf6ff 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.22 2009/10/13 04:53:33 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.23 2009/10/16 22:29:46 gilles Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: October 13 2009 $ +.Dd $Mdocdate: October 16 2009 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -140,10 +140,6 @@ and Map queried for remote host credentials. See .Xr makemap 8 . -.It virtual -Map queried for virtual domains. -See -.Xr makemap 8 . .El .Pp .Ar maptype |