]> git.pld-linux.org Git - packages/exim-lite.git/blob - exim4-EDITME.patch
- 4.30
[packages/exim-lite.git] / exim4-EDITME.patch
1 --- exim-4.30/src/EDITME.orig   2003-12-01 10:15:41.000000000 +0000
2 +++ exim-4.30/src/EDITME        2003-12-02 12:14:36.000000000 +0000
3 @@ -98,7 +98,7 @@
4  # /usr/local/sbin. The installation script will try to create this directory,
5  # and any superior directories, if they do not exist.
6  
7 -BIN_DIRECTORY=/usr/exim/bin
8 +BIN_DIRECTORY=/usr/bin
9  
10  
11  #------------------------------------------------------------------------------
12 @@ -114,7 +114,7 @@
13  # don't exist. It will also install a default runtime configuration if this
14  # file does not exist.
15  
16 -CONFIGURE_FILE=/usr/exim/configure
17 +CONFIGURE_FILE=/etc/mail/exim.conf
18  
19  # It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
20  # In this case, Exim will use the first of them that exists when it is run.
21 @@ -132,7 +132,8 @@
22  # owner of a local mailbox.) Specifying these values as root is very strongly
23  # discouraged.
24  
25 -EXIM_USER=
26 +EXIM_UID=79
27 +EXIM_GID=79
28  
29  # If you specify EXIM_USER as a name, this is looked up at build time, and the
30  # uid number is built into the binary. However, you can specify that this
31 @@ -227,7 +228,7 @@
32  # This one is special-purpose, and commonly not required, so it is not
33  # included by default.
34  
35 -# TRANSPORT_LMTP=yes
36 +TRANSPORT_LMTP=yes
37  
38  
39  #------------------------------------------------------------------------------
40 @@ -236,9 +237,9 @@
41  # MBX, is included only when requested. If you do not know what this is about,
42  # leave these settings commented out.
43  
44 -# SUPPORT_MAILDIR=yes
45 -# SUPPORT_MAILSTORE=yes
46 -# SUPPORT_MBX=yes
47 +SUPPORT_MAILDIR=yes
48 +SUPPORT_MAILSTORE=yes
49 +SUPPORT_MBX=yes
50  
51  
52  #------------------------------------------------------------------------------
53 @@ -253,16 +254,16 @@
54  LOOKUP_DBM=yes
55  LOOKUP_LSEARCH=yes
56  
57 -# LOOKUP_CDB=yes
58 -# LOOKUP_DNSDB=yes
59 -# LOOKUP_DSEARCH=yes
60 +LOOKUP_CDB=yes
61 +LOOKUP_DNSDB=yes
62 +LOOKUP_DSEARCH=yes
63  # LOOKUP_IBASE=yes
64  # LOOKUP_LDAP=yes
65  # LOOKUP_MYSQL=yes
66  # LOOKUP_NIS=yes
67  # LOOKUP_NISPLUS=yes
68  # LOOKUP_ORACLE=yes
69 -# LOOKUP_PASSWD=yes
70 +LOOKUP_PASSWD=yes
71  # LOOKUP_PGSQL=yes
72  # LOOKUP_WHOSON=yes
73  
74 @@ -386,9 +387,9 @@
75  # included in the Exim binary. You will then need to set up the run time
76  # configuration to make use of the mechanism(s) selected.
77  
78 -# AUTH_CRAM_MD5=yes
79 -# AUTH_PLAINTEXT=yes
80 -# AUTH_SPA=yes
81 +AUTH_CRAM_MD5=yes
82 +AUTH_PLAINTEXT=yes
83 +AUTH_SPA=yes
84  
85  
86  #------------------------------------------------------------------------------
87 @@ -466,10 +467,10 @@
88  # leave these settings commented out.
89  
90  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
91 -# SUPPORT_TLS=yes
92 +SUPPORT_TLS=yes
93  
94  # Uncomment this setting if you are using OpenSSL
95 -# TLS_LIBS=-lssl -lcrypto
96 +TLS_LIBS=-lssl -lcrypto
97  
98  # Uncomment these settings if you are using GnuTLS
99  # USE_GNUTLS=yes
100 @@ -520,7 +521,7 @@
101  # Once you have done this, "make install" will build the info files and
102  # install them in the directory you have defined.
103  
104 -# INFO_DIRECTORY=/usr/share/info
105 +INFO_DIRECTORY=/usr/share/info
106  
107  
108  #------------------------------------------------------------------------------
109 @@ -533,7 +534,7 @@
110  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
111  # to form the final file names. Some installations may want something like this:
112  
113 -# LOG_FILE_PATH=/var/log/exim_%slog
114 +LOG_FILE_PATH=/var/log/exim/%s.log
115  
116  # which results in files with names /var/log/exim_mainlog, etc. The directory
117  # in which the log files are placed must exist; Exim does not try to create
118 @@ -582,7 +583,7 @@
119  # files. Both the name of the command and the suffix that it adds to files
120  # need to be defined here. See also the EXICYCLOG_MAX configuration.
121  
122 -COMPRESS_COMMAND=/usr/bin/gzip
123 +COMPRESS_COMMAND=/bin/gzip
124  COMPRESS_SUFFIX=gz
125  
126  
127 @@ -590,7 +591,7 @@
128  # If the exigrep utility is fed compressed log files, it tries to uncompress
129  # them using this command.
130  
131 -ZCAT_COMMAND=/usr/bin/zcat
132 +ZCAT_COMMAND=/bin/zcat
133  
134  
135  #------------------------------------------------------------------------------
136 @@ -599,7 +600,7 @@
137  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
138  # Perl costs quite a lot of resources. Only do this if you really need it.
139  
140 -# EXIM_PERL=perl.o
141 +EXIM_PERL=perl.o
142  
143  
144  #------------------------------------------------------------------------------
145 @@ -609,11 +610,12 @@
146  # support, which is intended for use in conjunction with the SMTP AUTH
147  # facilities, is included only when requested by the following setting:
148  
149 -# SUPPORT_PAM=yes
150 +SUPPORT_PAM=yes
151  
152  # You probably need to add -lpam to EXTRALIBS, and in some releases of
153  # GNU/Linux -ldl is also needed.
154  
155 +EXTRALIBS=-lpam -ldl
156  
157  #------------------------------------------------------------------------------
158  # Support for authentication via Radius is also available. The Exim support,
159 @@ -638,7 +640,7 @@
160  # /var/pwcheck) and chown it to exim's user and group. Once you have installed
161  # pwcheck, you should arrange for it to be started by root at boot time.
162  
163 -# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
164 +CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
165  
166  
167  #------------------------------------------------------------------------------
168 @@ -655,7 +657,7 @@
169  # group. Once you have installed saslauthd, you should arrange for it to be
170  # started by root at boot time.
171  
172 -# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
173 +CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
174  
175  
176  #------------------------------------------------------------------------------
177 @@ -767,7 +769,7 @@
178  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
179  # does not exist, then the bare configuration file name is tried.
180  
181 -# CONFIGURE_FILE_USE_NODE=yes
182 +CONFIGURE_FILE_USE_NODE=yes
183  
184  
185  #------------------------------------------------------------------------------
186 @@ -917,7 +919,7 @@
187  # (process id) to a file so that it can easily be identified. The path of the
188  # file can be specified here. Some installations may want something like this:
189  
190 -# PID_FILE_PATH=/var/lock/exim.pid
191 +PID_FILE_PATH=/var/run/exim%s.pid
192  
193  # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
194  # using the name "exim-daemon.pid".
195 @@ -940,7 +942,7 @@
196  # be changed here. The default is 0640 so that information from the spool is
197  # available to anyone who is a member of the Exim group.
198  
199 -# SPOOL_MODE=0640
200 +SPOOL_MODE=0640
201  
202  
203  #------------------------------------------------------------------------------
This page took 0.062209 seconds and 3 git commands to generate.