]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-config.patch
updated to 20001217
[packages/postfix.git] / postfix-config.patch
CommitLineData
e31c0987
AF
1--- snapshot-20000507/src/global/mail_params.h.wiget Mon May 8 01:42:27 2000
2+++ snapshot-20000507/src/global/mail_params.h Tue May 9 16:42:16 2000
4070b073 3@@ -187,7 +187,7 @@
9e5ab0fc
AF
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
e31c0987
AF
12--- snapshot-20000507/src/util/sys_defs.h.wiget Sun May 7 19:30:37 2000
13+++ snapshot-20000507/src/util/sys_defs.h Tue May 9 16:42:16 2000
9e9007a1 14@@ -358,7 +358,7 @@
9e5ab0fc
AF
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"
9e9007a1
AF
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
4070b073 25@@ -24,7 +24,7 @@
320b372d
AM
26 # default value is $program_directory. This directory must be owned
27 # by root.
28 #
9e5ab0fc 29-daemon_directory = /usr/libexec/postfix
320b372d
AM
30+daemon_directory = /usr/lib/postfix
31
32 # QUEUE AND PROCESS OWNERSHIP
33 #
4070b073 34@@ -41,7 +41,7 @@
a281e397
AM
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 #
9e9007a1 43@@ -69,7 +69,7 @@
35e20fbe
AM
44 # a domain-wide alias database that aliases each user to
45 # user@that.users.mailhost.
a281e397 46 #
35e20fbe 47-#myorigin = $myhostname
35e20fbe 48+myorigin = $myhostname
9e9007a1 49 #myorigin = $mydomain
a281e397 50
a281e397 51 # RECEIVING MAIL
4070b073 52@@ -168,7 +168,7 @@
a281e397
AM
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
9e5ab0fc 59 #alias_maps = netinfo:/aliases
a281e397 60
4070b073 61@@ -179,7 +179,7 @@
320b372d
AM
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
4070b073
AF
69 # ADDRESS EXTENSIONS (e.g., user+foo)
70@@ -207,7 +207,7 @@
35e20fbe
AM
71 # UNIX-style mailboxes are kept. The default setting depends on the
72 # system type.
a281e397 73 #
35e20fbe
AM
74-# mail_spool_directory = /var/mail
75+mail_spool_directory = /var/mail
76 # mail_spool_directory = /var/spool/mail
a281e397 77
35e20fbe 78 # The mailbox_command parameter specifies the optional external
4070b073
AF
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
9e9007a1 90@@ -379,3 +379,4 @@
320b372d
AM
91 xxgdb $daemon_directory/$process_name $process_id & sleep 5
92
93 # Other configurable parameters.
94+biff = no
This page took 0.040996 seconds and 4 git commands to generate.