diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-05-13 13:57:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-05-13 13:57:25 +0000 |
commit | d30f62e758ede4c6292841635033c2cd12971f14 (patch) | |
tree | fd664c3e80b6f168b4495cde3221eac88c1bb6a0 /usr.sbin | |
parent | a4f0d5af8fb5486bcef89ea4f6bda3a0d714fb63 (diff) |
replace tabs with spaces, to avoid markup problems; ok gilles
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/makemap.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/smtpd/makemap.8 b/usr.sbin/smtpd/makemap.8 index 25fa0692bbf..bab64466252 100644 --- a/usr.sbin/smtpd/makemap.8 +++ b/usr.sbin/smtpd/makemap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makemap.8,v 1.16 2012/05/12 21:49:31 gilles Exp $ +.\" $OpenBSD: makemap.8,v 1.17 2012/05/13 13:57:24 jmc Exp $ .\" .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@openbsd.org> .\" Copyright (c) 2008-2009 Gilles Chechade <gilles@openbsd.org> @@ -15,7 +15,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: May 12 2012 $ +.Dd $Mdocdate: May 13 2012 $ .Dt MAKEMAP 8 .Os .Sh NAME @@ -91,13 +91,13 @@ accept for domain map "primary" deliver to mbox .Sh VIRTUAL DOMAINS Virtual domains are kept in maps. To add support for a virtual domain, add a domain key -.Dq example.com whatever +.Dq example.com whatever to the virtual map. To create single virtual address, add -.Dq user@example.com user +.Dq user@example.com user to the virtual map. To handle all mail destined to any user at example.com, add -.Dq @example.com user +.Dq @example.com user to the virtual map. .Pp In addition to adding an entry to the virtual map, |