]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-config.patch
- removed all Group fields translations (oure rpm now can handle translating
[packages/postfix.git] / postfix-config.patch
CommitLineData
447bfc58
GS
1diff -urN snapshot-20011127/conf/main.cf snapshot-20011127.dzikus/conf/main.cf
2--- snapshot-20011127/conf/main.cf Tue Nov 27 18:54:35 2001
3+++ snapshot-20011127.dzikus/conf/main.cf Thu Nov 29 07:13:51 2001
4@@ -38,7 +38,7 @@
320b372d
AM
5 # default value is $program_directory. This directory must be owned
6 # by root.
7 #
9e5ab0fc 8-daemon_directory = /usr/libexec/postfix
320b372d
AM
9+daemon_directory = /usr/lib/postfix
10
11 # QUEUE AND PROCESS OWNERSHIP
12 #
447bfc58 13@@ -56,7 +56,7 @@
a281e397
AM
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 #
447bfc58 22@@ -84,7 +84,7 @@
35e20fbe
AM
23 # a domain-wide alias database that aliases each user to
24 # user@that.users.mailhost.
a281e397 25 #
35e20fbe 26-#myorigin = $myhostname
35e20fbe 27+myorigin = $myhostname
9e9007a1 28 #myorigin = $mydomain
a281e397 29
a281e397 30 # RECEIVING MAIL
447bfc58 31@@ -296,7 +296,7 @@
a281e397
AM
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
9e5ab0fc 38 #alias_maps = netinfo:/aliases
a281e397 39
447bfc58 40@@ -307,7 +307,7 @@
320b372d
AM
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
4070b073 48 # ADDRESS EXTENSIONS (e.g., user+foo)
447bfc58 49@@ -335,7 +335,7 @@
35e20fbe
AM
50 # UNIX-style mailboxes are kept. The default setting depends on the
51 # system type.
a281e397 52 #
447bfc58 53-#mail_spool_directory = /var/mail
35e20fbe 54+mail_spool_directory = /var/mail
447bfc58 55 #mail_spool_directory = /var/spool/mail
a281e397 56
35e20fbe 57 # The mailbox_command parameter specifies the optional external
447bfc58 58@@ -357,8 +357,8 @@
4070b073
AF
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
447bfc58 69@@ -503,3 +503,4 @@
320b372d
AM
70 xxgdb $daemon_directory/$process_name $process_id & sleep 5
71
72 # Other configurable parameters.
73+biff = no
447bfc58
GS
74diff -urN snapshot-20011127/src/global/mail_params.h snapshot-20011127.dzikus/src/global/mail_params.h
75--- snapshot-20011127/src/global/mail_params.h Wed Nov 28 01:04:35 2001
76+++ snapshot-20011127.dzikus/src/global/mail_params.h Thu Nov 29 07:11:39 2001
77@@ -198,7 +198,7 @@
78 */
79 #define VAR_CONFIG_DIR "config_directory"
80 #ifndef DEF_CONFIG_DIR
81-#define DEF_CONFIG_DIR "/etc/postfix"
82+#define DEF_CONFIG_DIR "/etc/mail"
83 #endif
84 extern char *var_config_dir;
85
86diff -urN snapshot-20011127/src/util/sys_defs.h snapshot-20011127.dzikus/src/util/sys_defs.h
87--- snapshot-20011127/src/util/sys_defs.h Wed Nov 21 22:42:11 2001
88+++ snapshot-20011127.dzikus/src/util/sys_defs.h Thu Nov 29 07:11:39 2001
89@@ -450,7 +450,7 @@
90 #define HAS_FSYNC
91 #define HAS_DB
92 #define DEF_DB_TYPE "hash"
93-#define ALIAS_DB_MAP "hash:/etc/aliases"
94+#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
95 #define HAS_NIS
96 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
97 #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
This page took 0.081492 seconds and 4 git commands to generate.