]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-config.patch
- fixed requires (PR#48)
[packages/postfix.git] / postfix-config.patch
CommitLineData
320b372d
AM
1diff -urN snapshot-19990627.orig/conf/main.cf snapshot-19990627/conf/main.cf
2--- snapshot-19990627.orig/conf/main.cf Mon Jul 19 19:09:49 1999
3+++ snapshot-19990627/conf/main.cf Mon Jul 19 19:33:23 1999
4@@ -18,19 +18,19 @@
a281e397
AM
5 # Postfix support programs and daemons. This setting can be overruled
6 # with the command_directory and daemon_directory parameters.
7 #
8-program_directory = /some/where/postfix/bin
320b372d 9+#program_directory = /usr/lib/postfix
a281e397
AM
10
11 # The command_directory parameter specifies the location of all
12 # postXXX commands. The default value is $program_directory.
320b372d
AM
13 #
14-#command_directory = /usr/sbin
15+command_directory = /usr/sbin
16
17 # The daemon_directory parameter specifies the location of all Postfix
18 # daemon programs (i.e. programs listed in the master.cf file). The
19 # default value is $program_directory. This directory must be owned
20 # by root.
21 #
22-#daemon_directory = /usr/libexec/postfix
23+daemon_directory = /usr/lib/postfix
24
25 # QUEUE AND PROCESS OWNERSHIP
26 #
35e20fbe 27@@ -40,14 +40,14 @@
a281e397
AM
28 # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
29 # don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
30 #
31-#mail_owner = postfix
32+mail_owner = postfix
33
34 # The default_privs parameter specifies the default rights used by
35 # the local delivery agent for delivery to external file or command.
36 # These rights are used in the absence of a recipient user context.
37 # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
38 #
39-#default_privs = nobody
40+default_privs = nobody
41
42 # INTERNET HOST AND DOMAIN NAMES
43 #
35e20fbe
AM
44@@ -75,8 +75,8 @@
45 # a domain-wide alias database that aliases each user to
46 # user@that.users.mailhost.
a281e397 47 #
35e20fbe
AM
48-#myorigin = $myhostname
49-#myorigin = $mydomain
50+myorigin = $myhostname
51+myorigin = $mydomain
a281e397 52
a281e397
AM
53 # RECEIVING MAIL
54
35e20fbe 55@@ -179,7 +179,7 @@
a281e397
AM
56 # "postfix reload" to eliminate the delay.
57 #
58 #alias_maps = dbm:/etc/aliases
59-#alias_maps = hash:/etc/aliases
60+alias_maps = hash:/etc/mail/aliases
61 #alias_maps = hash:/etc/aliases, nis:mail.aliases
62
63 # The alias_database parameter specifies the alias database(s) that
320b372d
AM
64@@ -189,7 +189,7 @@
65 #
66 #alias_database = dbm:/etc/aliases
67 #alias_database = dbm:/etc/mail/aliases
68-#alias_database = hash:/etc/aliases
69+alias_database = hash:/etc/mail/aliases
70 #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
71
72 # DELIVERED-TO
73@@ -229,7 +229,7 @@
35e20fbe
AM
74 # UNIX-style mailboxes are kept. The default setting depends on the
75 # system type.
a281e397 76 #
35e20fbe
AM
77-# mail_spool_directory = /var/mail
78+mail_spool_directory = /var/mail
79 # mail_spool_directory = /var/spool/mail
a281e397 80
35e20fbe 81 # The mailbox_command parameter specifies the optional external
320b372d
AM
82@@ -386,3 +386,4 @@
83 xxgdb $daemon_directory/$process_name $process_id & sleep 5
84
85 # Other configurable parameters.
86+biff = no
87diff -urN snapshot-19990627.orig/global/mail_params.h snapshot-19990627/global/mail_params.h
88--- snapshot-19990627.orig/global/mail_params.h Mon Jul 19 19:09:49 1999
89+++ snapshot-19990627/global/mail_params.h Mon Jul 19 19:13:50 1999
35e20fbe 90@@ -180,7 +180,7 @@
a281e397
AM
91 */
92 #define VAR_CONFIG_DIR "config_directory"
93 #ifndef DEF_CONFIG_DIR
94-#define DEF_CONFIG_DIR "/etc/postfix"
95+#define DEF_CONFIG_DIR "/etc/mail"
96 #endif
97 extern char *var_config_dir;
98
320b372d
AM
99diff -urN snapshot-19990627.orig/util/sys_defs.h snapshot-19990627/util/sys_defs.h
100--- snapshot-19990627.orig/util/sys_defs.h Mon Jul 19 19:09:49 1999
101+++ snapshot-19990627/util/sys_defs.h Mon Jul 19 19:14:31 1999
35e20fbe 102@@ -31,7 +31,7 @@
a281e397 103 #define HAS_DB
35e20fbe 104 #define HAS_SA_LEN
a281e397
AM
105 #define DEF_DB_TYPE "hash"
106-#define ALIAS_DB_MAP "hash:/etc/aliases"
107+#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
a281e397
AM
108 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
109 #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
35e20fbe 110 #define USE_STATFS
320b372d
AM
111@@ -327,7 +327,7 @@
112 #define HAS_FSYNC
113 #define HAS_DB
114 #define DEF_DB_TYPE "hash"
115-#define ALIAS_DB_MAP "hash:/etc/aliases"
116+#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
117 #define HAS_NIS
118 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
119 #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
This page took 0.084653 seconds and 4 git commands to generate.