diff -urN exim-4.02.org/src/EDITME exim-4.02/src/EDITME --- exim-4.02.org/src/EDITME Tue Mar 26 13:02:27 2002 +++ exim-4.02/src/EDITME Tue Mar 26 13:24:21 2002 @@ -98,7 +98,7 @@ # /usr/local/sbin. The installation script will try to create this directory, # and any superior directories, if they do not exist. -BIN_DIRECTORY=/usr/exim/bin +BIN_DIRECTORY=/usr/bin #------------------------------------------------------------------------------ @@ -113,7 +113,7 @@ # directories if they don't exist. It will also install a default run time # configuration if this file does not exist. -CONFIGURE_FILE=/usr/exim/configure +CONFIGURE_FILE=/etc/mail/exim.conf #------------------------------------------------------------------------------ @@ -126,7 +126,8 @@ # owner of a local mailbox.) Specifying these values as root is very strongly # discouraged. These values are compiled into the binary. -EXIM_USER= +EXIM_UID=79 +EXIM_GID=79 # If the setting of EXIM_USER is numeric (e.g. EXIM_USER=42), there must # also be a setting of EXIM_GROUP. If, on the other hand, you use a name @@ -207,7 +208,7 @@ # This one is special-purpose, and commonly not required, so it is not # included by default. -# TRANSPORT_LMTP=yes +TRANSPORT_LMTP=yes #------------------------------------------------------------------------------ @@ -216,9 +217,9 @@ # MBX, is included only when requested. If you do not know what this is about, # leave these settings commented out. -# SUPPORT_MAILDIR=yes -# SUPPORT_MAILSTORE=yes -# SUPPORT_MBX=yes +SUPPORT_MAILDIR=yes +SUPPORT_MAILSTORE=yes +SUPPORT_MBX=yes #------------------------------------------------------------------------------ @@ -233,7 +234,7 @@ LOOKUP_DBM=yes LOOKUP_LSEARCH=yes -# LOOKUP_CDB=yes +LOOKUP_CDB=yes # LOOKUP_DNSDB=yes # LOOKUP_DSEARCH=yes # LOOKUP_LDAP=yes @@ -302,8 +303,8 @@ # included in the Exim binary. You will then need to set up the run time # configuration to make use of the mechanism(s) selected. -# AUTH_CRAM_MD5=yes -# AUTH_PLAINTEXT=yes +AUTH_CRAM_MD5=yes +AUTH_PLAINTEXT=yes # AUTH_SPA=yes @@ -315,8 +316,8 @@ # with TLS support. If you don't know what this is all about, leave these # settings commented out. -# SUPPORT_TLS=yes -# TLS_LIBS=-lssl -lcrypto +SUPPORT_TLS=yes +TLS_LIBS=-lssl -lcrypto # If you are running Exim as a server, note that just building it with TLS # support is not all you need to do. You also need to set up a suitable @@ -358,7 +359,7 @@ # Once you have done this, "make install" will build the info files and # install them in the directory you have defined. -# INFO_DIRECTORY=/usr/share/info +INFO_DIRECTORY=/usr/share/info #------------------------------------------------------------------------------ @@ -371,7 +372,7 @@ # %s. This will be replaced by one of the strings "main", "panic", or "reject" # to form the final file names. Some installations may want something like this: -# LOG_FILE_PATH=/var/log/exim_%slog +LOG_FILE_PATH=/var/log/exim/%s.log # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create @@ -405,7 +406,7 @@ # files. Both the name of the command and the suffix that it adds to files # need to be defined here. See also the EXICYCLOG_MAX configuration. -COMPRESS_COMMAND=/usr/bin/gzip +COMPRESS_COMMAND=/bin/gzip COMPRESS_SUFFIX=gz @@ -413,7 +414,7 @@ # If the exigrep utility is fed compressed log files, it tries to uncompress # them using this command. -ZCAT_COMMAND=/usr/bin/zcat +ZCAT_COMMAND=/bin/zcat #------------------------------------------------------------------------------ @@ -422,7 +423,7 @@ # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded # Perl costs quite a lot of resources. Only do this if you really need it. -# EXIM_PERL=perl.o +EXIM_PERL=perl.o #------------------------------------------------------------------------------ @@ -432,11 +433,12 @@ # support, which is intended for use in conjunction with the SMTP AUTH # facilities, is included only when requested by the following setting: -# SUPPORT_PAM=yes +SUPPORT_PAM=yes # You probably need to add -lpam to EXTRALIBS, and in some releases of # GNU/Linux -ldl is also needed. +EXTRALIBS=-lpam -ldl #------------------------------------------------------------------------------ # Support for authentication via Radius is also available. The Exim support, @@ -529,7 +531,7 @@ # period (for example, /usr/exim/configure.host.in.some.domain). If this file # does not exist, then the bare configuration file name is tried. -# CONFIGURE_FILE_USE_NODE=yes +CONFIGURE_FILE_USE_NODE=yes #------------------------------------------------------------------------------ @@ -678,7 +680,7 @@ # (process id) to a file so that it can easily be identified. The path of the # file can be specified here. Some installations may want something like this: -# PID_FILE_PATH=/var/lock/exim.pid +PID_FILE_PATH=/var/run/exim%s.pid # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # using the name "exim-daemon.pid". @@ -701,7 +703,7 @@ # be changed here. The default is 0640 so that information from the spool is # available to anyone who is a member of the Exim group. -# SPOOL_MODE=0640 +SPOOL_MODE=0640 #------------------------------------------------------------------------------