]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-config.patch
- release 2
[packages/postfix.git] / postfix-config.patch
1 diff -dur postfix-2.1.3.orig/conf/main.cf postfix-2.1.3/conf/main.cf
2 --- postfix-2.1.3.orig/conf/main.cf     2004-06-06 23:53:58.000000000 +0200
3 +++ postfix-2.1.3/conf/main.cf  2004-06-22 14:23:20.533313840 +0200
4 @@ -38,7 +38,7 @@
5  # daemon programs (i.e. programs listed in the master.cf file). This
6  # directory must be owned by root.
7  #
8 -daemon_directory = /usr/libexec/postfix
9 +daemon_directory = /usr/lib/postfix
10  
11  # QUEUE AND PROCESS OWNERSHIP
12  #
13 @@ -56,7 +56,7 @@
14  # These rights are used in the absence of a recipient user context.
15  # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
16  #
17 -#default_privs = nobody
18 +default_privs = nobody
19  
20  # INTERNET HOST AND DOMAIN NAMES
21  # 
22 @@ -88,7 +88,7 @@
23  # myorigin also specifies the default domain name that is appended
24  # to recipient addresses that have no @domain part.
25  #
26 -#myorigin = $myhostname
27 +myorigin = $myhostname
28  #myorigin = $mydomain
29  
30  # RECEIVING MAIL
31 @@ -372,7 +372,7 @@
32  # "postfix reload" to eliminate the delay.
33  #
34  #alias_maps = dbm:/etc/aliases
35 -#alias_maps = hash:/etc/aliases
36 +alias_maps = hash:/etc/mail/aliases
37  #alias_maps = hash:/etc/aliases, nis:mail.aliases
38  #alias_maps = netinfo:/aliases
39  
40 @@ -383,7 +383,7 @@
41  #
42  #alias_database = dbm:/etc/aliases
43  #alias_database = dbm:/etc/mail/aliases
44 -#alias_database = hash:/etc/aliases
45 +alias_database = hash:/etc/mail/aliases
46  #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
47  
48  # ADDRESS EXTENSIONS (e.g., user+foo)
49 @@ -411,7 +411,7 @@
50  # UNIX-style mailboxes are kept. The default setting depends on the
51  # system type.
52  #
53 -#mail_spool_directory = /var/mail
54 +mail_spool_directory = /var/mail
55  #mail_spool_directory = /var/spool/mail
56  
57  # The mailbox_command parameter specifies the optional external
58 @@ -433,8 +433,8 @@
59  # IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN
60  # ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
61  #
62 -#mailbox_command = /some/where/procmail
63 -#mailbox_command = /some/where/procmail -a "$EXTENSION"
64 +#mailbox_command = /usr/bin/procmail
65 +#mailbox_command = /usr/bin/procmail -a "$EXTENSION"
66  
67  # The mailbox_transport specifies the optional transport in master.cf
68  # to use after processing aliases and .forward files. This parameter
69 @@ -588,44 +588,22 @@
70  #      echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
71  #      >$config_directory/$process_name.$process_id.log & sleep 5
72  
73 +biff = no
74  # INSTALL-TIME CONFIGURATION INFORMATION
75  #
76  # The following parameters are used when installing a new Postfix version.
77 -# 
78 -# sendmail_path: The full pathname of the Postfix sendmail command.
79 -# This is the Sendmail-compatible mail posting interface.
80 -# 
81 -sendmail_path =
82 -
83 -# newaliases_path: The full pathname of the Postfix newaliases command.
84 -# This is the Sendmail-compatible command to build alias databases.
85 -#
86 -newaliases_path =
87 -
88 -# mailq_path: The full pathname of the Postfix mailq command.  This
89 -# is the Sendmail-compatible mail queue listing command.
90 -# 
91 -mailq_path =
92  
93  # setgid_group: The group for mail submission and queue management
94  # commands.  This must be a group name with a numerical group ID that
95  # is not shared with other accounts, not even with the Postfix account.
96  #
97 -setgid_group =
98 -
99 -# html_directory: The location of the Postfix HTML documentation.
100 -#
101 -html_directory =
102 -
103 -# manpage_directory: The location of the Postfix on-line manual pages.
104 -#
105 -manpage_directory =
106 -
107 -# sample_directory: The location of the Postfix sample configuration files.
108 -# This parameter is obsolete as of Postfix 2.1.
109 -#
110 -sample_directory =
111 +setgid_group = maildrop
112  
113 -# readme_directory: The location of the Postfix README files.
114 -#
115 -readme_directory =
116 +# The unknown_address_reject_code parameter specifies the SMTP server
117 +# response when a client violates the reject_unknown_sender_domain
118 +# or reject_unknown_recipient_domain restrictions.
119 +#
120 +# Contrary to what Vietse thinks (450) this should be 550
121 +#
122 +unknown_address_reject_code = 550
123 +
124 diff -dur postfix-2.1.3.orig/man/man1/postconf.1 postfix-2.1.3/man/man1/postconf.1
125 --- postfix-2.1.3.orig/man/man1/postconf.1      2004-04-22 21:27:05.000000000 +0200
126 +++ postfix-2.1.3/man/man1/postconf.1   2004-06-22 14:25:06.710151423 +0200
127 @@ -150,7 +150,7 @@
128  .SH "FILES"
129  .na
130  .nf
131 -/etc/postfix/main.cf, Postfix configuration parameters
132 +/etc/mail/main.cf, Postfix configuration parameters
133  .SH "SEE ALSO"
134  .na
135  .nf
136 diff -dur postfix-2.1.3.orig/man/man1/postfix.1 postfix-2.1.3/man/man1/postfix.1
137 --- postfix-2.1.3.orig/man/man1/postfix.1       2004-04-21 23:15:45.000000000 +0200
138 +++ postfix-2.1.3/man/man1/postfix.1    2004-06-22 14:25:40.468191217 +0200
139 @@ -151,11 +151,11 @@
140  .SH "FILES"
141  .na
142  .nf
143 -/etc/postfix/main.cf, Postfix configuration parameters
144 -/etc/postfix/master.cf, Postfix daemon processes
145 -/etc/postfix/postfix-files, file/directory permissions
146 -/etc/postfix/postfix-script, administrative commands
147 -/etc/postfix/post-install, post-installation configuration
148 +/etc/mail/main.cf, Postfix configuration parameters
149 +/etc/mail/master.cf, Postfix daemon processes
150 +/etc/mail/postfix-files, file/directory permissions
151 +/etc/mail/postfix-script, administrative commands
152 +/etc/mail/post-install, post-installation configuration
153  .SH "SEE ALSO"
154  .na
155  .nf
156 diff -dur postfix-2.1.3.orig/man/man1/sendmail.1 postfix-2.1.3/man/man1/sendmail.1
157 --- postfix-2.1.3.orig/man/man1/sendmail.1      2004-04-14 03:56:07.000000000 +0200
158 +++ postfix-2.1.3/man/man1/sendmail.1   2004-06-22 14:25:58.213160652 +0200
159 @@ -92,7 +92,7 @@
160  This feature is available in Postfix version 2.1 and later.
161  .IP "\fB-C \fIconfig_file\fR (ignored)"
162  The path name of the \fBsendmail.cf\fR file. Postfix configuration
163 -files are kept in the \fB/etc/postfix\fR directory.
164 +files are kept in the \fB/etc/mail\fR directory.
165  .IP "\fB-F \fIfull_name\fR
166  Set the sender full name. This is used only with messages that
167  have no \fBFrom:\fR message header.
168 @@ -325,7 +325,7 @@
169  .na
170  .nf
171  /var/spool/postfix, mail queue
172 -/etc/postfix, configuration files
173 +/etc/mail, configuration files
174  .SH "SEE ALSO"
175  .na
176  .nf
177 diff -dur postfix-2.1.3.orig/man/man5/access.5 postfix-2.1.3/man/man5/access.5
178 --- postfix-2.1.3.orig/man/man5/access.5        2004-04-22 02:44:38.000000000 +0200
179 +++ postfix-2.1.3/man/man5/access.5     2004-06-22 14:28:34.239094126 +0200
180 @@ -8,11 +8,11 @@
181  .SH "SYNOPSIS"
182  .na
183  .nf
184 -\fBpostmap /etc/postfix/access\fR
185 +\fBpostmap /etc/mail/access\fR
186  
187 -\fBpostmap -q "\fIstring\fB" /etc/postfix/access\fR
188 +\fBpostmap -q "\fIstring\fB" /etc/mail/access\fR
189  
190 -\fBpostmap -q - /etc/postfix/access <\fIinputfile\fR
191 +\fBpostmap -q - /etc/mail/access <\fIinputfile\fR
192  .SH DESCRIPTION
193  .ad
194  .fi
195 @@ -28,7 +28,7 @@
196  that serves as input to the \fBpostmap\fR(1) command.
197  The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
198  is used for fast searching by the mail system. Execute the command
199 -\fBpostmap /etc/postfix/access\fR in order to rebuild the indexed
200 +\fBpostmap /etc/mail/access\fR in order to rebuild the indexed
201  file after changing the access table.
202  
203  When the table is provided via other means such as NIS, LDAP
204 @@ -278,20 +278,20 @@
205  
206  .na
207  .nf
208 -/etc/postfix/main.cf:
209 +/etc/mail/main.cf:
210  .in +4
211  smtpd_client_restrictions =
212  .in +4
213 -check_client_access hash:/etc/postfix/access
214 +check_client_access hash:/etc/mail/access
215  
216  .in -8
217 -/etc/postfix/access:
218 +/etc/mail/access:
219  .in +4
220  1.2.3   REJECT
221  1.2.3.4 OK
222  .in -4
223  
224 -Execute the command "\fBpostmap /etc/postfix/access\fR" after
225 +Execute the command "\fBpostmap /etc/mail/access\fR" after
226  editing the file.
227  .SH BUGS
228  .ad
229 diff -dur postfix-2.1.3.orig/man/man5/canonical.5 postfix-2.1.3/man/man5/canonical.5
230 --- postfix-2.1.3.orig/man/man5/canonical.5     2004-04-22 02:44:38.000000000 +0200
231 +++ postfix-2.1.3/man/man5/canonical.5  2004-06-22 14:21:17.987420735 +0200
232 @@ -8,11 +8,11 @@
233  .SH "SYNOPSIS"
234  .na
235  .nf
236 -\fBpostmap /etc/postfix/canonical\fR
237 +\fBpostmap /etc/mail/canonical\fR
238  
239 -\fBpostmap -q "\fIstring\fB" /etc/postfix/canonical\fR
240 +\fBpostmap -q "\fIstring\fB" /etc/mail/canonical\fR
241  
242 -\fBpostmap -q - /etc/postfix/canonical <\fIinputfile\fR
243 +\fBpostmap -q - /etc/mail/canonical <\fIinputfile\fR
244  .SH DESCRIPTION
245  .ad
246  .fi
247 @@ -24,7 +24,7 @@
248  that serves as input to the \fBpostmap\fR(1) command.
249  The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
250  is used for fast searching by the mail system. Execute the command
251 -\fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed
252 +\fBpostmap /etc/mail/canonical\fR in order to rebuild the indexed
253  file after changing the text file.
254  
255  When the table is provided via other means such as NIS, LDAP
256 diff -dur postfix-2.1.3.orig/man/man5/cidr_table.5 postfix-2.1.3/man/man5/cidr_table.5
257 --- postfix-2.1.3.orig/man/man5/cidr_table.5    2004-04-16 15:17:25.000000000 +0200
258 +++ postfix-2.1.3/man/man5/cidr_table.5 2004-06-22 14:28:40.742716008 +0200
259 @@ -8,9 +8,9 @@
260  .SH "SYNOPSIS"
261  .na
262  .nf
263 -\fBpostmap -q "\fIstring\fB" cidr:/etc/postfix/\fIfilename\fR
264 +\fBpostmap -q "\fIstring\fB" cidr:/etc/mail/\fIfilename\fR
265  
266 -\fBpostmap -q - cidr:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
267 +\fBpostmap -q - cidr:/etc/mail/\fIfilename\fR <\fIinputfile\fR
268  .SH DESCRIPTION
269  .ad
270  .fi
271 @@ -53,11 +53,11 @@
272  .SH "EXAMPLE SMTPD ACCESS MAP"
273  .na
274  .nf
275 -/etc/postfix/main.cf:
276 +/etc/mail/main.cf:
277  .ti +4
278 -smtpd_client_restrictions = ... cidr:/etc/postfix/client.cidr ...
279 +smtpd_client_restrictions = ... cidr:/etc/mail/client.cidr ...
280  
281 -/etc/postfix/client.cidr:
282 +/etc/mail/client.cidr:
283  .in +4
284  # Rule order matters. Put more specific whitelist entries
285  # before more general blacklist entries.
286 diff -dur postfix-2.1.3.orig/man/man5/header_checks.5 postfix-2.1.3/man/man5/header_checks.5
287 --- postfix-2.1.3.orig/man/man5/header_checks.5 2004-05-07 21:25:22.000000000 +0200
288 +++ postfix-2.1.3/man/man5/header_checks.5      2004-06-22 14:28:52.575028045 +0200
289 @@ -8,17 +8,17 @@
290  .SH "SYNOPSIS"
291  .na
292  .nf
293 -\fBheader_checks = pcre:/etc/postfix/header_checks\fR
294 +\fBheader_checks = pcre:/etc/mail/header_checks\fR
295  .br
296 -\fBmime_header_checks = pcre:/etc/postfix/mime_header_checks\fR
297 +\fBmime_header_checks = pcre:/etc/mail/mime_header_checks\fR
298  .br
299 -\fBnested_header_checks = pcre:/etc/postfix/nested_header_checks\fR
300 +\fBnested_header_checks = pcre:/etc/mail/nested_header_checks\fR
301  .br
302 -\fBbody_checks = pcre:/etc/postfix/body_checks\fR
303 +\fBbody_checks = pcre:/etc/mail/body_checks\fR
304  .sp
305 -\fBpostmap -fq "\fIstring\fB" pcre:/etc/postfix/\fIfilename\fR
306 +\fBpostmap -fq "\fIstring\fB" pcre:/etc/mail/\fIfilename\fR
307  .br
308 -\fBpostmap -fq - pcre:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
309 +\fBpostmap -fq - pcre:/etc/mail/\fIfilename\fR <\fIinputfile\fR
310  .SH DESCRIPTION
311  .ad
312  .fi
313 @@ -274,11 +274,11 @@
314  
315  .na
316  .nf
317 -/etc/postfix/main.cf:
318 +/etc/mail/main.cf:
319  .ti +4
320 -header_checks = regexp:/etc/postfix/header_checks
321 +header_checks = regexp:/etc/mail/header_checks
322  
323 -/etc/postfix/header_checks:
324 +/etc/mail/header_checks:
325  .ti +4
326  /^content-(type|disposition):.*name[[:space:]]*=.*\\.(exe|vbs)/
327  .ti +8
328 @@ -290,11 +290,11 @@
329  
330  .na
331  .nf
332 -/etc/postfix/main.cf:
333 +/etc/mail/main.cf:
334  .ti +4
335 -body_checks = regexp:/etc/postfix/body_checks
336 +body_checks = regexp:/etc/mail/body_checks
337  
338 -/etc/postfix/body_checks:
339 +/etc/mail/body_checks:
340  .ti +4
341  /^<iframe src=(3D)?cid:.* height=(3D)?0 width=(3D)?0>$/
342  .ti +8
343 diff -dur postfix-2.1.3.orig/man/man5/ldap_table.5 postfix-2.1.3/man/man5/ldap_table.5
344 --- postfix-2.1.3.orig/man/man5/ldap_table.5    2004-04-16 16:50:00.000000000 +0200
345 +++ postfix-2.1.3/man/man5/ldap_table.5 2004-06-22 14:28:58.307694713 +0200
346 @@ -8,9 +8,9 @@
347  .SH "SYNOPSIS"
348  .na
349  .nf
350 -\fBpostmap -q "\fIstring\fB" ldap:/etc/postfix/filename\fR
351 +\fBpostmap -q "\fIstring\fB" ldap:/etc/mail/filename\fR
352  
353 -\fBpostmap -q - ldap:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
354 +\fBpostmap -q - ldap:/etc/mail/\fIfilename\fR <\fIinputfile\fR
355  .SH DESCRIPTION
356  .ad
357  .fi
358 @@ -23,9 +23,9 @@
359  In order to use LDAP lookups, define an LDAP source as a lookup
360  table in main.cf, for example:
361  .ti +4
362 -alias_maps = ldap:/etc/postfix/ldap-aliases.cf
363 +alias_maps = ldap:/etc/mail/ldap-aliases.cf
364  
365 -The file /etc/postfix/ldap-aliases.cf has the same format as
366 +The file /etc/mail/ldap-aliases.cf has the same format as
367  the Postfix main.cf file, and can specify the parameters
368  described below. An example is given at the end of this manual.
369  
370 @@ -207,7 +207,7 @@
371  and "@domain" lookups are not performed. This can significantly
372  reduce the query load on the LDAP server.
373  .ti +4
374 -domain = postfix.org, hash:/etc/postfix/searchdomains
375 +domain = postfix.org, hash:/etc/mail/searchdomains
376  
377  It is best not to use LDAP to store the domains eligible
378  for LDAP lookups.
379 @@ -398,9 +398,9 @@
380  .ti +4
381  alias_maps = hash:/etc/aliases,
382  .ti +8
383 -ldap:/etc/postfix/ldap-aliases.cf
384 +ldap:/etc/mail/ldap-aliases.cf
385  
386 -and in ldap:/etc/postfix/ldap-aliases.cf you have:
387 +and in ldap:/etc/mail/ldap-aliases.cf you have:
388  .in +4
389  server_host = ldap.my.com
390  .br
391 diff -dur postfix-2.1.3.orig/man/man5/mysql_table.5 postfix-2.1.3/man/man5/mysql_table.5
392 --- postfix-2.1.3.orig/man/man5/mysql_table.5   2004-04-14 16:27:48.000000000 +0200
393 +++ postfix-2.1.3/man/man5/mysql_table.5        2004-06-22 14:29:04.905311074 +0200
394 @@ -8,9 +8,9 @@
395  .SH "SYNOPSIS"
396  .na
397  .nf
398 -\fBpostmap -q "\fIstring\fB" mysql:/etc/postfix/filename\fR
399 +\fBpostmap -q "\fIstring\fB" mysql:/etc/mail/filename\fR
400  
401 -\fBpostmap -q - mysql:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
402 +\fBpostmap -q - mysql:/etc/mail/\fIfilename\fR <\fIinputfile\fR
403  .SH DESCRIPTION
404  .ad
405  .fi
406 @@ -24,7 +24,7 @@
407  .ti +4
408  alias_maps = mysql:/etc/mysql-aliases.cf
409  
410 -The file /etc/postfix/mysql-aliases.cf has the same format as
411 +The file /etc/mail/mysql-aliases.cf has the same format as
412  the Postfix main.cf file, and can specify the parameters
413  described below.
414  .SH "ALTERNATIVE CONFIGURATION"
415 diff -dur postfix-2.1.3.orig/man/man5/pcre_table.5 postfix-2.1.3/man/man5/pcre_table.5
416 --- postfix-2.1.3.orig/man/man5/pcre_table.5    2004-04-14 16:27:48.000000000 +0200
417 +++ postfix-2.1.3/man/man5/pcre_table.5 2004-06-22 14:26:40.727691077 +0200
418 @@ -8,9 +8,9 @@
419  .SH "SYNOPSIS"
420  .na
421  .nf
422 -\fBpostmap -fq "\fIstring\fB" pcre:/etc/postfix/\fIfilename\fR
423 +\fBpostmap -fq "\fIstring\fB" pcre:/etc/mail/\fIfilename\fR
424  
425 -\fBpostmap -fq - pcre:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
426 +\fBpostmap -fq - pcre:/etc/mail/\fIfilename\fR <\fIinputfile\fR
427  .SH DESCRIPTION
428  .ad
429  .fi
430 diff -dur postfix-2.1.3.orig/man/man5/pgsql_table.5 postfix-2.1.3/man/man5/pgsql_table.5
431 --- postfix-2.1.3.orig/man/man5/pgsql_table.5   2004-04-14 16:27:48.000000000 +0200
432 +++ postfix-2.1.3/man/man5/pgsql_table.5        2004-06-22 14:29:12.348878225 +0200
433 @@ -8,9 +8,9 @@
434  .SH "SYNOPSIS"
435  .na
436  .nf
437 -\fBpostmap -q "\fIstring\fB" pgsql:/etc/postfix/filename\fR
438 +\fBpostmap -q "\fIstring\fB" pgsql:/etc/mail/filename\fR
439  
440 -\fBpostmap -q - pgsql:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
441 +\fBpostmap -q - pgsql:/etc/mail/\fIfilename\fR <\fIinputfile\fR
442  .SH DESCRIPTION
443  .ad
444  .fi
445 @@ -24,7 +24,7 @@
446  .ti +4
447  alias_maps = pgsql:/etc/pgsql-aliases.cf
448  
449 -The file /etc/postfix/pgsql-aliases.cf has the same format as
450 +The file /etc/mail/pgsql-aliases.cf has the same format as
451  the Postfix main.cf file, and can specify the parameters
452  described below.
453  .SH "ALTERNATIVE CONFIGURATION"
454 diff -dur postfix-2.1.3.orig/man/man5/postconf.5 postfix-2.1.3/man/man5/postconf.5
455 --- postfix-2.1.3.orig/man/man5/postconf.5      2004-06-17 00:40:35.000000000 +0200
456 +++ postfix-2.1.3/man/man5/postconf.5   2004-06-22 14:28:11.642407760 +0200
457 @@ -91,8 +91,8 @@
458  .nf
459  .na
460  .ft C
461 -address_verify_map = hash:/etc/postfix/verify
462 -address_verify_map = btree:/etc/postfix/verify
463 +address_verify_map = hash:/etc/mail/verify
464 +address_verify_map = btree:/etc/mail/verify
465  .fi
466  .ad
467  .ft R
468 @@ -484,7 +484,7 @@
469  login names by Firstname.Lastname.  The table format and lookups
470  are documented in canonical(5).
471  .PP
472 -If you use this feature, run "\fBpostmap /etc/postfix/canonical\fR" to
473 +If you use this feature, run "\fBpostmap /etc/mail/canonical\fR" to
474  build the necessary DBM or DB file after every change. The changes
475  will become visible after a minute or so.  Use "\fBpostfix reload\fR"
476  to eliminate the delay.
477 @@ -494,8 +494,8 @@
478  .nf
479  .na
480  .ft C
481 -canonical_maps = dbm:/etc/postfix/canonical
482 -canonical_maps = hash:/etc/postfix/canonical
483 +canonical_maps = dbm:/etc/mail/canonical
484 +canonical_maps = hash:/etc/mail/canonical
485  .fi
486  .ad
487  .ft R
488 @@ -1906,7 +1906,7 @@
489  .ft C
490  mynetworks = 168.100.189.0/28, 127.0.0.0/8
491  mynetworks = $config_directory/mynetworks
492 -mynetworks = hash:/etc/postfix/network_table
493 +mynetworks = hash:/etc/mail/network_table
494  .fi
495  .ad
496  .ft R
497 @@ -2283,7 +2283,7 @@
498  Look up the "@domain.tld" part.
499  .PP
500  Specify the types and names of databases to use.  After change,
501 -run "\fBpostmap /etc/postfix/recipient_bcc\fR".
502 +run "\fBpostmap /etc/mail/recipient_bcc\fR".
503  .PP
504  NOTE: if mail to the BCC address bounces it will be returned to
505  the sender.
506 @@ -2293,7 +2293,7 @@
507  .nf
508  .na
509  .ft C
510 -recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
511 +recipient_bcc_maps = hash:/etc/mail/recipient_bcc
512  .fi
513  .ad
514  .ft R
515 @@ -2309,7 +2309,7 @@
516  .nf
517  .na
518  .ft C
519 -recipient_canonical_maps = hash:/etc/postfix/recipient_canonical
520 +recipient_canonical_maps = hash:/etc/mail/recipient_canonical
521  .fi
522  .ad
523  .ft R
524 @@ -2401,7 +2401,7 @@
525  .nf
526  .na
527  .ft C
528 -relay_recipient_maps = hash:/etc/postfix/relay_recipients
529 +relay_recipient_maps = hash:/etc/mail/relay_recipients
530  .fi
531  .ad
532  .ft R
533 @@ -2454,7 +2454,7 @@
534  domains that no longer exist.  The table format and lookups are
535  documented in relocated(5).
536  .PP
537 -If you use this feature, run "\fBpostmap /etc/postfix/relocated\fR" to
538 +If you use this feature, run "\fBpostmap /etc/mail/relocated\fR" to
539  build the necessary DBM or DB file after change, then "\fBpostfix
540  reload\fR" to make the changes visible.
541  .PP
542 @@ -2463,8 +2463,8 @@
543  .nf
544  .na
545  .ft C
546 -relocated_maps = dbm:/etc/postfix/relocated
547 -relocated_maps = hash:/etc/postfix/relocated
548 +relocated_maps = dbm:/etc/mail/relocated
549 +relocated_maps = hash:/etc/mail/relocated
550  .fi
551  .ad
552  .ft R
553 @@ -2505,7 +2505,7 @@
554  next-hop host, recipient) triple.
555  .PP
556  This feature is available in Postfix 2.0 and later.
557 -.SH sample_directory (default: /etc/postfix)
558 +.SH sample_directory (default: /etc/mail)
559  The name of the directory with example Postfix configuration files.
560  .SH sender_based_routing (default: no)
561  This parameter should not be used.
562 @@ -2534,7 +2534,7 @@
563  Look up the "@domain.tld" part.
564  .PP
565  Specify the types and names of databases to use.  After change,
566 -run "\fBpostmap /etc/postfix/sender_bcc\fR".
567 +run "\fBpostmap /etc/mail/sender_bcc\fR".
568  .PP
569  NOTE: if mail to the BCC address bounces it will be returned to
570  the sender.
571 @@ -2544,7 +2544,7 @@
572  .nf
573  .na
574  .ft C
575 -sender_bcc_maps = hash:/etc/postfix/sender_bcc
576 +sender_bcc_maps = hash:/etc/mail/sender_bcc
577  .fi
578  .ad
579  .ft R
580 @@ -2564,7 +2564,7 @@
581  .nf
582  .na
583  .ft C
584 -sender_canonical_maps = hash:/etc/postfix/sender_canonical
585 +sender_canonical_maps = hash:/etc/mail/sender_canonical
586  .fi
587  .ad
588  .ft R
589 @@ -2610,7 +2610,7 @@
590  .nf
591  .na
592  .ft C
593 -  /etc/postfix/master.cf:
594 +  /etc/mail/master.cf:
595          smtp ... smtp -o smtp_bind_address=11.22.33.44
596  .fi
597  .ad
598 @@ -2686,7 +2686,7 @@
599  .nf
600  .na
601  .ft C
602 -  /etc/postfix/master.cf:
603 +  /etc/mail/master.cf:
604          mysmtp ... smtp -o smtp_helo_name=foo.bar.com
605  .fi
606  .ad
607 @@ -2778,7 +2778,7 @@
608  .nf
609  .na
610  .ft C
611 -    /etc/postfix/master.cf:
612 +    /etc/mail/master.cf:
613          broken-smtp . . . smtp -o smtp_quote_rfc821_envelope=no
614  .fi
615  .ad
616 @@ -2822,7 +2822,7 @@
617  attempt to authenticate to the remote host.
618  .PP
619  The Postfix SMTP client opens the lookup table before going to
620 -chroot jail, so you can leave the password file in /etc/postfix.
621 +chroot jail, so you can leave the password file in /etc/mail.
622  .SH smtp_sasl_security_options (default: noplaintext, noanonymous)
623  What authentication mechanisms the Postfix SMTP client is allowed
624  to use. The list of available authentication mechanisms is system
625 @@ -3833,7 +3833,7 @@
626  .ft C
627  smtpd_sender_restrictions = reject_unknown_sender_domain
628  smtpd_sender_restrictions = reject_unknown_sender_domain,
629 -    check_sender_access hash:/etc/postfix/access
630 +    check_sender_access hash:/etc/mail/access
631  .fi
632  .ad
633  .ft R
634 @@ -3970,7 +3970,7 @@
635  for details.
636  .PP
637  Specify zero or more "type:table" lookup tables.  If you use this
638 -feature with local files, run "\fBpostmap /etc/postfix/transport\fR"
639 +feature with local files, run "\fBpostmap /etc/mail/transport\fR"
640  after making a change.
641  .PP
642  Examples:
643 @@ -3978,8 +3978,8 @@
644  .nf
645  .na
646  .ft C
647 -transport_maps = dbm:/etc/postfix/transport
648 -transport_maps = hash:/etc/postfix/transport
649 +transport_maps = dbm:/etc/mail/transport
650 +transport_maps = hash:/etc/mail/transport
651  .fi
652  .ad
653  .ft R
654 @@ -4135,15 +4135,15 @@
655  value is backwards compatible with Postfix 1.1.
656  .PP
657  If you use this feature with indexed files, run "\fBpostmap
658 -/etc/postfix/virtual\fR" after changing the file.
659 +/etc/mail/virtual\fR" after changing the file.
660  .PP
661  Examples:
662  .PP
663  .nf
664  .na
665  .ft C
666 -virtual_alias_maps = dbm:/etc/postfix/virtual
667 -virtual_alias_maps = hash:/etc/postfix/virtual
668 +virtual_alias_maps = dbm:/etc/mail/virtual
669 +virtual_alias_maps = hash:/etc/mail/virtual
670  .fi
671  .ad
672  .ft R
673 diff -dur postfix-2.1.3.orig/man/man5/regexp_table.5 postfix-2.1.3/man/man5/regexp_table.5
674 --- postfix-2.1.3.orig/man/man5/regexp_table.5  2004-04-14 16:27:48.000000000 +0200
675 +++ postfix-2.1.3/man/man5/regexp_table.5       2004-06-22 14:27:07.928110708 +0200
676 @@ -8,9 +8,9 @@
677  .SH "SYNOPSIS"
678  .na
679  .nf
680 -\fBpostmap -fq "\fIstring\fB" regexp:/etc/postfix/\fIfilename\fR
681 +\fBpostmap -fq "\fIstring\fB" regexp:/etc/mail/\fIfilename\fR
682  
683 -\fBpostmap -fq - regexp:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
684 +\fBpostmap -fq - regexp:/etc/mail/\fIfilename\fR <\fIinputfile\fR
685  .SH DESCRIPTION
686  .ad
687  .fi
688 diff -dur postfix-2.1.3.orig/man/man5/relocated.5 postfix-2.1.3/man/man5/relocated.5
689 --- postfix-2.1.3.orig/man/man5/relocated.5     2004-04-22 02:44:38.000000000 +0200
690 +++ postfix-2.1.3/man/man5/relocated.5  2004-06-22 14:21:18.001419923 +0200
691 @@ -8,7 +8,7 @@
692  .SH "SYNOPSIS"
693  .na
694  .nf
695 -\fBpostmap /etc/postfix/relocated\fR
696 +\fBpostmap /etc/mail/relocated\fR
697  .SH DESCRIPTION
698  .ad
699  .fi
700 @@ -19,7 +19,7 @@
701  that serves as input to the \fBpostmap\fR(1) command.
702  The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
703  is used for fast searching by the mail system. Execute the command
704 -\fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed
705 +\fBpostmap /etc/mail/relocated\fR in order to rebuild the indexed
706  file after changing the relocated table.
707  
708  When the table is provided via other means such as NIS, LDAP
709 diff -dur postfix-2.1.3.orig/man/man5/transport.5 postfix-2.1.3/man/man5/transport.5
710 --- postfix-2.1.3.orig/man/man5/transport.5     2004-04-22 14:58:40.000000000 +0200
711 +++ postfix-2.1.3/man/man5/transport.5  2004-06-22 14:21:18.002419865 +0200
712 @@ -8,11 +8,11 @@
713  .SH "SYNOPSIS"
714  .na
715  .nf
716 -\fBpostmap /etc/postfix/transport\fR
717 +\fBpostmap /etc/mail/transport\fR
718  
719 -\fBpostmap -q "\fIstring\fB" /etc/postfix/transport\fR
720 +\fBpostmap -q "\fIstring\fB" /etc/mail/transport\fR
721  
722 -\fBpostmap -q - /etc/postfix/transport <\fIinputfile\fR
723 +\fBpostmap -q - /etc/mail/transport <\fIinputfile\fR
724  .SH DESCRIPTION
725  .ad
726  .fi
727 @@ -40,7 +40,7 @@
728  that serves as input to the \fBpostmap\fR(1) command.
729  The result, an indexed file in \fBdbm\fR or \fBdb\fR format, is used
730  for fast searching by the mail system. Execute the command
731 -\fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed
732 +\fBpostmap /etc/mail/transport\fR in order to rebuild the indexed
733  file after changing the transport table.
734  
735  When the table is provided via other means such as NIS, LDAP
736 diff -dur postfix-2.1.3.orig/man/man5/virtual.5 postfix-2.1.3/man/man5/virtual.5
737 --- postfix-2.1.3.orig/man/man5/virtual.5       2004-04-22 02:44:38.000000000 +0200
738 +++ postfix-2.1.3/man/man5/virtual.5    2004-06-22 14:21:18.004419750 +0200
739 @@ -8,11 +8,11 @@
740  .SH "SYNOPSIS"
741  .na
742  .nf
743 -\fBpostmap /etc/postfix/virtual\fR
744 +\fBpostmap /etc/mail/virtual\fR
745  
746 -\fBpostmap -q "\fIstring\fB" /etc/postfix/virtual\fR
747 +\fBpostmap -q "\fIstring\fB" /etc/mail/virtual\fR
748  
749 -\fBpostmap -q - /etc/postfix/virtual <\fIinputfile\fR
750 +\fBpostmap -q - /etc/mail/virtual <\fIinputfile\fR
751  .SH DESCRIPTION
752  .ad
753  .fi
754 @@ -41,7 +41,7 @@
755  that serves as input to the \fBpostmap\fR(1) command.
756  The result, an indexed file in \fBdbm\fR or \fBdb\fR format,
757  is used for fast searching by the mail system. Execute the command
758 -\fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed
759 +\fBpostmap /etc/mail/virtual\fR in order to rebuild the indexed
760  file after changing the text file.
761  
762  When the table is provided via other means such as NIS, LDAP
763 @@ -125,15 +125,15 @@
764  
765  Support for a virtual alias domain looks like:
766  
767 -/etc/postfix/main.cf:
768 +/etc/mail/main.cf:
769  .in +4
770 -virtual_alias_maps = hash:/etc/postfix/virtual
771 +virtual_alias_maps = hash:/etc/mail/virtual
772  
773  Note: some systems use \fBdbm\fR databases instead of \fBhash\fR.
774  See the output from \fBpostconf -m\fR for available database types.
775  
776  .ti -4
777 -/etc/postfix/virtual:
778 +/etc/mail/virtual:
779  .nf
780  .na
781  \fIvirtual-alias.domain anything\fR (right-hand content does not matter)
782 diff -dur postfix-2.1.3.orig/man/man8/cleanup.8 postfix-2.1.3/man/man8/cleanup.8
783 --- postfix-2.1.3.orig/man/man8/cleanup.8       2004-04-14 16:27:46.000000000 +0200
784 +++ postfix-2.1.3/man/man8/cleanup.8    2004-06-22 14:27:27.616966592 +0200
785 @@ -283,8 +283,8 @@
786  .SH "FILES"
787  .na
788  .nf
789 -/etc/postfix/canonical*, canonical mapping table
790 -/etc/postfix/virtual*, virtual mapping table
791 +/etc/mail/canonical*, canonical mapping table
792 +/etc/mail/virtual*, virtual mapping table
793  .SH "SEE ALSO"
794  .na
795  .nf
796 diff -dur postfix-2.1.3.orig/man/man8/master.8 postfix-2.1.3/man/man8/master.8
797 --- postfix-2.1.3.orig/man/man8/master.8        2004-04-11 21:19:47.000000000 +0200
798 +++ postfix-2.1.3/man/man8/master.8     2004-06-22 14:27:45.157947168 +0200
799 @@ -147,8 +147,8 @@
800  .SH "FILES"
801  .na
802  .nf
803 -/etc/postfix/main.cf, global configuration file.
804 -/etc/postfix/master.cf, master server configuration file.
805 +/etc/mail/main.cf, global configuration file.
806 +/etc/mail/master.cf, master server configuration file.
807  /var/spool/postfix/pid/master.pid, master lock file.
808  .SH "SEE ALSO"
809  .na
810 diff -dur postfix-2.1.3.orig/man/man8/proxymap.8 postfix-2.1.3/man/man8/proxymap.8
811 --- postfix-2.1.3.orig/man/man8/proxymap.8      2004-06-14 23:18:54.000000000 +0200
812 +++ postfix-2.1.3/man/man8/proxymap.8   2004-06-22 14:21:18.013419228 +0200
813 @@ -33,7 +33,7 @@
814  .sp
815  virtual_alias_maps =
816  .ti +4
817 -proxy:mysql:/etc/postfix/virtual_alias.cf
818 +proxy:mysql:/etc/mail/virtual_alias.cf
819  .sp
820  The total number of connections is limited by the number of
821  proxymap server processes.
822 diff -dur postfix-2.1.3.orig/man/man8/tlsmgr.8 postfix-2.1.3/man/man8/tlsmgr.8
823 --- postfix-2.1.3.orig/man/man8/tlsmgr.8        2004-06-22 14:20:57.678597931 +0200
824 +++ postfix-2.1.3/man/man8/tlsmgr.8     2004-06-22 14:21:18.014419170 +0200
825 @@ -103,7 +103,7 @@
826  .IP \fBtls_random_exchange_name\fR
827  Name of the file written by tlsmgr and read by smtp and smtpd at
828  startup. The length is 1024 bytes. Default value is
829 -/etc/postfix/prng_exch.
830 +/etc/mail/prng_exch.
831  .IP \fBtls_random_reseed_period\fR
832  Time in seconds until the next reseed from external sources is due.
833  This is the maximum value. The actual point in time is calculated
834 diff -dur postfix-2.1.3.orig/src/global/mail_params.h postfix-2.1.3/src/global/mail_params.h
835 --- postfix-2.1.3.orig/src/global/mail_params.h 2004-06-22 14:20:57.890585644 +0200
836 +++ postfix-2.1.3/src/global/mail_params.h      2004-06-22 14:21:17.963422126 +0200
837 @@ -64,7 +64,7 @@
838  extern gid_t var_owner_gid;
839  
840  #define VAR_SGID_GROUP         "setgid_group"
841 -#define DEF_SGID_GROUP         "postdrop"
842 +#define DEF_SGID_GROUP         "maildrop"
843  extern char *var_sgid_group;
844  extern gid_t var_sgid_gid;
845  
846 @@ -231,7 +231,7 @@
847    */
848  #define VAR_CONFIG_DIR         "config_directory"
849  #ifndef DEF_CONFIG_DIR
850 -#define DEF_CONFIG_DIR         "/etc/postfix"
851 +#define DEF_CONFIG_DIR         "/etc/mail"
852  #endif
853  extern char *var_config_dir;
854  
855 diff -dur postfix-2.1.3.orig/src/util/sys_defs.h postfix-2.1.3/src/util/sys_defs.h
856 --- postfix-2.1.3.orig/src/util/sys_defs.h      2004-06-22 14:20:58.094573821 +0200
857 +++ postfix-2.1.3/src/util/sys_defs.h   2004-06-22 14:21:17.966421952 +0200
858 @@ -550,7 +550,7 @@
859  #define HAS_FSYNC
860  #define HAS_DB
861  #define DEF_DB_TYPE    "hash"
862 -#define ALIAS_DB_MAP   "hash:/etc/aliases"
863 +#define ALIAS_DB_MAP   "hash:/etc/mail/aliases"
864  #define HAS_NIS
865  #define GETTIMEOFDAY(t)        gettimeofday(t,(struct timezone *) 0)
866  #define ROOT_PATH      "/bin:/usr/bin:/sbin:/usr/sbin"
This page took 0.16026 seconds and 3 git commands to generate.