From db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Sep 2001 01:02:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'. --- mail/postfix22/files/patch-bp | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 mail/postfix22/files/patch-bp (limited to 'mail/postfix22/files/patch-bp') diff --git a/mail/postfix22/files/patch-bp b/mail/postfix22/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix22/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./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 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