diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 18:43:05 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 18:43:05 +0000 |
commit | 98bfa4fbf7b135d4c44b5820d735d58fd094c37a (patch) | |
tree | cff3832118794a08a3e72c97fbf0c3bbc5bff2c5 /mail/exim-old/files/patch-src::EDITME | |
parent | Change ${RM} to ${RM} -f in post-build, otherwise things stop (diff) |
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.
Notes
Notes:
svn path=/head/; revision=44004
Diffstat (limited to 'mail/exim-old/files/patch-src::EDITME')
-rw-r--r-- | mail/exim-old/files/patch-src::EDITME | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-old/files/patch-src::EDITME b/mail/exim-old/files/patch-src::EDITME index e5f897f0c3bd..2b4699382ff8 100644 --- a/mail/exim-old/files/patch-src::EDITME +++ b/mail/exim-old/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 |