]> git.pld-linux.org Git - packages/exim.git/blame - exim4-EDITME.patch
- new
[packages/exim.git] / exim4-EDITME.patch
CommitLineData
a59efb33
AM
1diff -urN exim-4.02.org/src/EDITME exim-4.02/src/EDITME
2--- exim-4.02.org/src/EDITME Tue Mar 26 13:02:27 2002
3+++ exim-4.02/src/EDITME Tue Mar 26 13:24:21 2002
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@@ -113,7 +113,7 @@
14 # directories if they don't exist. It will also install a default run time
15 # configuration if this file does not exist.
16
17-CONFIGURE_FILE=/usr/exim/configure
18+CONFIGURE_FILE=/etc/mail/exim.conf
19
20
21 #------------------------------------------------------------------------------
22@@ -126,7 +126,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@@ -207,7 +208,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@@ -216,9 +217,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@@ -233,7 +234,7 @@
55 LOOKUP_DBM=yes
56 LOOKUP_LSEARCH=yes
57
58-# LOOKUP_CDB=yes
59+LOOKUP_CDB=yes
60 # LOOKUP_DNSDB=yes
61 # LOOKUP_DSEARCH=yes
62 # LOOKUP_LDAP=yes
63@@ -302,8 +303,8 @@
64 # included in the Exim binary. You will then need to set up the run time
65 # configuration to make use of the mechanism(s) selected.
66
67-# AUTH_CRAM_MD5=yes
68-# AUTH_PLAINTEXT=yes
69+AUTH_CRAM_MD5=yes
70+AUTH_PLAINTEXT=yes
71 # AUTH_SPA=yes
72
73
74@@ -315,8 +316,8 @@
75 # with TLS support. If you don't know what this is all about, leave these
76 # settings commented out.
77
78-# SUPPORT_TLS=yes
79-# TLS_LIBS=-lssl -lcrypto
80+SUPPORT_TLS=yes
81+TLS_LIBS=-lssl -lcrypto
82
83 # If you are running Exim as a server, note that just building it with TLS
84 # support is not all you need to do. You also need to set up a suitable
85@@ -358,7 +359,7 @@
86 # Once you have done this, "make install" will build the info files and
87 # install them in the directory you have defined.
88
89-# INFO_DIRECTORY=/usr/share/info
90+INFO_DIRECTORY=/usr/share/info
91
92
93 #------------------------------------------------------------------------------
94@@ -371,7 +372,7 @@
95 # %s. This will be replaced by one of the strings "main", "panic", or "reject"
96 # to form the final file names. Some installations may want something like this:
97
98-# LOG_FILE_PATH=/var/log/exim_%slog
99+LOG_FILE_PATH=/var/log/exim/%s.log
100
101 # which results in files with names /var/log/exim_mainlog, etc. The directory
102 # in which the log files are placed must exist; Exim does not try to create
103@@ -405,7 +406,7 @@
104 # files. Both the name of the command and the suffix that it adds to files
105 # need to be defined here. See also the EXICYCLOG_MAX configuration.
106
107-COMPRESS_COMMAND=/usr/bin/gzip
108+COMPRESS_COMMAND=/bin/gzip
109 COMPRESS_SUFFIX=gz
110
111
112@@ -413,7 +414,7 @@
113 # If the exigrep utility is fed compressed log files, it tries to uncompress
114 # them using this command.
115
116-ZCAT_COMMAND=/usr/bin/zcat
117+ZCAT_COMMAND=/bin/zcat
118
119
120 #------------------------------------------------------------------------------
121@@ -422,7 +423,7 @@
122 # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
123 # Perl costs quite a lot of resources. Only do this if you really need it.
124
125-# EXIM_PERL=perl.o
126+EXIM_PERL=perl.o
127
128
129 #------------------------------------------------------------------------------
130@@ -432,11 +433,12 @@
131 # support, which is intended for use in conjunction with the SMTP AUTH
132 # facilities, is included only when requested by the following setting:
133
134-# SUPPORT_PAM=yes
135+SUPPORT_PAM=yes
136
137 # You probably need to add -lpam to EXTRALIBS, and in some releases of
138 # GNU/Linux -ldl is also needed.
139
140+EXTRALIBS=-lpam -ldl
141
142 #------------------------------------------------------------------------------
143 # Support for authentication via Radius is also available. The Exim support,
144@@ -529,7 +531,7 @@
145 # period (for example, /usr/exim/configure.host.in.some.domain). If this file
146 # does not exist, then the bare configuration file name is tried.
147
148-# CONFIGURE_FILE_USE_NODE=yes
149+CONFIGURE_FILE_USE_NODE=yes
150
151
152 #------------------------------------------------------------------------------
153@@ -678,7 +680,7 @@
154 # (process id) to a file so that it can easily be identified. The path of the
155 # file can be specified here. Some installations may want something like this:
156
157-# PID_FILE_PATH=/var/lock/exim.pid
158+PID_FILE_PATH=/var/run/exim%s.pid
159
160 # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
161 # using the name "exim-daemon.pid".
162@@ -701,7 +703,7 @@
163 # be changed here. The default is 0640 so that information from the spool is
164 # available to anyone who is a member of the Exim group.
165
166-# SPOOL_MODE=0640
167+SPOOL_MODE=0640
168
169
170 #------------------------------------------------------------------------------
This page took 0.051732 seconds and 4 git commands to generate.