]> git.pld-linux.org Git - packages/exim.git/blame - exim4-EDITME.patch
- pamd file for amd64 fix by Marcin Sztolcman
[packages/exim.git] / exim4-EDITME.patch
CommitLineData
86166e68 1--- exim-4.30/src/EDITME.orig 2003-12-01 10:15:41.000000000 +0000
2+++ exim-4.30/src/EDITME 2003-12-02 12:14:36.000000000 +0000
a59efb33
AM
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/bin
9
10
11 #------------------------------------------------------------------------------
02568c72
AM
12@@ -114,7 +114,7 @@
13 # don't exist. It will also install a default runtime configuration if this
14 # file does not exist.
a59efb33
AM
15
16-CONFIGURE_FILE=/usr/exim/configure
17+CONFIGURE_FILE=/etc/mail/exim.conf
18
49288260 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.
02568c72 21@@ -132,7 +132,8 @@
a59efb33 22 # owner of a local mailbox.) Specifying these values as root is very strongly
86166e68 23 # discouraged.
a59efb33
AM
24
25-EXIM_USER=
26+EXIM_UID=79
27+EXIM_GID=79
28
86166e68 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@@ -227,7 +228,7 @@
a59efb33
AM
32 # This one is special-purpose, and commonly not required, so it is not
33 # included by default.
34
35-# TRANSPORT_LMTP=yes
36+TRANSPORT_LMTP=yes
37
38
39 #------------------------------------------------------------------------------
86166e68 40@@ -236,9 +237,9 @@
a59efb33
AM
41 # MBX, is included only when requested. If you do not know what this is about,
42 # leave these settings commented out.
43
44-# SUPPORT_MAILDIR=yes
45-# SUPPORT_MAILSTORE=yes
46-# SUPPORT_MBX=yes
47+SUPPORT_MAILDIR=yes
48+SUPPORT_MAILSTORE=yes
49+SUPPORT_MBX=yes
50
51
52 #------------------------------------------------------------------------------
86166e68 53@@ -253,16 +254,16 @@
a59efb33
AM
54 LOOKUP_DBM=yes
55 LOOKUP_LSEARCH=yes
56
57-# LOOKUP_CDB=yes
2d19282f 58-# LOOKUP_DNSDB=yes
02568c72 59-# LOOKUP_DSEARCH=yes
2d19282f
AM
60+LOOKUP_CDB=yes
61+LOOKUP_DNSDB=yes
02568c72 62+LOOKUP_DSEARCH=yes
07713049 63 # LOOKUP_IBASE=yes
a59efb33 64 # LOOKUP_LDAP=yes
02568c72
AM
65 # LOOKUP_MYSQL=yes
66 # LOOKUP_NIS=yes
2d19282f
AM
67 # LOOKUP_NISPLUS=yes
68 # LOOKUP_ORACLE=yes
69-# LOOKUP_PASSWD=yes
70+LOOKUP_PASSWD=yes
71 # LOOKUP_PGSQL=yes
72 # LOOKUP_WHOSON=yes
2d19282f 73
86166e68 74@@ -386,9 +387,9 @@
a59efb33
AM
75 # included in the Exim binary. You will then need to set up the run time
76 # configuration to make use of the mechanism(s) selected.
77
78-# AUTH_CRAM_MD5=yes
79-# AUTH_PLAINTEXT=yes
02568c72 80-# AUTH_SPA=yes
a59efb33
AM
81+AUTH_CRAM_MD5=yes
82+AUTH_PLAINTEXT=yes
02568c72 83+AUTH_SPA=yes
a59efb33
AM
84
85
02568c72 86 #------------------------------------------------------------------------------
86166e68 87@@ -466,10 +467,10 @@
49288260 88 # leave these settings commented out.
a59efb33 89
49288260 90 # This setting is required for any TLS support (either OpenSSL or GnuTLS)
a59efb33 91-# SUPPORT_TLS=yes
a59efb33 92+SUPPORT_TLS=yes
49288260 93
94 # Uncomment this setting if you are using OpenSSL
95-# TLS_LIBS=-lssl -lcrypto
a59efb33
AM
96+TLS_LIBS=-lssl -lcrypto
97
49288260 98 # Uncomment these settings if you are using GnuTLS
99 # USE_GNUTLS=yes
86166e68 100@@ -520,7 +521,7 @@
a59efb33
AM
101 # Once you have done this, "make install" will build the info files and
102 # install them in the directory you have defined.
103
104-# INFO_DIRECTORY=/usr/share/info
105+INFO_DIRECTORY=/usr/share/info
106
107
108 #------------------------------------------------------------------------------
86166e68 109@@ -533,7 +534,7 @@
a59efb33
AM
110 # %s. This will be replaced by one of the strings "main", "panic", or "reject"
111 # to form the final file names. Some installations may want something like this:
112
113-# LOG_FILE_PATH=/var/log/exim_%slog
114+LOG_FILE_PATH=/var/log/exim/%s.log
115
116 # which results in files with names /var/log/exim_mainlog, etc. The directory
117 # in which the log files are placed must exist; Exim does not try to create
86166e68 118@@ -582,7 +583,7 @@
a59efb33
AM
119 # files. Both the name of the command and the suffix that it adds to files
120 # need to be defined here. See also the EXICYCLOG_MAX configuration.
121
122-COMPRESS_COMMAND=/usr/bin/gzip
123+COMPRESS_COMMAND=/bin/gzip
124 COMPRESS_SUFFIX=gz
125
126
86166e68 127@@ -590,7 +591,7 @@
a59efb33
AM
128 # If the exigrep utility is fed compressed log files, it tries to uncompress
129 # them using this command.
130
131-ZCAT_COMMAND=/usr/bin/zcat
132+ZCAT_COMMAND=/bin/zcat
133
134
135 #------------------------------------------------------------------------------
86166e68 136@@ -599,7 +600,7 @@
a59efb33
AM
137 # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
138 # Perl costs quite a lot of resources. Only do this if you really need it.
139
140-# EXIM_PERL=perl.o
141+EXIM_PERL=perl.o
142
143
144 #------------------------------------------------------------------------------
86166e68 145@@ -609,11 +610,12 @@
a59efb33
AM
146 # support, which is intended for use in conjunction with the SMTP AUTH
147 # facilities, is included only when requested by the following setting:
148
149-# SUPPORT_PAM=yes
150+SUPPORT_PAM=yes
151
152 # You probably need to add -lpam to EXTRALIBS, and in some releases of
153 # GNU/Linux -ldl is also needed.
154
155+EXTRALIBS=-lpam -ldl
156
157 #------------------------------------------------------------------------------
158 # Support for authentication via Radius is also available. The Exim support,
86166e68 159@@ -638,7 +640,7 @@
02568c72
AM
160 # /var/pwcheck) and chown it to exim's user and group. Once you have installed
161 # pwcheck, you should arrange for it to be started by root at boot time.
ecc5bdcd
ŁJM
162
163-# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
164+CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
165
166
167 #------------------------------------------------------------------------------
86166e68 168@@ -655,7 +657,7 @@
02568c72
AM
169 # group. Once you have installed saslauthd, you should arrange for it to be
170 # started by root at boot time.
171
172-# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
173+CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
174
175
176 #------------------------------------------------------------------------------
86166e68 177@@ -767,7 +769,7 @@
a59efb33
AM
178 # period (for example, /usr/exim/configure.host.in.some.domain). If this file
179 # does not exist, then the bare configuration file name is tried.
180
181-# CONFIGURE_FILE_USE_NODE=yes
182+CONFIGURE_FILE_USE_NODE=yes
183
184
185 #------------------------------------------------------------------------------
86166e68 186@@ -940,7 +942,7 @@
a59efb33
AM
187 # be changed here. The default is 0640 so that information from the spool is
188 # available to anyone who is a member of the Exim group.
189
190-# SPOOL_MODE=0640
191+SPOOL_MODE=0640
192
193
194 #------------------------------------------------------------------------------
This page took 0.054034 seconds and 4 git commands to generate.