blob: 5d154b96f71e0c33d2c24794df5d75eb30eca01d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|