From f94854c7784383731a1691677c064c28a190e846 Mon Sep 17 00:00:00 2001 From: Colin Morey Date: Mon, 29 Mar 2004 22:06:27 +0000 Subject: patch to set the default log_file_path in /etc/exim/exim.conf.dist to syslog --- net-mail/exim/files/exim-4.30-conf.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net-mail/exim/files/exim-4.30-conf.patch (limited to 'net-mail') diff --git a/net-mail/exim/files/exim-4.30-conf.patch b/net-mail/exim/files/exim-4.30-conf.patch new file mode 100644 index 000000000000..5d154b96f71e --- /dev/null +++ b/net-mail/exim/files/exim-4.30-conf.patch @@ -0,0 +1,19 @@ +--- src/configure.default.orig 2004-03-29 22:48:24.000000000 +0100 ++++ src/configure.default.orig.patch-01 2004-03-29 22:57:10.000000000 +0100 +@@ -41,6 +41,16 @@ + # MAIN CONFIGURATION SETTINGS # + ###################################################################### + ++# This Sets up the default log location to syslog, specifically to the "mail" ++# Facility. Please note that you may want to change this, as other mail, ++# relatively noisy mail programs also log to the mail facility (eg. courier) ++ ++# Note: ++# If exim cannot log to syslog it will try to log to, /var/log/exim/exim_%s.log ++log_file_path=syslog ++ ++ ++ + # Specify your host's canonical name here. This should normally be the fully + # qualified "official" name of your host. If this option is not set, the + # uname() function is called to obtain the name. In many cases this does -- cgit v1.2.3-65-gdbad