diff options
author | 2004-03-29 22:06:27 +0000 | |
---|---|---|
committer | 2004-03-29 22:06:27 +0000 | |
commit | d5c2758e3e1a49ab910d7bf681fdcb87f52b528b (patch) | |
tree | f888be166a35fe8e33ed66dfe4f9912a4991cffe /net-mail | |
parent | nls in IUSE, bug 44548 (Manifest recommit) (diff) | |
download | gentoo-2-d5c2758e3e1a49ab910d7bf681fdcb87f52b528b.tar.gz gentoo-2-d5c2758e3e1a49ab910d7bf681fdcb87f52b528b.tar.bz2 gentoo-2-d5c2758e3e1a49ab910d7bf681fdcb87f52b528b.zip |
patch to set the default log_file_path in /etc/exim/exim.conf.dist to syslog
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/exim/files/exim-4.30-conf.patch | 19 |
1 files changed, 19 insertions, 0 deletions
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 |