]> git.pld-linux.org Git - packages/exim.git/blob - exim4-EDITME.patch
93de4d5ed36cef853503b9b59e5ac91d5379ec20
[packages/exim.git] / exim4-EDITME.patch
1 --- exim-4.93/src/EDITME.org    2019-12-11 07:24:16.057781209 +0100
2 +++ exim-4.93/src/EDITME        2019-12-11 07:24:21.077926862 +0100
3 @@ -100,7 +100,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 @@ -116,7 +116,7 @@ BIN_DIRECTORY=/usr/exim/bin
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 @@ -133,7 +133,8 @@ CONFIGURE_FILE=/usr/exim/configure
22  # deliveries. (Local deliveries run as various non-root users, typically as the
23  # owner of a local mailbox.) Specifying these values as root is not supported.
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 @@ -211,11 +211,11 @@ SPOOL_DIRECTORY=/var/spool/exim
32  # If you are building with TLS, the library configuration must be done:
33  
34  # Uncomment this if you are using OpenSSL
35 -# USE_OPENSSL=yes
36 +USE_OPENSSL=yes
37  # Uncomment one of these settings if you are using OpenSSL; pkg-config vs not
38  # and an optional location.
39 -# USE_OPENSSL_PC=openssl
40 -# TLS_LIBS=-lssl -lcrypto
41 +USE_OPENSSL_PC=openssl
42 +TLS_LIBS=-lssl -lcrypto
43  # TLS_LIBS=-L/usr/local/openssl/lib -lssl -lcrypto
44  
45  # Uncomment this if you are using GnuTLS
46 @@ -317,7 +318,7 @@ ROUTER_REDIRECT=yes
47  
48  # This one is very special-purpose, so is not included by default.
49  
50 -# ROUTER_IPLOOKUP=yes
51 +ROUTER_IPLOOKUP=yes
52  
53  
54  #------------------------------------------------------------------------------
55 @@ -338,7 +339,7 @@ TRANSPORT_SMTP=yes
56  # This one is special-purpose, and commonly not required, so it is not
57  # included by default.
58  
59 -# TRANSPORT_LMTP=yes
60 +TRANSPORT_LMTP=yes
61  
62  
63  #------------------------------------------------------------------------------
64 @@ -347,9 +348,9 @@ TRANSPORT_SMTP=yes
65  # MBX, is included only when requested. If you do not know what this is about,
66  # leave these settings commented out.
67  
68 -# SUPPORT_MAILDIR=yes
69 -# SUPPORT_MAILSTORE=yes
70 -# SUPPORT_MBX=yes
71 +SUPPORT_MAILDIR=yes
72 +SUPPORT_MAILSTORE=yes
73 +SUPPORT_MBX=yes
74  
75  
76  #------------------------------------------------------------------------------
77 @@ -407,8 +408,8 @@ LOOKUP_DBM=yes
78  LOOKUP_LSEARCH=yes
79  LOOKUP_DNSDB=yes
80  
81 -# LOOKUP_CDB=yes
82 -# LOOKUP_DSEARCH=yes
83 +LOOKUP_CDB=yes
84 +LOOKUP_DSEARCH=yes
85  # LOOKUP_IBASE=yes
86  # LOOKUP_JSON=yes
87  # LOOKUP_LDAP=yes
88 @@ -417,7 +418,7 @@ LOOKUP_DNSDB=yes
89  # LOOKUP_NIS=yes
90  # LOOKUP_NISPLUS=yes
91  # LOOKUP_ORACLE=yes
92 -# LOOKUP_PASSWD=yes
93 +LOOKUP_PASSWD=yes
94  # LOOKUP_PGSQL=yes
95  # LOOKUP_REDIS=yes
96  # LOOKUP_SQLITE=yes
97 @@ -500,7 +500,7 @@ SUPPORT_DANE=yes
98  # files are defaulted in the OS/Makefile-Default file, but can be overridden in
99  # local OS-specific make files.
100  
101 -# EXIM_MONITOR=eximon.bin
102 +EXIM_MONITOR=eximon.bin
103  
104  
105  #------------------------------------------------------------------------------
106 @@ -509,7 +510,7 @@ SUPPORT_DANE=yes
107  # and the MIME ACL. Please read the documentation to learn more about these
108  # features.
109  
110 -# WITH_CONTENT_SCAN=yes
111 +WITH_CONTENT_SCAN=yes
112  
113  # If you have content scanning you may wish to only include some of the scanner
114  # interfaces.  Uncomment any of these lines to remove that code.
115 @@ -752,18 +753,18 @@ FIXED_NEVER_USERS=root
116  # included in the Exim binary. You will then need to set up the run time
117  # configuration to make use of the mechanism(s) selected.
118  
119 -# AUTH_CRAM_MD5=yes
120 +AUTH_CRAM_MD5=yes
121  # AUTH_CYRUS_SASL=yes
122 -# AUTH_DOVECOT=yes
123 +AUTH_DOVECOT=yes
124  # AUTH_EXTERNAL=yes
125  # AUTH_GSASL=yes
126  # AUTH_GSASL_PC=libgsasl
127  # AUTH_HEIMDAL_GSSAPI=yes
128  # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
129  # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi heimdal-krb5
130 -# AUTH_PLAINTEXT=yes
131 -# AUTH_SPA=yes
132 -# AUTH_TLS=yes
133 +AUTH_PLAINTEXT=yes
134 +AUTH_SPA=yes
135 +AUTH_TLS=yes
136  
137  # Heimdal through 1.5 required pkg-config 'heimdal-gssapi'; Heimdal 7.1
138  # requires multiple pkg-config files to work with Exim, so the second example
139 @@ -787,7 +788,7 @@ FIXED_NEVER_USERS=root
140  # one that is set in the headers_charset option. The default setting is
141  # defined by this setting:
142  
143 -HEADERS_CHARSET="ISO-8859-1"
144 +HEADERS_CHARSET="UTF-8"
145  
146  # If you are going to make use of $header_xxx expansions in your configuration
147  # file, or if your users are going to use them in filter files, and the normal
148 @@ -883,7 +898,7 @@ HEADERS_CHARSET="ISO-8859-1"
149  # Once you have done this, "make install" will build the info files and
150  # install them in the directory you have defined.
151  
152 -# INFO_DIRECTORY=/usr/share/info
153 +INFO_DIRECTORY=/usr/share/info
154  
155  
156  #------------------------------------------------------------------------------
157 @@ -896,7 +911,7 @@ HEADERS_CHARSET="ISO-8859-1"
158  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
159  # to form the final file names. Some installations may want something like this:
160  
161 -# LOG_FILE_PATH=/var/log/exim_%slog
162 +LOG_FILE_PATH=/var/log/exim/%s.log
163  
164  # which results in files with names /var/log/exim_mainlog, etc. The directory
165  # in which the log files are placed must exist; Exim does not try to create
166 @@ -945,7 +960,7 @@ EXICYCLOG_MAX=10
167  # files. Both the name of the command and the suffix that it adds to files
168  # need to be defined here. See also the EXICYCLOG_MAX configuration.
169  
170 -COMPRESS_COMMAND=/usr/bin/gzip
171 +COMPRESS_COMMAND=/bin/gzip
172  COMPRESS_SUFFIX=gz
173  
174  
175 @@ -960,7 +975,7 @@ COMPRESS_SUFFIX=gz
176  # ZCAT_COMMAND=zcat
177  #
178  # Or specify the full pathname:
179 -ZCAT_COMMAND=/usr/bin/zcat
180 +ZCAT_COMMAND=/bin/zcat
181  
182  #------------------------------------------------------------------------------
183  # Compiling in support for embedded Perl: If you want to be able to
184 @@ -968,7 +983,7 @@ ZCAT_COMMAND=/usr/bin/zcat
185  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
186  # Perl costs quite a lot of resources. Only do this if you really need it.
187  
188 -# EXIM_PERL=perl.o
189 +EXIM_PERL=perl.o
190  
191  
192  #------------------------------------------------------------------------------
193 @@ -978,7 +993,7 @@ ZCAT_COMMAND=/usr/bin/zcat
194  # that the local_scan API is made available by the linker. You may also need
195  # to add -ldl to EXTRALIBS so that dlopen() is available to Exim.
196  
197 -# EXPAND_DLFUNC=yes
198 +EXPAND_DLFUNC=yes
199  
200  
201  #------------------------------------------------------------------------------
202 @@ -988,11 +1003,12 @@ ZCAT_COMMAND=/usr/bin/zcat
203  # support, which is intended for use in conjunction with the SMTP AUTH
204  # facilities, is included only when requested by the following setting:
205  
206 -# SUPPORT_PAM=yes
207 +SUPPORT_PAM=yes
208  
209  # You probably need to add -lpam to EXTRALIBS, and in some releases of
210  # GNU/Linux -ldl is also needed.
211  
212 +EXTRALIBS=-lpam -ldl
213  
214  #------------------------------------------------------------------------------
215  # Proxying.
216 @@ -1079,7 +1095,7 @@ ZCAT_COMMAND=/usr/bin/zcat
217  # /var/pwcheck) and chown it to Exim's user and group. Once you have installed
218  # pwcheck, you should arrange for it to be started by root at boot time.
219  
220 -# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
221 +CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
222  
223  
224  #------------------------------------------------------------------------------
225 @@ -1096,7 +1112,7 @@ ZCAT_COMMAND=/usr/bin/zcat
226  # group. Once you have installed saslauthd, you should arrange for it to be
227  # started by root at boot time.
228  
229 -# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
230 +CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
231  
232  
233  #------------------------------------------------------------------------------
234 @@ -1163,7 +1179,7 @@ SYSTEM_ALIASES_FILE=/etc/aliases
235  # is "yes", as well as supporting line editing, a history of input lines in the
236  # current run is maintained.
237  
238 -# USE_READLINE=yes
239 +USE_READLINE=yes
240  
241  # You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes.
242  # Note that this option adds to the size of the Exim binary, because the
243 @@ -1253,7 +1269,7 @@ EXIM_TMPDIR="/tmp"
244  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
245  # does not exist, then the bare configuration file name is tried.
246  
247 -# CONFIGURE_FILE_USE_NODE=yes
248 +CONFIGURE_FILE_USE_NODE=yes
249  
250  
251  #------------------------------------------------------------------------------
252 @@ -1432,7 +1448,7 @@ EXIM_TMPDIR="/tmp"
253  # be changed here. The default is 0640 so that information from the spool is
254  # available to anyone who is a member of the Exim group.
255  
256 -# SPOOL_MODE=0640
257 +SPOOL_MODE=0640
258  
259  
260  #------------------------------------------------------------------------------
261 @@ -1478,7 +1494,7 @@ EXIM_TMPDIR="/tmp"
262  # feature should only be used in very exceptional circumstances. YOU HAVE BEEN
263  # WARNED.
264  
265 -# ENABLE_DISABLE_FSYNC=yes
266 +ENABLE_DISABLE_FSYNC=yes
267  
268  #------------------------------------------------------------------------------
269  # For development, add this to include code to time various stages and report.
This page took 0.055819 seconds and 2 git commands to generate.