]> git.pld-linux.org Git - packages/exim.git/blob - exim4-EDITME.patch
- up to 4.80
[packages/exim.git] / exim4-EDITME.patch
1 diff -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
3 +++ exim-4.64/src/EDITME        2006-12-21 16:57:08.676246750 +0100
4 @@ -100,7 +100,7 @@
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  #------------------------------------------------------------------------------
13 @@ -116,7 +116,7 @@
14  # don't exist. It will also install a default runtime configuration if this
15  # file does not exist.
16  
17 -CONFIGURE_FILE=/usr/exim/configure
18 +CONFIGURE_FILE=/etc/mail/exim.conf
19  
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.
22 @@ -134,7 +134,8 @@
23  # owner of a local mailbox.) Specifying these values as root is very strongly
24  # discouraged.
25  
26 -EXIM_USER=
27 +EXIM_UID=79
28 +EXIM_GID=79
29  
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
32 @@ -214,7 +215,7 @@
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  #------------------------------------------------------------------------------
41 @@ -235,7 +236,7 @@
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  #------------------------------------------------------------------------------
50 @@ -244,9 +245,9 @@
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  #------------------------------------------------------------------------------
63 @@ -263,15 +263,15 @@
64  LOOKUP_LSEARCH=yes
65  LOOKUP_DNSDB=yes
66  
67 -# LOOKUP_CDB=yes
68 -# LOOKUP_DSEARCH=yes
69 +LOOKUP_CDB=yes
70 +LOOKUP_DSEARCH=yes
71  # LOOKUP_IBASE=yes
72  # LOOKUP_LDAP=yes
73  # LOOKUP_MYSQL=yes
74  # LOOKUP_NIS=yes
75  # LOOKUP_NISPLUS=yes
76  # LOOKUP_ORACLE=yes
77 -# LOOKUP_PASSWD=yes
78 +LOOKUP_PASSWD=yes
79  # LOOKUP_PGSQL=yes
80  # LOOKUP_SQLITE=yes
81  # LOOKUP_WHOSON=yes
82 @@ -330,14 +331,14 @@
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
99 @@ -579,15 +579,15 @@
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
104 +AUTH_CRAM_MD5=yes
105  # AUTH_CYRUS_SASL=yes
106 -# AUTH_DOVECOT=yes
107 +AUTH_DOVECOT=yes
108  # AUTH_GSASL=yes
109  # AUTH_GSASL_PC=libgsasl
110  # AUTH_HEIMDAL_GSSAPI=yes
111  # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
112 -# AUTH_PLAINTEXT=yes
113 -# AUTH_SPA=yes
114 +AUTH_PLAINTEXT=yes
115 +AUTH_SPA=yes
116  
117  
118  #------------------------------------------------------------------------------
119 @@ -690,11 +690,11 @@
120  # leave these settings commented out.
121  
122  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
123 -# SUPPORT_TLS=yes
124 +SUPPORT_TLS=yes
125  
126  # Uncomment one of these settings if you are using OpenSSL; pkg-config vs not
127 -# USE_OPENSSL_PC=openssl
128 -# TLS_LIBS=-lssl -lcrypto
129 +USE_OPENSSL_PC=openssl
130 +TLS_LIBS=-lssl -lcrypto
131  
132  # Uncomment the first and either the second or the third of these if you
133  # are using GnuTLS.  If you have pkg-config, then the second, else the third.
134 @@ -630,7 +631,7 @@
135  # Once you have done this, "make install" will build the info files and
136  # install them in the directory you have defined.
137  
138 -# INFO_DIRECTORY=/usr/share/info
139 +INFO_DIRECTORY=/usr/share/info
140  
141  
142  #------------------------------------------------------------------------------
143 @@ -643,7 +644,7 @@
144  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
145  # to form the final file names. Some installations may want something like this:
146  
147 -# LOG_FILE_PATH=/var/log/exim_%slog
148 +LOG_FILE_PATH=/var/log/exim/%s.log
149  
150  # which results in files with names /var/log/exim_mainlog, etc. The directory
151  # in which the log files are placed must exist; Exim does not try to create
152 @@ -692,7 +693,7 @@
153  # files. Both the name of the command and the suffix that it adds to files
154  # need to be defined here. See also the EXICYCLOG_MAX configuration.
155  
156 -COMPRESS_COMMAND=/usr/bin/gzip
157 +COMPRESS_COMMAND=/bin/gzip
158  COMPRESS_SUFFIX=gz
159  
160  
161 @@ -700,7 +701,7 @@
162  # If the exigrep utility is fed compressed log files, it tries to uncompress
163  # them using this command.
164  
165 -ZCAT_COMMAND=/usr/bin/zcat
166 +ZCAT_COMMAND=/bin/zcat
167  
168  
169  #------------------------------------------------------------------------------
170 @@ -709,7 +710,7 @@
171  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
172  # Perl costs quite a lot of resources. Only do this if you really need it.
173  
174 -# EXIM_PERL=perl.o
175 +EXIM_PERL=perl.o
176  
177  
178  #------------------------------------------------------------------------------
179 @@ -719,7 +720,7 @@
180  # that the local_scan API is made available by the linker. You may also need
181  # to add -ldl to EXTRALIBS so that dlopen() is available to Exim.
182  
183 -# EXPAND_DLFUNC=yes
184 +EXPAND_DLFUNC=yes
185  
186  
187  #------------------------------------------------------------------------------
188 @@ -729,11 +730,12 @@
189  # support, which is intended for use in conjunction with the SMTP AUTH
190  # facilities, is included only when requested by the following setting:
191  
192 -# SUPPORT_PAM=yes
193 +SUPPORT_PAM=yes
194  
195  # You probably need to add -lpam to EXTRALIBS, and in some releases of
196  # GNU/Linux -ldl is also needed.
197  
198 +EXTRALIBS=-lpam -ldl
199  
200  #------------------------------------------------------------------------------
201  # Support for authentication via Radius is also available. The Exim support,
202 @@ -780,7 +782,7 @@
203  # /var/pwcheck) and chown it to exim's user and group. Once you have installed
204  # pwcheck, you should arrange for it to be started by root at boot time.
205  
206 -# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
207 +CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
208  
209  
210  #------------------------------------------------------------------------------
211 @@ -797,7 +799,7 @@
212  # group. Once you have installed saslauthd, you should arrange for it to be
213  # started by root at boot time.
214  
215 -# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
216 +CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
217  
218  
219  #------------------------------------------------------------------------------
220 @@ -857,7 +859,7 @@
221  # is "yes", as well as supporting line editing, a history of input lines in the
222  # current run is maintained.
223  
224 -# USE_READLINE=yes
225 +USE_READLINE=yes
226  
227  # You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes.
228  # Note that this option adds to the size of the Exim binary, because the
229 @@ -932,7 +934,7 @@
230  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
231  # does not exist, then the bare configuration file name is tried.
232  
233 -# CONFIGURE_FILE_USE_NODE=yes
234 +CONFIGURE_FILE_USE_NODE=yes
235  
236  
237  #------------------------------------------------------------------------------
238 @@ -1105,7 +1107,7 @@
239  # be changed here. The default is 0640 so that information from the spool is
240  # available to anyone who is a member of the Exim group.
241  
242 -# SPOOL_MODE=0640
243 +SPOOL_MODE=0640
244  
245  
246  #------------------------------------------------------------------------------
247 @@ -1164,6 +1164,6 @@
248  # feature should only be used in very exceptional circumstances. YOU HAVE BEEN
249  # WARNED.
250  
251 -# ENABLE_DISABLE_FSYNC=yes
252 +ENABLE_DISABLE_FSYNC=yes
253  
254  # End of EDITME for Exim 4.
This page took 0.048554 seconds and 4 git commands to generate.