Set the exim configuration defaults to what I like.

--- src/EDITME	Sat Sep  8 07:00:10 2001
+++ src/EDITME	Sat Sep  8 06:57:31 2001
@@ -137,7 +137,7 @@
 # location of all other runtime files and directories can be changed in the
 # runtime configuration file.
 
-CONFIGURE_FILE=XX_PREFIX_XX/etc/exim/configure
+CONFIGURE_FILE=/etc/exim/conf
 
 
 # In some installations there may be multiple machines sharing file systems,
@@ -148,7 +148,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
 
 
 # In some esoteric configurations two different versions of Exim are run,
@@ -231,7 +231,7 @@
 # "security" setting, which controls how privilege is released (setuid vs
 # seteuid).
 
-EXIM_UID=26
+EXIM_UID=6
 EXIM_GID=6
 
 
@@ -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=syslog
 
 # 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
@@ -577,8 +577,8 @@
 # this setting. See the manual section entitled "Use of tcpwrappers" in the
 # chapter on building and installing Exim.
 
-# USE_TCP_WRAPPERS=yes
-EXTRALIBS=XX_TCP_WRAPPERS_LIBS_XX XX_PAM_LIBS_XX
+USE_TCP_WRAPPERS=yes
+EXTRALIBS= -lwrap -lpam
 
 
 # IPv6 is coming. Exim has experimental support that has been tried out on
--- src/globals.c	Wed Aug 15 11:09:09 2001
+++ src/globals.c	Fri Sep  7 22:24:10 2001
@@ -728,7 +728,7 @@
 int    store_pool             = POOL_MAIN;
 BOOL   strip_excess_angle_brackets = FALSE;
 BOOL   strip_trailing_dot     = FALSE;
-BOOL   syslog_timestamp       = TRUE;
+BOOL   syslog_timestamp       = FALSE;
 
 
 int    timeout_frozen_after   = 0;

