]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-config.patch
- updated to new snapshot
[packages/postfix.git] / postfix-config.patch
1 --- snapshot-20000507/global/mail_params.h.wiget        Mon May  8 01:42:27 2000
2 +++ snapshot-20000507/global/mail_params.h      Tue May  9 16:42:16 2000
3 @@ -187,7 +187,7 @@
4    */
5  #define VAR_CONFIG_DIR         "config_directory"
6  #ifndef DEF_CONFIG_DIR
7 -#define DEF_CONFIG_DIR         "/etc/postfix"
8 +#define DEF_CONFIG_DIR         "/etc/mail"
9  #endif
10  extern char *var_config_dir;
11  
12 --- snapshot-20000507/util/sys_defs.h.wiget     Sun May  7 19:30:37 2000
13 +++ snapshot-20000507/util/sys_defs.h   Tue May  9 16:42:16 2000
14 @@ -358,7 +358,7 @@
15  #define HAS_FSYNC
16  #define HAS_DB
17  #define DEF_DB_TYPE    "hash"
18 -#define ALIAS_DB_MAP   "hash:/etc/aliases"
19 +#define ALIAS_DB_MAP   "hash:/etc/mail/aliases"
20  #define HAS_NIS
21  #define GETTIMEOFDAY(t)        gettimeofday(t,(struct timezone *) 0)
22  #define ROOT_PATH      "/bin:/usr/bin:/sbin:/usr/sbin"
23 --- snapshot-20000507/conf/main.cf.wiget        Fri Jan 28 15:44:47 2000
24 +++ snapshot-20000507/conf/main.cf      Tue May  9 16:42:16 2000
25 @@ -24,7 +24,7 @@
26  # default value is $program_directory. This directory must be owned
27  # by root.
28  #
29 -daemon_directory = /usr/libexec/postfix
30 +daemon_directory = /usr/lib/postfix
31  
32  # QUEUE AND PROCESS OWNERSHIP
33  #
34 @@ -41,7 +41,7 @@
35  # These rights are used in the absence of a recipient user context.
36  # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
37  #
38 -#default_privs = nobody
39 +default_privs = nobody
40  
41  # INTERNET HOST AND DOMAIN NAMES
42  # 
43 @@ -69,7 +69,7 @@
44  # a domain-wide alias database that aliases each user to
45  # user@that.users.mailhost.
46  #
47 -#myorigin = $myhostname
48 +myorigin = $myhostname
49  #myorigin = $mydomain
50  
51  # RECEIVING MAIL
52 @@ -168,7 +168,7 @@
53  # "postfix reload" to eliminate the delay.
54  #
55  #alias_maps = dbm:/etc/aliases
56 -#alias_maps = hash:/etc/aliases
57 +alias_maps = hash:/etc/mail/aliases
58  #alias_maps = hash:/etc/aliases, nis:mail.aliases
59  #alias_maps = netinfo:/aliases
60  
61 @@ -179,7 +179,7 @@
62  #
63  #alias_database = dbm:/etc/aliases
64  #alias_database = dbm:/etc/mail/aliases
65 -#alias_database = hash:/etc/aliases
66 +alias_database = hash:/etc/mail/aliases
67  #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
68  
69  # ADDRESS EXTENSIONS (e.g., user+foo)
70 @@ -207,7 +207,7 @@
71  # UNIX-style mailboxes are kept. The default setting depends on the
72  # system type.
73  #
74 -# mail_spool_directory = /var/mail
75 +mail_spool_directory = /var/mail
76  # mail_spool_directory = /var/spool/mail
77  
78  # The mailbox_command parameter specifies the optional external
79 @@ -229,8 +229,8 @@
80  # IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN
81  # ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
82  #
83 -#mailbox_command = /some/where/procmail
84 -#mailbox_command = /some/where/procmail -a "$EXTENSION"
85 +#mailbox_command = /usr/bin/procmail
86 +mailbox_command = /usr/bin/procmail -a "$EXTENSION"
87  
88  # The mailbox_transport specifies the optional transport in master.cf
89  # to use after processing aliases and .forward files. This parameter
90 @@ -379,3 +379,4 @@
91          xxgdb $daemon_directory/$process_name $process_id & sleep 5
92  
93  # Other configurable parameters.
94 +biff = no
This page took 0.07454 seconds and 4 git commands to generate.