]> git.pld-linux.org Git - packages/exim.git/blame - exim4-EDITME.patch
- build fix
[packages/exim.git] / exim4-EDITME.patch
CommitLineData
3a8fb3b3
AM
1diff -urN exim-4.64.org/src/EDITME exim-4.64/src/EDITME
2--- exim-4.64.org/src/EDITME 2006-12-20 10:46:04.000000000 +0100
d09678c6 3+++ exim-4.64/src/EDITME 2006-12-21 16:57:08.676246750 +0100
b5aad17c 4@@ -100,7 +100,7 @@
a59efb33
AM
5 # /usr/local/sbin. The installation script will try to create this directory,
6 # and any superior directories, if they do not exist.
7
8-BIN_DIRECTORY=/usr/exim/bin
9+BIN_DIRECTORY=/usr/bin
10
11
12 #------------------------------------------------------------------------------
b5aad17c 13@@ -116,7 +116,7 @@
02568c72
AM
14 # don't exist. It will also install a default runtime configuration if this
15 # file does not exist.
a59efb33
AM
16
17-CONFIGURE_FILE=/usr/exim/configure
18+CONFIGURE_FILE=/etc/mail/exim.conf
19
49288260 20 # It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
21 # In this case, Exim will use the first of them that exists when it is run.
b5aad17c 22@@ -134,7 +134,8 @@
a59efb33 23 # owner of a local mailbox.) Specifying these values as root is very strongly
86166e68 24 # discouraged.
a59efb33
AM
25
26-EXIM_USER=
27+EXIM_UID=79
28+EXIM_GID=79
29
86166e68 30 # If you specify EXIM_USER as a name, this is looked up at build time, and the
31 # uid number is built into the binary. However, you can specify that this
3a8fb3b3 32@@ -214,7 +215,7 @@
ee2e20a0
AM
33
34 # This one is very special-purpose, so is not included by default.
35
36-# ROUTER_IPLOOKUP=yes
37+ROUTER_IPLOOKUP=yes
38
39
40 #------------------------------------------------------------------------------
3a8fb3b3 41@@ -235,7 +236,7 @@
a59efb33
AM
42 # This one is special-purpose, and commonly not required, so it is not
43 # included by default.
44
45-# TRANSPORT_LMTP=yes
46+TRANSPORT_LMTP=yes
47
48
49 #------------------------------------------------------------------------------
3a8fb3b3 50@@ -244,9 +245,9 @@
a59efb33
AM
51 # MBX, is included only when requested. If you do not know what this is about,
52 # leave these settings commented out.
53
54-# SUPPORT_MAILDIR=yes
55-# SUPPORT_MAILSTORE=yes
56-# SUPPORT_MBX=yes
57+SUPPORT_MAILDIR=yes
58+SUPPORT_MAILSTORE=yes
59+SUPPORT_MBX=yes
60
61
62 #------------------------------------------------------------------------------
c33d15a3 63@@ -263,15 +263,15 @@
a59efb33 64 LOOKUP_LSEARCH=yes
c33d15a3 65 LOOKUP_DNSDB=yes
a59efb33
AM
66
67-# LOOKUP_CDB=yes
02568c72 68-# LOOKUP_DSEARCH=yes
2d19282f 69+LOOKUP_CDB=yes
02568c72 70+LOOKUP_DSEARCH=yes
07713049 71 # LOOKUP_IBASE=yes
a59efb33 72 # LOOKUP_LDAP=yes
02568c72
AM
73 # LOOKUP_MYSQL=yes
74 # LOOKUP_NIS=yes
2d19282f
AM
75 # LOOKUP_NISPLUS=yes
76 # LOOKUP_ORACLE=yes
77-# LOOKUP_PASSWD=yes
78+LOOKUP_PASSWD=yes
79 # LOOKUP_PGSQL=yes
3a8fb3b3 80 # LOOKUP_SQLITE=yes
2d19282f 81 # LOOKUP_WHOSON=yes
3a8fb3b3 82@@ -330,14 +331,14 @@
b5aad17c
AM
83 # and the MIME ACL. Please read the documentation to learn more about these
84 # features.
85
86-# WITH_CONTENT_SCAN=yes
87+WITH_CONTENT_SCAN=yes
88
89 # If you want to use the deprecated "demime" condition in the DATA ACL,
90 # uncomment the line below. Doing so will also explicitly turn on the
91 # WITH_CONTENT_SCAN option. If possible, use the MIME ACL instead of
92 # the "demime" condition.
93
94-# WITH_OLD_DEMIME=yes
95+WITH_OLD_DEMIME=yes
96
97 #------------------------------------------------------------------------------
98 # Compiling Exim with experimental features. These are documented in
3a8fb3b3 99@@ -473,11 +474,11 @@
a59efb33
AM
100 # included in the Exim binary. You will then need to set up the run time
101 # configuration to make use of the mechanism(s) selected.
102
103-# AUTH_CRAM_MD5=yes
b5aad17c
AM
104+AUTH_CRAM_MD5=yes
105 # AUTH_CYRUS_SASL=yes
d09678c6 106-# AUTH_DOVECOT=yes
a59efb33 107-# AUTH_PLAINTEXT=yes
02568c72 108-# AUTH_SPA=yes
d09678c6 109+AUTH_DOVECOT=yes
a59efb33 110+AUTH_PLAINTEXT=yes
02568c72 111+AUTH_SPA=yes
a59efb33
AM
112
113
02568c72 114 #------------------------------------------------------------------------------
3a8fb3b3 115@@ -576,10 +577,10 @@
49288260 116 # leave these settings commented out.
a59efb33 117
49288260 118 # This setting is required for any TLS support (either OpenSSL or GnuTLS)
a59efb33 119-# SUPPORT_TLS=yes
a59efb33 120+SUPPORT_TLS=yes
49288260 121
122 # Uncomment this setting if you are using OpenSSL
123-# TLS_LIBS=-lssl -lcrypto
a59efb33
AM
124+TLS_LIBS=-lssl -lcrypto
125
49288260 126 # Uncomment these settings if you are using GnuTLS
127 # USE_GNUTLS=yes
3a8fb3b3 128@@ -630,7 +631,7 @@
a59efb33
AM
129 # Once you have done this, "make install" will build the info files and
130 # install them in the directory you have defined.
131
132-# INFO_DIRECTORY=/usr/share/info
133+INFO_DIRECTORY=/usr/share/info
134
135
136 #------------------------------------------------------------------------------
3a8fb3b3 137@@ -643,7 +644,7 @@
a59efb33
AM
138 # %s. This will be replaced by one of the strings "main", "panic", or "reject"
139 # to form the final file names. Some installations may want something like this:
140
141-# LOG_FILE_PATH=/var/log/exim_%slog
142+LOG_FILE_PATH=/var/log/exim/%s.log
143
144 # which results in files with names /var/log/exim_mainlog, etc. The directory
145 # in which the log files are placed must exist; Exim does not try to create
3a8fb3b3 146@@ -692,7 +693,7 @@
a59efb33
AM
147 # files. Both the name of the command and the suffix that it adds to files
148 # need to be defined here. See also the EXICYCLOG_MAX configuration.
149
150-COMPRESS_COMMAND=/usr/bin/gzip
151+COMPRESS_COMMAND=/bin/gzip
152 COMPRESS_SUFFIX=gz
153
154
3a8fb3b3 155@@ -700,7 +701,7 @@
a59efb33
AM
156 # If the exigrep utility is fed compressed log files, it tries to uncompress
157 # them using this command.
158
159-ZCAT_COMMAND=/usr/bin/zcat
160+ZCAT_COMMAND=/bin/zcat
161
162
163 #------------------------------------------------------------------------------
3a8fb3b3 164@@ -709,7 +710,7 @@
a59efb33
AM
165 # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
166 # Perl costs quite a lot of resources. Only do this if you really need it.
167
168-# EXIM_PERL=perl.o
169+EXIM_PERL=perl.o
170
171
172 #------------------------------------------------------------------------------
3a8fb3b3
AM
173@@ -719,7 +720,7 @@
174 # that the local_scan API is made available by the linker. You may also need
175 # to add -ldl to EXTRALIBS so that dlopen() is available to Exim.
48a0e242
AM
176
177-# EXPAND_DLFUNC=yes
178+EXPAND_DLFUNC=yes
179
180
181 #------------------------------------------------------------------------------
3a8fb3b3 182@@ -729,11 +730,12 @@
a59efb33
AM
183 # support, which is intended for use in conjunction with the SMTP AUTH
184 # facilities, is included only when requested by the following setting:
185
186-# SUPPORT_PAM=yes
187+SUPPORT_PAM=yes
188
189 # You probably need to add -lpam to EXTRALIBS, and in some releases of
190 # GNU/Linux -ldl is also needed.
191
192+EXTRALIBS=-lpam -ldl
193
194 #------------------------------------------------------------------------------
195 # Support for authentication via Radius is also available. The Exim support,
3a8fb3b3 196@@ -780,7 +782,7 @@
02568c72
AM
197 # /var/pwcheck) and chown it to exim's user and group. Once you have installed
198 # pwcheck, you should arrange for it to be started by root at boot time.
ecc5bdcd
ŁJM
199
200-# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
201+CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
202
203
204 #------------------------------------------------------------------------------
3a8fb3b3 205@@ -797,7 +799,7 @@
02568c72
AM
206 # group. Once you have installed saslauthd, you should arrange for it to be
207 # started by root at boot time.
208
209-# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
210+CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
211
212
213 #------------------------------------------------------------------------------
3a8fb3b3 214@@ -857,7 +859,7 @@
ee2e20a0
AM
215 # is "yes", as well as supporting line editing, a history of input lines in the
216 # current run is maintained.
217
218-# USE_READLINE=yes
219+USE_READLINE=yes
220
3a8fb3b3 221 # You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes.
b5aad17c 222 # Note that this option adds to the size of the Exim binary, because the
3a8fb3b3 223@@ -932,7 +934,7 @@
a59efb33
AM
224 # period (for example, /usr/exim/configure.host.in.some.domain). If this file
225 # does not exist, then the bare configuration file name is tried.
226
227-# CONFIGURE_FILE_USE_NODE=yes
228+CONFIGURE_FILE_USE_NODE=yes
229
230
231 #------------------------------------------------------------------------------
3a8fb3b3 232@@ -1105,7 +1107,7 @@
a59efb33
AM
233 # be changed here. The default is 0640 so that information from the spool is
234 # available to anyone who is a member of the Exim group.
235
236-# SPOOL_MODE=0640
237+SPOOL_MODE=0640
238
239
240 #------------------------------------------------------------------------------
f5c2c23d
AM
241@@ -1164,6 +1164,6 @@
242 # feature should only be used in very exceptional circumstances. YOU HAVE BEEN
243 # WARNED.
244
245-# ENABLE_DISABLE_FSYNC=yes
246+ENABLE_DISABLE_FSYNC=yes
247
248 # End of EDITME for Exim 4.
This page took 0.094282 seconds and 4 git commands to generate.