]> git.pld-linux.org Git - packages/exim.git/blob - exim4-EDITME.patch
- up for 4.64
[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:38:55.955956000 +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 @@ -261,16 +262,16 @@
64  LOOKUP_DBM=yes
65  LOOKUP_LSEARCH=yes
66  
67 -# LOOKUP_CDB=yes
68 -# LOOKUP_DNSDB=yes
69 -# LOOKUP_DSEARCH=yes
70 +LOOKUP_CDB=yes
71 +LOOKUP_DNSDB=yes
72 +LOOKUP_DSEARCH=yes
73  # LOOKUP_IBASE=yes
74  # LOOKUP_LDAP=yes
75  # LOOKUP_MYSQL=yes
76  # LOOKUP_NIS=yes
77  # LOOKUP_NISPLUS=yes
78  # LOOKUP_ORACLE=yes
79 -# LOOKUP_PASSWD=yes
80 +LOOKUP_PASSWD=yes
81  # LOOKUP_PGSQL=yes
82  # LOOKUP_SQLITE=yes
83  # LOOKUP_WHOSON=yes
84 @@ -330,14 +331,14 @@
85  # and the MIME ACL. Please read the documentation to learn more about these
86  # features.
87  
88 -# WITH_CONTENT_SCAN=yes
89 +WITH_CONTENT_SCAN=yes
90  
91  # If you want to use the deprecated "demime" condition in the DATA ACL,
92  # uncomment the line below. Doing so will also explicitly turn on the
93  # WITH_CONTENT_SCAN option. If possible, use the MIME ACL instead of
94  # the "demime" condition.
95  
96 -# WITH_OLD_DEMIME=yes
97 +WITH_OLD_DEMIME=yes
98  
99  #------------------------------------------------------------------------------
100  # Compiling Exim with experimental features. These are documented in
101 @@ -473,11 +474,11 @@
102  # included in the Exim binary. You will then need to set up the run time
103  # configuration to make use of the mechanism(s) selected.
104  
105 -# AUTH_CRAM_MD5=yes
106 +AUTH_CRAM_MD5=yes
107  # AUTH_CYRUS_SASL=yes
108  # AUTH_DOVECOT=yes
109 -# AUTH_PLAINTEXT=yes
110 -# AUTH_SPA=yes
111 +AUTH_PLAINTEXT=yes
112 +AUTH_SPA=yes
113  
114  
115  #------------------------------------------------------------------------------
116 @@ -576,10 +577,10 @@
117  # leave these settings commented out.
118  
119  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
120 -# SUPPORT_TLS=yes
121 +SUPPORT_TLS=yes
122  
123  # Uncomment this setting if you are using OpenSSL
124 -# TLS_LIBS=-lssl -lcrypto
125 +TLS_LIBS=-lssl -lcrypto
126  
127  # Uncomment these settings if you are using GnuTLS
128  # USE_GNUTLS=yes
129 @@ -630,7 +631,7 @@
130  # Once you have done this, "make install" will build the info files and
131  # install them in the directory you have defined.
132  
133 -# INFO_DIRECTORY=/usr/share/info
134 +INFO_DIRECTORY=/usr/share/info
135  
136  
137  #------------------------------------------------------------------------------
138 @@ -643,7 +644,7 @@
139  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
140  # to form the final file names. Some installations may want something like this:
141  
142 -# LOG_FILE_PATH=/var/log/exim_%slog
143 +LOG_FILE_PATH=/var/log/exim/%s.log
144  
145  # which results in files with names /var/log/exim_mainlog, etc. The directory
146  # in which the log files are placed must exist; Exim does not try to create
147 @@ -692,7 +693,7 @@
148  # files. Both the name of the command and the suffix that it adds to files
149  # need to be defined here. See also the EXICYCLOG_MAX configuration.
150  
151 -COMPRESS_COMMAND=/usr/bin/gzip
152 +COMPRESS_COMMAND=/bin/gzip
153  COMPRESS_SUFFIX=gz
154  
155  
156 @@ -700,7 +701,7 @@
157  # If the exigrep utility is fed compressed log files, it tries to uncompress
158  # them using this command.
159  
160 -ZCAT_COMMAND=/usr/bin/zcat
161 +ZCAT_COMMAND=/bin/zcat
162  
163  
164  #------------------------------------------------------------------------------
165 @@ -709,7 +710,7 @@
166  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
167  # Perl costs quite a lot of resources. Only do this if you really need it.
168  
169 -# EXIM_PERL=perl.o
170 +EXIM_PERL=perl.o
171  
172  
173  #------------------------------------------------------------------------------
174 @@ -719,7 +720,7 @@
175  # that the local_scan API is made available by the linker. You may also need
176  # to add -ldl to EXTRALIBS so that dlopen() is available to Exim.
177  
178 -# EXPAND_DLFUNC=yes
179 +EXPAND_DLFUNC=yes
180  
181  
182  #------------------------------------------------------------------------------
183 @@ -729,11 +730,12 @@
184  # support, which is intended for use in conjunction with the SMTP AUTH
185  # facilities, is included only when requested by the following setting:
186  
187 -# SUPPORT_PAM=yes
188 +SUPPORT_PAM=yes
189  
190  # You probably need to add -lpam to EXTRALIBS, and in some releases of
191  # GNU/Linux -ldl is also needed.
192  
193 +EXTRALIBS=-lpam -ldl
194  
195  #------------------------------------------------------------------------------
196  # Support for authentication via Radius is also available. The Exim support,
197 @@ -780,7 +782,7 @@
198  # /var/pwcheck) and chown it to exim's user and group. Once you have installed
199  # pwcheck, you should arrange for it to be started by root at boot time.
200  
201 -# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
202 +CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
203  
204  
205  #------------------------------------------------------------------------------
206 @@ -797,7 +799,7 @@
207  # group. Once you have installed saslauthd, you should arrange for it to be
208  # started by root at boot time.
209  
210 -# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
211 +CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
212  
213  
214  #------------------------------------------------------------------------------
215 @@ -857,7 +859,7 @@
216  # is "yes", as well as supporting line editing, a history of input lines in the
217  # current run is maintained.
218  
219 -# USE_READLINE=yes
220 +USE_READLINE=yes
221  
222  # You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes.
223  # Note that this option adds to the size of the Exim binary, because the
224 @@ -932,7 +934,7 @@
225  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
226  # does not exist, then the bare configuration file name is tried.
227  
228 -# CONFIGURE_FILE_USE_NODE=yes
229 +CONFIGURE_FILE_USE_NODE=yes
230  
231  
232  #------------------------------------------------------------------------------
233 @@ -1105,7 +1107,7 @@
234  # be changed here. The default is 0640 so that information from the spool is
235  # available to anyone who is a member of the Exim group.
236  
237 -# SPOOL_MODE=0640
238 +SPOOL_MODE=0640
239  
240  
241  #------------------------------------------------------------------------------
This page took 0.041088 seconds and 4 git commands to generate.