]> git.pld-linux.org Git - packages/exim-lite.git/blob - exim4-EDITME.patch
a8b2a19e355f7f387e2d98dc3cf67d1ee4627993
[packages/exim-lite.git] / exim4-EDITME.patch
1 diff -urN exim-4.24.org/src/EDITME exim-4.24/src/EDITME
2 --- exim-4.24.org/src/EDITME    2003-09-22 20:54:22.000000000 +0200
3 +++ exim-4.24/src/EDITME        2003-09-22 20:56:04.000000000 +0200
4 @@ -98,7 +98,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 @@ -114,7 +114,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 @@ -132,7 +132,8 @@
23  # owner of a local mailbox.) Specifying these values as root is very strongly
24  # discouraged. These values are compiled into the binary.
25  
26 -EXIM_USER=
27 +EXIM_UID=79
28 +EXIM_GID=79
29  
30  # If the setting of EXIM_USER is numeric (e.g. EXIM_USER=42), there must
31  # also be a setting of EXIM_GROUP. If, on the other hand, you use a name
32 @@ -213,7 +214,7 @@
33  # This one is special-purpose, and commonly not required, so it is not
34  # included by default.
35  
36 -# TRANSPORT_LMTP=yes
37 +TRANSPORT_LMTP=yes
38  
39  
40  #------------------------------------------------------------------------------
41 @@ -222,9 +223,9 @@
42  # MBX, is included only when requested. If you do not know what this is about,
43  # leave these settings commented out.
44  
45 -# SUPPORT_MAILDIR=yes
46 -# SUPPORT_MAILSTORE=yes
47 -# SUPPORT_MBX=yes
48 +SUPPORT_MAILDIR=yes
49 +SUPPORT_MAILSTORE=yes
50 +SUPPORT_MBX=yes
51  
52  
53  #------------------------------------------------------------------------------
54 @@ -239,20 +240,20 @@
55  LOOKUP_DBM=yes
56  LOOKUP_LSEARCH=yes
57  
58 -# LOOKUP_CDB=yes
59 -# LOOKUP_DNSDB=yes
60 -# LOOKUP_DSEARCH=yes
61 +LOOKUP_CDB=yes
62 +LOOKUP_DNSDB=yes
63 +LOOKUP_DSEARCH=yes
64  # LOOKUP_IBASE=yes
65  # LOOKUP_LDAP=yes
66  # LOOKUP_MYSQL=yes
67  # LOOKUP_NIS=yes
68  # LOOKUP_NISPLUS=yes
69  # LOOKUP_ORACLE=yes
70 -# LOOKUP_PASSWD=yes
71 +LOOKUP_PASSWD=yes
72  # LOOKUP_PGSQL=yes
73  # LOOKUP_WHOSON=yes
74 -# LOOKUP_WILDLSEARCH=yes
75 -# LOOKUP_NWILDLSEARCH=yes
76 +LOOKUP_WILDLSEARCH=yes
77 +LOOKUP_NWILDLSEARCH=yes
78  
79  
80  #------------------------------------------------------------------------------
81 @@ -365,9 +366,9 @@
82  # included in the Exim binary. You will then need to set up the run time
83  # configuration to make use of the mechanism(s) selected.
84  
85 -# AUTH_CRAM_MD5=yes
86 -# AUTH_PLAINTEXT=yes
87 -# AUTH_SPA=yes
88 +AUTH_CRAM_MD5=yes
89 +AUTH_PLAINTEXT=yes
90 +AUTH_SPA=yes
91  
92  
93  #------------------------------------------------------------------------------
94 @@ -445,10 +446,10 @@
95  # leave these settings commented out.
96  
97  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
98 -# SUPPORT_TLS=yes
99 +SUPPORT_TLS=yes
100  
101  # Uncomment this setting if you are using OpenSSL
102 -# TLS_LIBS=-lssl -lcrypto
103 +TLS_LIBS=-lssl -lcrypto
104  
105  # Uncomment these settings if you are using GnuTLS
106  # USE_GNUTLS=yes
107 @@ -499,7 +500,7 @@
108  # Once you have done this, "make install" will build the info files and
109  # install them in the directory you have defined.
110  
111 -# INFO_DIRECTORY=/usr/share/info
112 +INFO_DIRECTORY=/usr/share/info
113  
114  
115  #------------------------------------------------------------------------------
116 @@ -512,7 +513,7 @@
117  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
118  # to form the final file names. Some installations may want something like this:
119  
120 -# LOG_FILE_PATH=/var/log/exim_%slog
121 +LOG_FILE_PATH=/var/log/exim/%s.log
122  
123  # which results in files with names /var/log/exim_mainlog, etc. The directory
124  # in which the log files are placed must exist; Exim does not try to create
125 @@ -561,7 +562,7 @@
126  # files. Both the name of the command and the suffix that it adds to files
127  # need to be defined here. See also the EXICYCLOG_MAX configuration.
128  
129 -COMPRESS_COMMAND=/usr/bin/gzip
130 +COMPRESS_COMMAND=/bin/gzip
131  COMPRESS_SUFFIX=gz
132  
133  
134 @@ -569,7 +570,7 @@
135  # If the exigrep utility is fed compressed log files, it tries to uncompress
136  # them using this command.
137  
138 -ZCAT_COMMAND=/usr/bin/zcat
139 +ZCAT_COMMAND=/bin/zcat
140  
141  
142  #------------------------------------------------------------------------------
143 @@ -578,7 +579,7 @@
144  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
145  # Perl costs quite a lot of resources. Only do this if you really need it.
146  
147 -# EXIM_PERL=perl.o
148 +EXIM_PERL=perl.o
149  
150  
151  #------------------------------------------------------------------------------
152 @@ -588,11 +589,12 @@
153  # support, which is intended for use in conjunction with the SMTP AUTH
154  # facilities, is included only when requested by the following setting:
155  
156 -# SUPPORT_PAM=yes
157 +SUPPORT_PAM=yes
158  
159  # You probably need to add -lpam to EXTRALIBS, and in some releases of
160  # GNU/Linux -ldl is also needed.
161  
162 +EXTRALIBS=-lpam -ldl
163  
164  #------------------------------------------------------------------------------
165  # Support for authentication via Radius is also available. The Exim support,
166 @@ -617,7 +619,7 @@
167  # /var/pwcheck) and chown it to exim's user and group. Once you have installed
168  # pwcheck, you should arrange for it to be started by root at boot time.
169  
170 -# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
171 +CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
172  
173  
174  #------------------------------------------------------------------------------
175 @@ -634,7 +636,7 @@
176  # group. Once you have installed saslauthd, you should arrange for it to be
177  # started by root at boot time.
178  
179 -# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
180 +CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
181  
182  
183  #------------------------------------------------------------------------------
184 @@ -746,7 +748,7 @@
185  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
186  # does not exist, then the bare configuration file name is tried.
187  
188 -# CONFIGURE_FILE_USE_NODE=yes
189 +CONFIGURE_FILE_USE_NODE=yes
190  
191  
192  #------------------------------------------------------------------------------
193 @@ -896,7 +898,7 @@
194  # (process id) to a file so that it can easily be identified. The path of the
195  # file can be specified here. Some installations may want something like this:
196  
197 -# PID_FILE_PATH=/var/lock/exim.pid
198 +PID_FILE_PATH=/var/run/exim%s.pid
199  
200  # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
201  # using the name "exim-daemon.pid".
202 @@ -919,7 +921,7 @@
203  # be changed here. The default is 0640 so that information from the spool is
204  # available to anyone who is a member of the Exim group.
205  
206 -# SPOOL_MODE=0640
207 +SPOOL_MODE=0640
208  
209  
210  #------------------------------------------------------------------------------
This page took 0.057581 seconds and 2 git commands to generate.