From 35ea9ae15cfc960c934565f6c4dcc0c176c1425b Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Sun, 4 Mar 2001 19:35:00 +0000 Subject: update to NON BETA release, 20010228. PR: 25493 Submitted by: maintainer --- mail/postfix26/files/patch-bp | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'mail/postfix26/files/patch-bp') diff --git a/mail/postfix26/files/patch-bp b/mail/postfix26/files/patch-bp index bb65bd98a7b8..5206bfd4bfd0 100644 --- a/mail/postfix26/files/patch-bp +++ b/mail/postfix26/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 - + SYNOPSIS - postmap /etc/postfix/virtual + postmap !!PREFIX!!/etc/postfix/virtual - + DESCRIPTION - The optional virtual table specifies redirections for + The optional virtual table specifies address redirections +@@ -27,7 +27,7 @@ + that serves as input to the postmap(1) command. The + result, an indexed file in dbm or db format, is used for + fast searching by the mail system. Execute the command +- postmap /etc/postfix/virtual in order to rebuild the ++ postmap !!PREFIX!!/etc/postfix/virtual 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: + virtual.domain anything (right-hand content does not matter) + postmaster@virtual.domain postmaster + user1@virtual.domain address1 +@@ -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 + virtual.domain + +- /etc/postfix/virtual: ++ !!PREFIX!!/etc/postfix/virtual: + user1@virtual.domain address1 + user2@virtual.domain address2, address3 + -- cgit v1.2.3