From 98bfa4fbf7b135d4c44b5820d735d58fd094c37a Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 14 Jun 2001 18:43:05 +0000 Subject: Retire our local copy of configure.default, which is a maintenance pain. Replace it with a patch against the distribution configure.default, which changes as little as possible so that folks who are accustomed to Exim on other platforms will not be astonished. Install the file as configure.default instead of configure.sample, since it's as close as damnit to the default Exim configuration file. The only arguably unnecessary deviation from the default is: * Accept SMTP relay from the loopback IP address. Too many applications require this, and the window of abuse is arguably negligible. --- mail/exim/files/patch-src::EDITME | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/exim/files/patch-src::EDITME') diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME index e5f897f0c3bd..2b4699382ff8 100644 --- a/mail/exim/files/patch-src::EDITME +++ b/mail/exim/files/patch-src::EDITME @@ -48,7 +48,7 @@ # installations may want something like this: -# LOG_FILE_PATH=/var/log/exim_%slog -+LOG_FILE_PATH=/var/log/exim_%slog ++LOG_FILE_PATH=/var/log/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 @@ -74,7 +74,7 @@ # them. Some installations may want something like this -# PID_FILE_PATH=/var/lock/exim%s.pid -+# PID_FILE_PATH=/var/run/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 -- cgit v1.2.3