]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- up to 2.4.5
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 10 Sep 2007 14:00:47 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- the changes /etc/postfix -> /etc/mail are done via sed in spec

Changed files:
    postfix-config.patch -> 1.18

postfix-config.patch

index 76b1e60c6fa0f977fc2e4ade31a3f55eeabca772..bd3fc018642c40e59b71febf2a9b9dd1a55971fc 100644 (file)
@@ -121,910 +121,6 @@ diff -dur postfix-2.1.3.orig/conf/main.cf postfix-2.1.3/conf/main.cf
 +#
 +unknown_address_reject_code = 550
 +
-diff -dur postfix-2.1.3.orig/man/man1/postconf.1 postfix-2.1.3/man/man1/postconf.1
---- postfix-2.1.3.orig/man/man1/postconf.1     2004-04-22 21:27:05.000000000 +0200
-+++ postfix-2.1.3/man/man1/postconf.1  2004-06-22 14:25:06.710151423 +0200
-@@ -150,7 +150,7 @@
- .SH "FILES"
- .na
- .nf
--/etc/postfix/main.cf, Postfix configuration parameters
-+/etc/mail/main.cf, Postfix configuration parameters
- .SH "SEE ALSO"
- .na
- .nf
---- postfix-2.2.2/man/man1/postfix.1.orig      2005-02-22 13:44:48.000000000 +0100
-+++ postfix-2.2.2/man/man1/postfix.1   2005-04-26 11:24:46.000000000 +0200
-@@ -61,7 +61,7 @@
- already installed Postfix system.
- .sp
- This feature is available in Postfix 2.1 and later.  With
--Postfix 2.0 and earlier, use "\fB/etc/postfix/post-install
-+Postfix 2.0 and earlier, use "\fB/etc/mail/post-install
- set-permissions\fR".
- .IP "\fBupgrade-configuration\fR \fB[\fIname\fR=\fIvalue ...\fB]\fR
- Update the \fBmain.cf\fR and \fBmaster.cf\fR files with information
-@@ -72,7 +72,7 @@
- main.cf configuration parameters.
- .sp
- This feature is available in Postfix 2.1 and later.  With
--Postfix 2.0 and earlier, use "\fB/etc/postfix/post-install
-+Postfix 2.0 and earlier, use "\fB/etc/mail/post-install
- upgrade-configuration\fR".
- .PP
- The following options are implemented:
-@@ -155,11 +155,11 @@
- .SH "FILES"
- .na
- .nf
--/etc/postfix/main.cf, Postfix configuration parameters
--/etc/postfix/master.cf, Postfix daemon processes
--/etc/postfix/postfix-files, file/directory permissions
--/etc/postfix/postfix-script, administrative commands
--/etc/postfix/post-install, post-installation configuration
-+/etc/mail/main.cf, Postfix configuration parameters
-+/etc/mail/master.cf, Postfix daemon processes
-+/etc/mail/postfix-files, file/directory permissions
-+/etc/mail/postfix-script, administrative commands
-+/etc/mail/post-install, post-installation configuration
- .SH "SEE ALSO"
- .na
- .nf
-diff -dur postfix-2.1.3.orig/man/man1/sendmail.1 postfix-2.1.3/man/man1/sendmail.1
---- postfix-2.1.3.orig/man/man1/sendmail.1     2004-04-14 03:56:07.000000000 +0200
-+++ postfix-2.1.3/man/man1/sendmail.1  2004-06-22 14:25:58.213160652 +0200
-@@ -325,7 +325,7 @@
- .na
- .nf
- /var/spool/postfix, mail queue
--/etc/postfix, configuration files
-+/etc/mail, configuration files
- .SH "SEE ALSO"
- .na
- .nf
---- postfix-2.2.2/man/man5/access.5.orig       2005-02-05 00:50:56.000000000 +0100
-+++ postfix-2.2.2/man/man5/access.5    2005-04-26 11:21:22.000000000 +0200
-@@ -8,11 +8,11 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap /etc/postfix/access\fR
-+\fBpostmap /etc/mail/access\fR
--\fBpostmap -q "\fIstring\fB" /etc/postfix/access\fR
-+\fBpostmap -q "\fIstring\fB" /etc/mail/access\fR
--\fBpostmap -q - /etc/postfix/access <\fIinputfile\fR
-+\fBpostmap -q - /etc/mail/access <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -28,7 +28,7 @@
- that serves as input to the \fBpostmap\fR(1) command.
- The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
- is used for fast searching by the mail system. Execute the command
--"\fBpostmap /etc/postfix/access\fR" in order to rebuild the indexed
-+"\fBpostmap /etc/mail/access\fR" in order to rebuild the indexed
- file after changing the access table.
- When the table is provided via other means such as NIS, LDAP
-@@ -318,20 +318,20 @@
- .na
- .nf
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
- .in +4
- smtpd_client_restrictions =
- .in +4
--check_client_access hash:/etc/postfix/access
-+check_client_access hash:/etc/mail/access
- .in -8
--/etc/postfix/access:
-+/etc/mail/access:
- .in +4
- 1.2.3   REJECT
- 1.2.3.4 OK
- .in -4
--Execute the command "\fBpostmap /etc/postfix/access\fR" after
-+Execute the command "\fBpostmap /etc/mail/access\fR" after
- editing the file.
- .SH BUGS
- .ad
---- postfix-2.2.2/man/man5/canonical.5.orig    2005-03-09 21:05:01.000000000 +0100
-+++ postfix-2.2.2/man/man5/canonical.5 2005-04-26 11:21:34.000000000 +0200
-@@ -8,11 +8,11 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap /etc/postfix/canonical\fR
-+\fBpostmap /etc/mail/canonical\fR
--\fBpostmap -q "\fIstring\fB" /etc/postfix/canonical\fR
-+\fBpostmap -q "\fIstring\fB" /etc/mail/canonical\fR
--\fBpostmap -q - /etc/postfix/canonical <\fIinputfile\fR
-+\fBpostmap -q - /etc/mail/canonical <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -25,7 +25,7 @@
- that serves as input to the \fBpostmap\fR(1) command.
- The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
- is used for fast searching by the mail system. Execute the command
--"\fBpostmap /etc/postfix/canonical\fR" in order to rebuild the indexed
-+"\fBpostmap /etc/mail/canonical\fR" in order to rebuild the indexed
- file after changing the text file.
- When the table is provided via other means such as NIS, LDAP
-diff -dur postfix-2.1.3.orig/man/man5/cidr_table.5 postfix-2.1.3/man/man5/cidr_table.5
---- postfix-2.1.3.orig/man/man5/cidr_table.5   2004-04-16 15:17:25.000000000 +0200
-+++ postfix-2.1.3/man/man5/cidr_table.5        2004-06-22 14:28:40.742716008 +0200
-@@ -8,9 +8,9 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap -q "\fIstring\fB" cidr:/etc/postfix/\fIfilename\fR
-+\fBpostmap -q "\fIstring\fB" cidr:/etc/mail/\fIfilename\fR
--\fBpostmap -q - cidr:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -q - cidr:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -53,11 +53,11 @@
- .SH "EXAMPLE SMTPD ACCESS MAP"
- .na
- .nf
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
- .ti +4
--smtpd_client_restrictions = ... cidr:/etc/postfix/client.cidr ...
-+smtpd_client_restrictions = ... cidr:/etc/mail/client.cidr ...
--/etc/postfix/client.cidr:
-+/etc/mail/client.cidr:
- .in +4
- # Rule order matters. Put more specific whitelist entries
- # before more general blacklist entries.
---- postfix-2.2.2/man/man5/generic.5.orig      2005-02-12 02:01:06.000000000 +0100
-+++ postfix-2.2.2/man/man5/generic.5   2005-04-26 11:27:39.000000000 +0200
-@@ -8,11 +8,11 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap /etc/postfix/generic\fR
-+\fBpostmap /etc/mail/generic\fR
--\fBpostmap -q "\fIstring\fB" /etc/postfix/generic\fR
-+\fBpostmap -q "\fIstring\fB" /etc/mail/generic\fR
--\fBpostmap -q - /etc/postfix/generic <\fIinputfile\fR
-+\fBpostmap -q - /etc/mail/generic <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -38,7 +38,7 @@
- text file that serves as input to the \fBpostmap\fR(1)
- command.  The result, an indexed file in \fBdbm\fR or
- \fBdb\fR format, is used for fast searching by the mail
--system. Execute the command "\fBpostmap /etc/postfix/generic\fR"
-+system. Execute the command "\fBpostmap /etc/mail/generic\fR"
- in order to rebuild the indexed file after changing the
- text file.
-@@ -164,12 +164,12 @@
- .na
- .nf
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
- .in +4
--    smtp_generic_maps = hash:/etc/postfix/generic
-+    smtp_generic_maps = hash:/etc/mail/generic
- .in -4
--/etc/postfix/generic:
-+/etc/mail/generic:
- .in +4
-     his@localdomain.local   hisaccount@hisisp.example
-     her@localdomain.local   heraccount@herisp.example
-@@ -178,7 +178,7 @@
- .ad
- .fi
--Execute the command "\fBpostmap /etc/postfix/generic\fR"
-+Execute the command "\fBpostmap /etc/mail/generic\fR"
- whenever the table is changed.  Instead of \fBhash\fR, some
- systems use \fBdbm\fR database files. To find out what
- tables your system supports use the command "\fBpostconf
-diff -dur postfix-2.1.3.orig/man/man5/header_checks.5 postfix-2.1.3/man/man5/header_checks.5
---- postfix-2.1.3.orig/man/man5/header_checks.5        2004-05-07 21:25:22.000000000 +0200
-+++ postfix-2.1.3/man/man5/header_checks.5     2004-06-22 14:28:52.575028045 +0200
-@@ -8,17 +8,17 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBheader_checks = pcre:/etc/postfix/header_checks\fR
-+\fBheader_checks = pcre:/etc/mail/header_checks\fR
- .br
--\fBmime_header_checks = pcre:/etc/postfix/mime_header_checks\fR
-+\fBmime_header_checks = pcre:/etc/mail/mime_header_checks\fR
- .br
--\fBnested_header_checks = pcre:/etc/postfix/nested_header_checks\fR
-+\fBnested_header_checks = pcre:/etc/mail/nested_header_checks\fR
- .br
--\fBbody_checks = pcre:/etc/postfix/body_checks\fR
-+\fBbody_checks = pcre:/etc/mail/body_checks\fR
- .sp
--\fBpostmap -fq "\fIstring\fB" pcre:/etc/postfix/\fIfilename\fR
-+\fBpostmap -fq "\fIstring\fB" pcre:/etc/mail/\fIfilename\fR
- .br
--\fBpostmap -fq - pcre:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -fq - pcre:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -274,11 +274,11 @@
- .na
- .nf
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
- .ti +4
--header_checks = regexp:/etc/postfix/header_checks
-+header_checks = regexp:/etc/mail/header_checks
--/etc/postfix/header_checks:
-+/etc/mail/header_checks:
- .ti +4
- /^content-(type|disposition):.*name[[:space:]]*=.*\\.(exe|vbs)/
- .ti +8
-@@ -290,11 +290,11 @@
- .na
- .nf
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
- .ti +4
--body_checks = regexp:/etc/postfix/body_checks
-+body_checks = regexp:/etc/mail/body_checks
--/etc/postfix/body_checks:
-+/etc/mail/body_checks:
- .ti +4
- /^<iframe src=(3D)?cid:.* height=(3D)?0 width=(3D)?0>$/
- .ti +8
-diff -dur postfix-2.1.3.orig/man/man5/ldap_table.5 postfix-2.1.3/man/man5/ldap_table.5
---- postfix-2.1.3.orig/man/man5/ldap_table.5   2004-04-16 16:50:00.000000000 +0200
-+++ postfix-2.1.3/man/man5/ldap_table.5        2004-06-22 14:28:58.307694713 +0200
-@@ -8,9 +8,9 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap -q "\fIstring\fB" ldap:/etc/postfix/filename\fR
-+\fBpostmap -q "\fIstring\fB" ldap:/etc/mail/filename\fR
--\fBpostmap -q - ldap:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -q - ldap:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -23,9 +23,9 @@
- In order to use LDAP lookups, define an LDAP source as a lookup
- table in main.cf, for example:
- .ti +4
--alias_maps = ldap:/etc/postfix/ldap-aliases.cf
-+alias_maps = ldap:/etc/mail/ldap-aliases.cf
--The file /etc/postfix/ldap-aliases.cf has the same format as
-+The file /etc/mail/ldap-aliases.cf has the same format as
- the Postfix main.cf file, and can specify the parameters
- described below. An example is given at the end of this manual.
-@@ -207,7 +207,7 @@
- and "@domain" lookups are not performed. This can significantly
- reduce the query load on the LDAP server.
- .ti +4
--domain = postfix.org, hash:/etc/postfix/searchdomains
-+domain = postfix.org, hash:/etc/mail/searchdomains
- It is best not to use LDAP to store the domains eligible
- for LDAP lookups.
-@@ -398,9 +398,9 @@
- .ti +4
- alias_maps = hash:/etc/aliases,
- .ti +8
--ldap:/etc/postfix/ldap-aliases.cf
-+ldap:/etc/mail/ldap-aliases.cf
--and in ldap:/etc/postfix/ldap-aliases.cf you have:
-+and in ldap:/etc/mail/ldap-aliases.cf you have:
- .in +4
- server_host = ldap.my.com
- .br
-diff -dur postfix-2.1.3.orig/man/man5/mysql_table.5 postfix-2.1.3/man/man5/mysql_table.5
---- postfix-2.1.3.orig/man/man5/mysql_table.5  2004-04-14 16:27:48.000000000 +0200
-+++ postfix-2.1.3/man/man5/mysql_table.5       2004-06-22 14:29:04.905311074 +0200
-@@ -8,9 +8,9 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap -q "\fIstring\fB" mysql:/etc/postfix/filename\fR
-+\fBpostmap -q "\fIstring\fB" mysql:/etc/mail/filename\fR
--\fBpostmap -q - mysql:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -q - mysql:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -24,7 +24,7 @@
- .ti +4
- alias_maps = mysql:/etc/mysql-aliases.cf
--The file /etc/postfix/mysql-aliases.cf has the same format as
-+The file /etc/mail/mysql-aliases.cf has the same format as
- the Postfix main.cf file, and can specify the parameters
- described below.
- .SH "ALTERNATIVE CONFIGURATION"
-diff -dur postfix-2.1.3.orig/man/man5/pcre_table.5 postfix-2.1.3/man/man5/pcre_table.5
---- postfix-2.1.3.orig/man/man5/pcre_table.5   2004-04-14 16:27:48.000000000 +0200
-+++ postfix-2.1.3/man/man5/pcre_table.5        2004-06-22 14:26:40.727691077 +0200
-@@ -8,9 +8,9 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap -fq "\fIstring\fB" pcre:/etc/postfix/\fIfilename\fR
-+\fBpostmap -fq "\fIstring\fB" pcre:/etc/mail/\fIfilename\fR
--\fBpostmap -fq - pcre:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -fq - pcre:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-diff -dur postfix-2.1.3.orig/man/man5/pgsql_table.5 postfix-2.1.3/man/man5/pgsql_table.5
---- postfix-2.1.3.orig/man/man5/pgsql_table.5  2004-04-14 16:27:48.000000000 +0200
-+++ postfix-2.1.3/man/man5/pgsql_table.5       2004-06-22 14:29:12.348878225 +0200
-@@ -8,9 +8,9 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap -q "\fIstring\fB" pgsql:/etc/postfix/filename\fR
-+\fBpostmap -q "\fIstring\fB" pgsql:/etc/mail/filename\fR
--\fBpostmap -q - pgsql:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -q - pgsql:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -24,7 +24,7 @@
- .ti +4
- alias_maps = pgsql:/etc/pgsql-aliases.cf
--The file /etc/postfix/pgsql-aliases.cf has the same format as
-+The file /etc/mail/pgsql-aliases.cf has the same format as
- the Postfix main.cf file, and can specify the parameters
- described below.
- .SH "ALTERNATIVE CONFIGURATION"
---- postfix-2.2.2/man/man5/postconf.5.orig     2005-03-09 21:06:05.000000000 +0100
-+++ postfix-2.2.2/man/man5/postconf.5  2005-04-26 11:29:18.000000000 +0200
-@@ -93,8 +93,8 @@
- .nf
- .na
- .ft C
--address_verify_map = hash:/etc/postfix/verify
--address_verify_map = btree:/etc/postfix/verify
-+address_verify_map = hash:/etc/mail/verify
-+address_verify_map = btree:/etc/mail/verify
- .fi
- .ad
- .ft R
-@@ -627,7 +627,7 @@
- are documented in \fBcanonical\fR(5). For an overview of Postfix address
- manipulations see the ADDRESS_REWRITING_README document.
- .PP
--If you use this feature, run "\fBpostmap /etc/postfix/canonical\fR" to
-+If you use this feature, run "\fBpostmap /etc/mail/canonical\fR" to
- build the necessary DBM or DB file after every change. The changes
- will become visible after a minute or so.  Use "\fBpostfix reload\fR"
- to eliminate the delay.
-@@ -651,8 +651,8 @@
- .nf
- .na
- .ft C
--canonical_maps = dbm:/etc/postfix/canonical
--canonical_maps = hash:/etc/postfix/canonical
-+canonical_maps = dbm:/etc/mail/canonical
-+canonical_maps = hash:/etc/mail/canonical
- .fi
- .ad
- .ft R
-@@ -1816,7 +1816,7 @@
- .ft C
-     local_header_rewrite_clients = permit_mynetworks,
-         permit_sasl_authenticated permit_tls_clientcerts
--        check_address_map hash:/etc/postfix/pop-before-smtp
-+        check_address_map hash:/etc/mail/pop-before-smtp
- .fi
- .ad
- .ft R
-@@ -2360,7 +2360,7 @@
- mynetworks = !192.168.0.1, 192.168.0.0/28
- mynetworks = 127.0.0.0/8 168.100.189.0/28 [::1]/128 [2001:240:5c7::]/64
- mynetworks = $config_directory/mynetworks
--mynetworks = hash:/etc/postfix/network_table
-+mynetworks = hash:/etc/mail/network_table
- .fi
- .ad
- .ft R
-@@ -2739,7 +2739,7 @@
- Look up the "@domain.tld" part.
- .PP
- Specify the types and names of databases to use.  After change,
--run "\fBpostmap /etc/postfix/recipient_bcc\fR".
-+run "\fBpostmap /etc/mail/recipient_bcc\fR".
- .PP
- Note: if mail to the BCC address bounces it will be returned to
- the sender.
-@@ -2754,7 +2754,7 @@
- .nf
- .na
- .ft C
--recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
-+recipient_bcc_maps = hash:/etc/mail/recipient_bcc
- .fi
- .ad
- .ft R
-@@ -2779,7 +2779,7 @@
- .nf
- .na
- .ft C
--recipient_canonical_maps = hash:/etc/postfix/recipient_canonical
-+recipient_canonical_maps = hash:/etc/mail/recipient_canonical
- .fi
- .ad
- .ft R
-@@ -2822,7 +2822,7 @@
- .nf
- .na
- .ft C
--relay_clientcerts = hash:/etc/postfix/relay_clientcerts
-+relay_clientcerts = hash:/etc/mail/relay_clientcerts
- .fi
- .ad
- .ft R
-@@ -2899,7 +2899,7 @@
- .nf
- .na
- .ft C
--relay_recipient_maps = hash:/etc/postfix/relay_recipients
-+relay_recipient_maps = hash:/etc/mail/relay_recipients
- .fi
- .ad
- .ft R
-@@ -2952,7 +2952,7 @@
- domains that no longer exist.  The table format and lookups are
- documented in \fBrelocated\fR(5).
- .PP
--If you use this feature, run "\fBpostmap /etc/postfix/relocated\fR" to
-+If you use this feature, run "\fBpostmap /etc/mail/relocated\fR" to
- build the necessary DBM or DB file after change, then "\fBpostfix
- reload\fR" to make the changes visible.
- .PP
-@@ -2961,8 +2961,8 @@
- .nf
- .na
- .ft C
--relocated_maps = dbm:/etc/postfix/relocated
--relocated_maps = hash:/etc/postfix/relocated
-+relocated_maps = dbm:/etc/mail/relocated
-+relocated_maps = hash:/etc/mail/relocated
- .fi
- .ad
- .ft R
-@@ -3035,7 +3035,7 @@
- next-hop host, recipient) triple.
- .PP
- This feature is available in Postfix 2.0 and later.
--.SH sample_directory (default: /etc/postfix)
-+.SH sample_directory (default: /etc/mail)
- The name of the directory with example Postfix configuration files.
- .SH sender_based_routing (default: no)
- This parameter should not be used.
-@@ -3064,7 +3064,7 @@
- Look up the "@domain.tld" part.
- .PP
- Specify the types and names of databases to use.  After change,
--run "\fBpostmap /etc/postfix/sender_bcc\fR".
-+run "\fBpostmap /etc/mail/sender_bcc\fR".
- .PP
- Note: if mail to the BCC address bounces it will be returned to
- the sender.
-@@ -3079,7 +3079,7 @@
- .nf
- .na
- .ft C
--sender_bcc_maps = hash:/etc/postfix/sender_bcc
-+sender_bcc_maps = hash:/etc/mail/sender_bcc
- .fi
- .ad
- .ft R
-@@ -3107,7 +3107,7 @@
- .nf
- .na
- .ft C
--sender_canonical_maps = hash:/etc/postfix/sender_canonical
-+sender_canonical_maps = hash:/etc/mail/sender_canonical
- .fi
- .ad
- .ft R
-@@ -3154,7 +3154,7 @@
- .nf
- .na
- .ft C
--  /etc/postfix/master.cf:
-+  /etc/mail/master.cf:
-         smtp ... smtp -o smtp_bind_address=11.22.33.44
- .fi
- .ad
-@@ -3181,7 +3181,7 @@
- .nf
- .na
- .ft C
--  /etc/postfix/master.cf:
-+  /etc/mail/master.cf:
-         smtp ... smtp -o smtp_bind_address6=1:2:3:4:5:6:7:8
- .fi
- .ad
-@@ -3363,7 +3363,7 @@
- .nf
- .na
- .ft C
--  /etc/postfix/master.cf:
-+  /etc/mail/master.cf:
-         mysmtp ... smtp -o smtp_helo_name=foo.bar.com
- .fi
- .ad
-@@ -3455,7 +3455,7 @@
- .nf
- .na
- .ft C
--    /etc/postfix/master.cf:
-+    /etc/mail/master.cf:
-         broken-smtp . . . smtp -o smtp_quote_rfc821_envelope=no
- .fi
- .ad
-@@ -3514,7 +3514,7 @@
- .na
- .ft C
- smtp_sasl_mechanism_filter = plain, login
--smtp_sasl_mechanism_filter = /etc/postfix/smtp_mechs
-+smtp_sasl_mechanism_filter = /etc/mail/smtp_mechs
- smtp_sasl_mechanism_filter = !gssapi, !login, static:rest
- .fi
- .ad
-@@ -3603,7 +3603,7 @@
- .nf
- .na
- .ft C
--smtp_tls_CAfile = /etc/postfix/CAcert.pem
-+smtp_tls_CAfile = /etc/mail/CAcert.pem
- .fi
- .ad
- .ft R
-@@ -3611,7 +3611,7 @@
- Directory with PEM format certificate authority certificates
- that the Postfix SMTP client uses to verify a remote SMTP server
- certificate.  Don't forget to create the necessary "hash" links
--with, for example, "$OPENSSL_HOME/bin/c_rehash /etc/postfix/certs".
-+with, for example, "$OPENSSL_HOME/bin/c_rehash /etc/mail/certs".
- .PP
- To use this option in chroot mode, this directory (or a copy)
- must be inside the chroot jail.
-@@ -3621,7 +3621,7 @@
- .nf
- .na
- .ft C
--smtp_tls_CApath = /etc/postfix/certs
-+smtp_tls_CApath = /etc/mail/certs
- .fi
- .ad
- .ft R
-@@ -3653,7 +3653,7 @@
- .nf
- .na
- .ft C
--smtp_tls_cert_file = /etc/postfix/client.pem
-+smtp_tls_cert_file = /etc/mail/client.pem
- .fi
- .ad
- .ft R
-@@ -3672,7 +3672,7 @@
- .nf
- .na
- .ft C
--smtp_tls_dcert_file = /etc/postfix/client-dsa.pem
-+smtp_tls_dcert_file = /etc/mail/client-dsa.pem
- .fi
- .ad
- .ft R
-@@ -4149,7 +4149,7 @@
- .nf
- .na
- .ft C
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
-     smtpd_client_restrictions =
-         sleep 1, reject_unauth_pipelining
-     smtpd_delay_reject = no
-@@ -4933,7 +4933,7 @@
- .ft C
- smtpd_sender_restrictions = reject_unknown_sender_domain
- smtpd_sender_restrictions = reject_unknown_sender_domain,
--    check_sender_access hash:/etc/postfix/access
-+    check_sender_access hash:/etc/mail/access
- .fi
- .ad
- .ft R
-@@ -4972,7 +4972,7 @@
- .nf
- .na
- .ft C
--smtpd_tls_CAfile = /etc/postfix/CAcert.pem
-+smtpd_tls_CAfile = /etc/mail/CAcert.pem
- .fi
- .ad
- .ft R
-@@ -4981,7 +4981,7 @@
- that the Postfix SMTP server offers to remote SMTP clients for the
- purpose of client certificate verification.  Do not forget to create
- the necessary "hash" links with, for example, "$OPENSSL_HOME/bin/c_rehash
--/etc/postfix/certs".
-+/etc/mail/certs".
- .PP
- To use this option in chroot mode, this directory (or a copy)
- must be inside the chroot jail. Please note that in this case the
-@@ -4994,7 +4994,7 @@
- .nf
- .na
- .ft C
--smtpd_tls_CApath = /etc/postfix/certs
-+smtpd_tls_CApath = /etc/mail/certs
- .fi
- .ad
- .ft R
-@@ -5049,7 +5049,7 @@
- .nf
- .na
- .ft C
--smtpd_tls_cert_file = /etc/postfix/server.pem
-+smtpd_tls_cert_file = /etc/mail/server.pem
- .fi
- .ad
- .ft R
-@@ -5068,7 +5068,7 @@
- .nf
- .na
- .ft C
--smtpd_tls_dcert_file = /etc/postfix/server-dsa.pem
-+smtpd_tls_dcert_file = /etc/mail/server-dsa.pem
- .fi
- .ad
- .ft R
-@@ -5083,7 +5083,7 @@
- .nf
- .na
- .ft C
--openssl gendh -out /etc/postfix/dh_1024.pem -2 -rand /var/run/egd-pool 1024
-+openssl gendh -out /etc/mail/dh_1024.pem -2 -rand /var/run/egd-pool 1024
- .fi
- .ad
- .ft R
-@@ -5097,7 +5097,7 @@
- .nf
- .na
- .ft C
--smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem
-+smtpd_tls_dh1024_param_file = /etc/mail/dh_1024.pem
- .fi
- .ad
- .ft R
-@@ -5113,7 +5113,7 @@
- .nf
- .na
- .ft C
--smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem
-+smtpd_tls_dh512_param_file = /etc/mail/dh_512.pem
- .fi
- .ad
- .ft R
-@@ -5370,7 +5370,7 @@
- for details.
- .PP
- Specify zero or more "type:table" lookup tables.  If you use this
--feature with local files, run "\fBpostmap /etc/postfix/transport\fR"
-+feature with local files, run "\fBpostmap /etc/mail/transport\fR"
- after making a change.
- .PP
- Examples:
-@@ -5378,8 +5378,8 @@
- .nf
- .na
- .ft C
--transport_maps = dbm:/etc/postfix/transport
--transport_maps = hash:/etc/postfix/transport
-+transport_maps = dbm:/etc/mail/transport
-+transport_maps = hash:/etc/mail/transport
- .fi
- .ad
- .ft R
-@@ -5536,15 +5536,15 @@
- value is backwards compatible with Postfix 1.1.
- .PP
- If you use this feature with indexed files, run "\fBpostmap
--/etc/postfix/virtual\fR" after changing the file.
-+/etc/mail/virtual\fR" after changing the file.
- .PP
- Examples:
- .PP
- .nf
- .na
- .ft C
--virtual_alias_maps = dbm:/etc/postfix/virtual
--virtual_alias_maps = hash:/etc/postfix/virtual
-+virtual_alias_maps = dbm:/etc/mail/virtual
-+virtual_alias_maps = hash:/etc/mail/virtual
- .fi
- .ad
- .ft R
-diff -dur postfix-2.1.3.orig/man/man5/regexp_table.5 postfix-2.1.3/man/man5/regexp_table.5
---- postfix-2.1.3.orig/man/man5/regexp_table.5 2004-04-14 16:27:48.000000000 +0200
-+++ postfix-2.1.3/man/man5/regexp_table.5      2004-06-22 14:27:07.928110708 +0200
-@@ -8,9 +8,9 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap -fq "\fIstring\fB" regexp:/etc/postfix/\fIfilename\fR
-+\fBpostmap -fq "\fIstring\fB" regexp:/etc/mail/\fIfilename\fR
--\fBpostmap -fq - regexp:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
-+\fBpostmap -fq - regexp:/etc/mail/\fIfilename\fR <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
---- postfix-2.2.2/man/man5/relocated.5.orig    2005-02-22 13:46:38.000000000 +0100
-+++ postfix-2.2.2/man/man5/relocated.5 2005-04-26 11:21:51.000000000 +0200
-@@ -8,7 +8,7 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap /etc/postfix/relocated\fR
-+\fBpostmap /etc/mail/relocated\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -19,7 +19,7 @@
- that serves as input to the \fBpostmap\fR(1) command.
- The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
- is used for fast searching by the mail system. Execute the command
--"\fBpostmap /etc/postfix/relocated\fR" in order to rebuild the indexed
-+"\fBpostmap /etc/mail/relocated\fR" in order to rebuild the indexed
- file after changing the relocated table.
- When the table is provided via other means such as NIS, LDAP
---- postfix-2.2.2/man/man5/transport.5.orig    2005-02-07 18:48:14.000000000 +0100
-+++ postfix-2.2.2/man/man5/transport.5 2005-04-26 11:22:02.000000000 +0200
-@@ -8,11 +8,11 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap /etc/postfix/transport\fR
-+\fBpostmap /etc/mail/transport\fR
--\fBpostmap -q "\fIstring\fB" /etc/postfix/transport\fR
-+\fBpostmap -q "\fIstring\fB" /etc/mail/transport\fR
--\fBpostmap -q - /etc/postfix/transport <\fIinputfile\fR
-+\fBpostmap -q - /etc/mail/transport <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -40,7 +40,7 @@
- that serves as input to the \fBpostmap\fR(1) command.
- The result, an indexed file in \fBdbm\fR or \fBdb\fR format, is used
- for fast searching by the mail system. Execute the command
--"\fBpostmap /etc/postfix/transport\fR" in order to rebuild the indexed
-+"\fBpostmap /etc/mail/transport\fR" in order to rebuild the indexed
- file after changing the transport table.
- When the table is provided via other means such as NIS, LDAP
---- postfix-2.2.2/man/man5/virtual.5.orig      2005-03-30 17:51:33.000000000 +0200
-+++ postfix-2.2.2/man/man5/virtual.5   2005-04-26 11:22:28.000000000 +0200
-@@ -8,11 +8,11 @@
- .SH "SYNOPSIS"
- .na
- .nf
--\fBpostmap /etc/postfix/virtual\fR
-+\fBpostmap /etc/mail/virtual\fR
--\fBpostmap -q "\fIstring\fB" /etc/postfix/virtual\fR
-+\fBpostmap -q "\fIstring\fB" /etc/mail/virtual\fR
--\fBpostmap -q - /etc/postfix/virtual <\fIinputfile\fR
-+\fBpostmap -q - /etc/mail/virtual <\fIinputfile\fR
- .SH DESCRIPTION
- .ad
- .fi
-@@ -44,7 +44,7 @@
- that serves as input to the \fBpostmap\fR(1) command.
- The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
- is used for fast searching by the mail system. Execute the command
--"\fBpostmap /etc/postfix/virtual\fR" in order to rebuild the indexed
-+"\fBpostmap /etc/mail/virtual\fR" in order to rebuild the indexed
- file after changing the text file.
- When the table is provided via other means such as NIS, LDAP
-@@ -145,15 +145,15 @@
- Support for a virtual alias domain looks like:
--/etc/postfix/main.cf:
-+/etc/mail/main.cf:
- .in +4
--virtual_alias_maps = hash:/etc/postfix/virtual
-+virtual_alias_maps = hash:/etc/mail/virtual
- Note: some systems use \fBdbm\fR databases instead of \fBhash\fR.
- See the output from "\fBpostconf -m\fR" for available database types.
- .ti -4
--/etc/postfix/virtual:
-+/etc/mail/virtual:
- .nf
- .na
- \fIvirtual-alias.domain anything\fR (right-hand content does not matter)
-diff -dur postfix-2.1.3.orig/man/man8/cleanup.8 postfix-2.1.3/man/man8/cleanup.8
---- postfix-2.1.3.orig/man/man8/cleanup.8      2004-04-14 16:27:46.000000000 +0200
-+++ postfix-2.1.3/man/man8/cleanup.8   2004-06-22 14:27:27.616966592 +0200
-@@ -283,8 +283,8 @@
- .SH "FILES"
- .na
- .nf
--/etc/postfix/canonical*, canonical mapping table
--/etc/postfix/virtual*, virtual mapping table
-+/etc/mail/canonical*, canonical mapping table
-+/etc/mail/virtual*, virtual mapping table
- .SH "SEE ALSO"
- .na
- .nf
-diff -dur postfix-2.1.3.orig/man/man8/master.8 postfix-2.1.3/man/man8/master.8
---- postfix-2.1.3.orig/man/man8/master.8       2004-04-11 21:19:47.000000000 +0200
-+++ postfix-2.1.3/man/man8/master.8    2004-06-22 14:27:45.157947168 +0200
-@@ -147,8 +147,8 @@
- .SH "FILES"
- .na
- .nf
--/etc/postfix/main.cf, global configuration file.
--/etc/postfix/master.cf, master server configuration file.
-+/etc/mail/main.cf, global configuration file.
-+/etc/mail/master.cf, master server configuration file.
- /var/spool/postfix/pid/master.pid, master lock file.
- .SH "SEE ALSO"
- .na
-diff -dur postfix-2.1.3.orig/man/man8/proxymap.8 postfix-2.1.3/man/man8/proxymap.8
---- postfix-2.1.3.orig/man/man8/proxymap.8     2004-06-14 23:18:54.000000000 +0200
-+++ postfix-2.1.3/man/man8/proxymap.8  2004-06-22 14:21:18.013419228 +0200
-@@ -33,7 +33,7 @@
- .sp
- virtual_alias_maps =
- .ti +4
--proxy:mysql:/etc/postfix/virtual_alias.cf
-+proxy:mysql:/etc/mail/virtual_alias.cf
- .sp
- The total number of connections is limited by the number of
- proxymap server processes.
 diff -dur postfix-2.1.3.orig/src/global/mail_params.h postfix-2.1.3/src/global/mail_params.h
 --- postfix-2.1.3.orig/src/global/mail_params.h        2004-06-22 14:20:57.890585644 +0200
 +++ postfix-2.1.3/src/global/mail_params.h     2004-06-22 14:21:17.963422126 +0200
@@ -1037,15 +133,15 @@ diff -dur postfix-2.1.3.orig/src/global/mail_params.h postfix-2.1.3/src/global/m
  extern char *var_sgid_group;
  extern gid_t var_sgid_gid;
  
-@@ -231,7 +231,7 @@
-   */
- #define VAR_CONFIG_DIR                "config_directory"
- #ifndef DEF_CONFIG_DIR
--#define DEF_CONFIG_DIR                "/etc/postfix"
-+#define DEF_CONFIG_DIR                "/etc/mail"
- #endif
- extern char *var_config_dir;
+#@@ -231,7 +231,7 @@
+#   */
+# #define VAR_CONFIG_DIR               "config_directory"
+# #ifndef DEF_CONFIG_DIR
+#-#define DEF_CONFIG_DIR               "/etc/postfix"
+#+#define DEF_CONFIG_DIR               "/etc/mail"
+# #endif
+# extern char *var_config_dir;
+# 
 diff -dur postfix-2.1.3.orig/src/util/sys_defs.h postfix-2.1.3/src/util/sys_defs.h
 --- postfix-2.1.3.orig/src/util/sys_defs.h     2004-06-22 14:20:58.094573821 +0200
 +++ postfix-2.1.3/src/util/sys_defs.h  2004-06-22 14:21:17.966421952 +0200
This page took 0.07509 seconds and 4 git commands to generate.