--- exim-3.35/Local/Makefile.make Sat Mar 9 13:37:36 2002 +++ exim-3.35/Local/Makefile Sat Mar 9 13:34:41 2002 @@ -74,8 +74,8 @@ # for processing log files. If you haven't got Perl, Exim will still build and # run; you just won't be able to run those utilities. -# CHOWN_COMMAND=/usr/bin/chown -# CHGRP_COMMAND=/usr/bin/chgrp +CHOWN_COMMAND=/usr/bin/chown +CHGRP_COMMAND=/usr/bin/chgrp # MV_COMMAND=/bin/mv # RM_COMMAND=/bin/rm # PERL_COMMAND=/usr/bin/perl @@ -103,7 +103,7 @@ # installed in this directory. There is no default for this variable built into # the source files; it must be set in one of the local configuration files. -BIN_DIRECTORY=/usr/exim/bin +BIN_DIRECTORY=/usr/sbin # The default distribution of Exim contains only the plain text form of the @@ -121,14 +121,14 @@ # 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=/opt/gnu/bin/gzip +COMPRESS_COMMAND=/usr/bin/gzip COMPRESS_SUFFIX=gz # If the exigrep utility is fed compressed log files, it tries to uncompress # them using this command. -ZCAT_COMMAND=/opt/gnu/bin/zcat +ZCAT_COMMAND=/usr/sbin/gunzip # The runtime configuration file: This variable defines where Exim's runtime @@ -137,7 +137,7 @@ # location of all other runtime files and directories can be changed in the # runtime configuration file. -CONFIGURE_FILE=/usr/exim/configure +CONFIGURE_FILE=/etc/exim/exim.conf # In some installations there may be multiple machines sharing file systems, @@ -231,8 +231,8 @@ # "security" setting, which controls how privilege is released (setuid vs # seteuid). -# EXIM_UID= -# EXIM_GID= +EXIM_UID=8 +EXIM_GID=12 # Compiling the Exim monitor: If you want to compile the Exim monitor, @@ -243,7 +243,7 @@ # are defaulted in the OS/Makefile-Default file, and can be overridden # in local OS-specific make files. -EXIM_MONITOR=eximon.bin +#EXIM_MONITOR=eximon.bin # Compiling in support for embedded Perl: If you want to be able to @@ -286,7 +286,7 @@ # "panic", or "reject" to form the final file name. For example, some # installations may want something like this: -# LOG_FILE_PATH=/var/log/exim_%slog +LOG_FILE_PATH=/var/log/exim/exim_%slog # 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 @@ -411,7 +411,7 @@ # the file name, allowing sites that run two separate daemons to distinguish # them. Some installations may want something like this -# PID_FILE_PATH=/var/lock/exim%s.pid +PID_FILE_PATH=/var/run/exim%s.pid # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # (see SPOOL_DIRECTORY below) with the name "exim-daemon.pid" for the standard @@ -460,7 +460,7 @@ # uid and gid. # Many installations will want something like this: -# SPOOL_DIRECTORY=/var/spool/exim +SPOOL_DIRECTORY=/var/spool/exim # Others may prefer to keep all Exim things under one directory: # SPOOL_DIRECTORY=/usr/exim/spool