Import Debian changes 4.89-2+deb9u3~bpo8+1
[hcoop/debian/exim4.git] / debian / EDITME.exim4-light.diff
1 --- src/EDITME 2017-02-12 14:19:37.000000000 +0000
2 +++ EDITME.exim4-light 2017-02-12 14:22:15.062382937 +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/sbin
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/exim4/exim4.conf:/var/lib/exim4/config.autogenerated
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 @@ -131,7 +131,7 @@
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_USER=ref:Debian-exim
27
28 # If you specify EXIM_USER as a name, this is looked up at build time, and the
29 # uid number is built into the binary. However, you can specify that this
30 @@ -153,6 +153,7 @@
31 # you want to use a group other than the default group for the given user.
32
33 # EXIM_GROUP=
34 +EXIM_GROUP=ref:Debian-exim
35
36 # Many sites define a user called "exim", with an appropriate default group,
37 # and use
38 @@ -173,7 +174,7 @@
39
40 # Almost all installations choose this:
41
42 -SPOOL_DIRECTORY=/var/spool/exim
43 +SPOOL_DIRECTORY=/var/spool/exim4
44
45
46
47 @@ -232,7 +233,7 @@
48 # This one is special-purpose, and commonly not required, so it is not
49 # included by default.
50
51 -# TRANSPORT_LMTP=yes
52 +TRANSPORT_LMTP=yes
53
54
55 #------------------------------------------------------------------------------
56 @@ -241,8 +242,8 @@
57 # MBX, is included only when requested. If you do not know what this is about,
58 # leave these settings commented out.
59
60 -# SUPPORT_MAILDIR=yes
61 -# SUPPORT_MAILSTORE=yes
62 +SUPPORT_MAILDIR=yes
63 +SUPPORT_MAILSTORE=yes
64 # SUPPORT_MBX=yes
65
66
67 @@ -301,15 +302,15 @@
68 LOOKUP_LSEARCH=yes
69 LOOKUP_DNSDB=yes
70
71 -# LOOKUP_CDB=yes
72 -# LOOKUP_DSEARCH=yes
73 +LOOKUP_CDB=yes
74 +LOOKUP_DSEARCH=yes
75 # LOOKUP_IBASE=yes
76 # LOOKUP_LDAP=yes
77 # LOOKUP_MYSQL=yes
78 -# LOOKUP_NIS=yes
79 +LOOKUP_NIS=yes
80 # LOOKUP_NISPLUS=yes
81 # LOOKUP_ORACLE=yes
82 -# LOOKUP_PASSWD=yes
83 +LOOKUP_PASSWD=yes
84 # LOOKUP_PGSQL=yes
85 # LOOKUP_REDIS=yes
86 # LOOKUP_SQLITE=yes
87 @@ -577,7 +578,7 @@
88 # CONFIGURE_OWNER setting, to specify a configuration file which is listed in
89 # the TRUSTED_CONFIG_LIST file, then root privileges are not dropped by Exim.
90
91 -# TRUSTED_CONFIG_LIST=/usr/exim/trusted_configs
92 +TRUSTED_CONFIG_LIST=/etc/exim4/trusted_configs
93
94
95 #------------------------------------------------------------------------------
96 @@ -613,6 +614,9 @@
97
98 # WHITELIST_D_MACROS=TLS:SPOOL
99
100 +# Mailscanner uses -DOUTGOING.
101 +WHITELIST_D_MACROS=OUTGOING
102 +
103 #------------------------------------------------------------------------------
104 # Exim has support for the AUTH (authentication) extension of the SMTP
105 # protocol, as defined by RFC 2554. If you don't know what SMTP authentication
106 @@ -622,7 +626,7 @@
107 # included in the Exim binary. You will then need to set up the run time
108 # configuration to make use of the mechanism(s) selected.
109
110 -# AUTH_CRAM_MD5=yes
111 +AUTH_CRAM_MD5=yes
112 # AUTH_CYRUS_SASL=yes
113 # AUTH_DOVECOT=yes
114 # AUTH_GSASL=yes
115 @@ -630,7 +634,7 @@
116 # AUTH_HEIMDAL_GSSAPI=yes
117 # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
118 # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi heimdal-krb5
119 -# AUTH_PLAINTEXT=yes
120 +AUTH_PLAINTEXT=yes
121 # AUTH_SPA=yes
122 # AUTH_TLS=yes
123
124 @@ -656,7 +660,7 @@
125 # one that is set in the headers_charset option. The default setting is
126 # defined by this setting:
127
128 -HEADERS_CHARSET="ISO-8859-1"
129 +HEADERS_CHARSET="UTF-8"
130
131 # If you are going to make use of $header_xxx expansions in your configuration
132 # file, or if your users are going to use them in filter files, and the normal
133 @@ -745,7 +749,7 @@
134 # leave these settings commented out.
135
136 # This setting is required for any TLS support (either OpenSSL or GnuTLS)
137 -# SUPPORT_TLS=yes
138 +SUPPORT_TLS=yes
139
140 # Uncomment one of these settings if you are using OpenSSL; pkg-config vs not
141 # USE_OPENSSL_PC=openssl
142 @@ -753,9 +757,9 @@
143
144 # Uncomment the first and either the second or the third of these if you
145 # are using GnuTLS. If you have pkg-config, then the second, else the third.
146 -# USE_GNUTLS=yes
147 +USE_GNUTLS=yes
148 # USE_GNUTLS_PC=gnutls
149 -# TLS_LIBS=-lgnutls -ltasn1 -lgcrypt
150 +TLS_LIBS=-lgnutls
151
152 # If using GnuTLS older than 2.10 and using pkg-config then note that Exim's
153 # build process will require libgcrypt-config to exist in your $PATH. A
154 @@ -847,6 +851,7 @@
155 # to form the final file names. Some installations may want something like this:
156
157 # LOG_FILE_PATH=/var/log/exim_%slog
158 +LOG_FILE_PATH=/var/log/exim4/%slog
159
160 # which results in files with names /var/log/exim_mainlog, etc. The directory
161 # in which the log files are placed must exist; Exim does not try to create
162 @@ -895,7 +900,7 @@
163 # files. Both the name of the command and the suffix that it adds to files
164 # need to be defined here. See also the EXICYCLOG_MAX configuration.
165
166 -COMPRESS_COMMAND=/usr/bin/gzip
167 +COMPRESS_COMMAND=/bin/gzip
168 COMPRESS_SUFFIX=gz
169
170
171 @@ -910,7 +915,7 @@
172 # ZCAT_COMMAND=zcat
173 #
174 # Or specify the full pathname:
175 -ZCAT_COMMAND=/usr/bin/zcat
176 +ZCAT_COMMAND=zcat
177
178 #------------------------------------------------------------------------------
179 # Compiling in support for embedded Perl: If you want to be able to
180 @@ -942,6 +947,7 @@
181
182 # You probably need to add -lpam to EXTRALIBS, and in some releases of
183 # GNU/Linux -ldl is also needed.
184 +EXTRALIBS=-ldl
185
186
187 #------------------------------------------------------------------------------
188 @@ -950,7 +956,7 @@
189 # If you may want to use outbound (client-side) proxying, using Socks5,
190 # uncomment the line below.
191
192 -# SUPPORT_SOCKS=yes
193 +SUPPORT_SOCKS=yes
194
195 # If you may want to use inbound (server-side) proxying, using Proxy Protocol,
196 # uncomment the line below.
197 @@ -1038,6 +1044,8 @@
198
199 # CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
200
201 +# default in Debian's sasl2-bin
202 +CYRUS_SASLAUTHD_SOCKET=/var/run/saslauthd/mux
203
204 #------------------------------------------------------------------------------
205 # TCP wrappers: If you want to use tcpwrappers from within Exim, uncomment
206 @@ -1343,6 +1351,7 @@
207 # file can be specified here. Some installations may want something like this:
208
209 # PID_FILE_PATH=/var/lock/exim.pid
210 +PID_FILE_PATH=/run/exim4/exim.pid
211
212 # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
213 # using the name "exim-daemon.pid".
214 @@ -1376,6 +1385,7 @@
215 # messages become "invisible" to the normal management tools.
216
217 # SUPPORT_MOVE_FROZEN_MESSAGES=yes
218 +SUPPORT_MOVE_FROZEN_MESSAGES=yes
219
220
221 #------------------------------------------------------------------------------
222 @@ -1414,3 +1424,6 @@
223 # ENABLE_DISABLE_FSYNC=yes
224
225 # End of EDITME for Exim 4.
226 +
227 +# enable IPv6 support
228 +HAVE_IPV6=YES