diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-15 22:03:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-15 22:03:45 +0100 |
commit | 777e3beace88a39457ee4a856a094e16649f333f (patch) | |
tree | 82fe9b85bca7eba66aac2a508ccb1a8dbe1d858d /test/confs/0615 | |
parent | 6372d4c990f39ba6ad84a91af0a3a61a63bd50a3 (diff) |
Testsuite: syslog testcase
Diffstat (limited to 'test/confs/0615')
-rw-r--r-- | test/confs/0615 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/confs/0615 b/test/confs/0615 new file mode 100644 index 000000000..63b9d7fac --- /dev/null +++ b/test/confs/0615 @@ -0,0 +1,28 @@ +# Exim test configuration 0615 + +keep_environment = PATH +exim_path = EXIM_PATH +spool_directory = DIR/spool + +log_file_path = DIR/spool/log/%slog : syslog + +gecos_pattern = "" +gecos_name = CALLER_NAME +chunking_advertise_hosts = +tls_advertise_hosts = + +primary_hostname = myhost.test.ex +queue_only + +# ----- Main settings ----- + +log_selector = LOG_SELECTOR +log_timezone = TIMES + +syslog_timestamp = ARG1 +syslog_pid = ARG2 + +acl_not_smtp = accept logwrite = msg + + +# End |