summaryrefslogtreecommitdiff
path: root/mail/postfix26/files/patch-aa
blob: 7bc09d76c408cc92db4d936a4c0edae5cf8e8881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
*** ./conf/main.cf.orig	Thu May 17 14:41:17 2001
--- ./conf/main.cf	Thu Jan 17 16:23:31 2002
***************
*** 32,36 ****
  # postXXX commands.  The default value is $program_directory.
  #
! command_directory = /usr/sbin
  
  # The daemon_directory parameter specifies the location of all Postfix
--- 32,36 ----
  # postXXX commands.  The default value is $program_directory.
  #
! command_directory = !!PREFIX!!/sbin
  
  # The daemon_directory parameter specifies the location of all Postfix
***************
*** 39,43 ****
  # by root.
  #
! daemon_directory = /usr/libexec/postfix
  
  # QUEUE AND PROCESS OWNERSHIP
--- 39,43 ----
  # by root.
  #
! daemon_directory = !!PREFIX!!/libexec/postfix
  
  # QUEUE AND PROCESS OWNERSHIP
***************
*** 56,60 ****
  # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
  #
! #default_privs = nobody
  
  # INTERNET HOST AND DOMAIN NAMES
--- 56,60 ----
  # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
  #
! default_privs = nobody
  
  # INTERNET HOST AND DOMAIN NAMES
***************
*** 286,290 ****
  #
  #alias_database = dbm:/etc/aliases
! #alias_database = dbm:/etc/mail/aliases
  #alias_database = hash:/etc/aliases
  #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
--- 286,290 ----
  #
  #alias_database = dbm:/etc/aliases
! #alias_database = dbm:/etc/aliases
  #alias_database = hash:/etc/aliases
  #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
***************
*** 305,310 ****
  # The home_mailbox parameter specifies the optional pathname of a
  # mailbox file relative to a user's home directory. The default
! # mailbox file is /var/spool/mail/user or /var/mail/user.  Specify
! # "Maildir/" for qmail-style delivery (the / is required).
  #
  #home_mailbox = Mailbox
--- 305,310 ----
  # The home_mailbox parameter specifies the optional pathname of a
  # mailbox file relative to a user's home directory. The default
! # mailbox file is /var/mail/user.  Specify "Maildir/" for 
! # qmail-style delivery (the / is required).
  #
  #home_mailbox = Mailbox
***************
*** 315,319 ****
  # system type.
  #
! # mail_spool_directory = /var/mail
  # mail_spool_directory = /var/spool/mail
  
--- 315,319 ----
  # system type.
  #
! mail_spool_directory = /var/mail
  # mail_spool_directory = /var/spool/mail
  
***************
*** 396,401 ****
  # mostly a waste of cycles.
  #
! #header_checks = regexp:/etc/postfix/filename
! #header_checks = pcre:/etc/postfix/filename
  
  # FAST ETRN SERVICE
--- 396,401 ----
  # mostly a waste of cycles.
  #
! #header_checks = regexp:!!PREFIX!!/etc/postfix/filename
! #header_checks = pcre:!!PREFIX!!/etc/postfix/filename
  
  # FAST ETRN SERVICE
***************
*** 471,477 ****
  # set up your XAUTHORITY environment variable before starting Postfix.
  #
! debugger_command =
! 	 PATH=/usr/bin:/usr/X11R6/bin
! 	 xxgdb $daemon_directory/$process_name $process_id & sleep 5
  
  # Other configurable parameters.
--- 471,477 ----
  # set up your XAUTHORITY environment variable before starting Postfix.
  #
! # debugger_command =
! # 	 PATH=/usr/bin:/usr/X11R6/bin
! # 	 xxgdb $daemon_directory/$process_name $process_id & sleep 5
  
  # Other configurable parameters.