summaryrefslogtreecommitdiffstats
path: root/mail/postfix25/files/patch-bp
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
committersf <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
commit58652be6de7e947edbbce47d207d1e312d8fe1f4 (patch)
tree02c65d10b369e37277c270f35998c6ee8d04aca1 /mail/postfix25/files/patch-bp
parent205f29a6b6e45e1a31878eab7056515113ec3e82 (diff)
downloadFreeBSD-ports-58652be6de7e947edbbce47d207d1e312d8fe1f4.zip
FreeBSD-ports-58652be6de7e947edbbce47d207d1e312d8fe1f4.tar.gz
update to NON BETA release, 20010228.
PR: 25493 Submitted by: maintainer
Diffstat (limited to 'mail/postfix25/files/patch-bp')
-rw-r--r--mail/postfix25/files/patch-bp42
1 files changed, 37 insertions, 5 deletions
diff --git a/mail/postfix25/files/patch-bp b/mail/postfix25/files/patch-bp
index bb65bd9..5206bfd 100644
--- a/mail/postfix25/files/patch-bp
+++ b/mail/postfix25/files/patch-bp
@@ -1,11 +1,43 @@
---- html/virtual.5.html.orig Tue Dec 21 03:00:58 1999
-+++ html/virtual.5.html Tue Nov 7 22:55:04 2000
+--- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000
++++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000
@@ -9,7 +9,7 @@
virtual - format of Postfix virtual table
-
+
<b>SYNOPSIS</b>
- <b>postmap</b> <b>/etc/postfix/virtual</b>
+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b>
-
+
<b>DESCRIPTION</b>
- The optional <b>virtual</b> table specifies redirections for
+ The optional <b>virtual</b> table specifies address redirections
+@@ -27,7 +27,7 @@
+ that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The
+ result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for
+ fast searching by the mail system. Execute the command
+- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the
++ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the
+ indexed file after changing the text file.
+
+ When the table is provided via other means such as NIS,
+@@ -52,7 +52,7 @@
+
+ Support for a Postfix-style virtual domain looks like:
+
+- /etc/postfix/virtual:
++ !!PREFIX!!/etc/postfix/virtual:
+ <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter)
+ <i>postmaster@virtual.domain</i> <i>postmaster</i>
+ <i>user1@virtual.domain</i> <i>address1</i>
+@@ -94,11 +94,11 @@
+
+ Support for a Sendmail-style virtual domain looks like:
+
+- /etc/postfix/main.cf:
++ !!PREFIX!!/etc/postfix/main.cf:
+ mydestination = $myhostname localhost.$mydomain $mydomain
+ <i>virtual.domain</i>
+
+- /etc/postfix/virtual:
++ !!PREFIX!!/etc/postfix/virtual:
+ <i>user1@virtual.domain</i> <i>address1</i>
+ <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i>
+
OpenPOWER on IntegriCloud