From 2333e06f406b5d66068cef3e20ab223fc6650307 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Fri, 4 Nov 2016 14:26:35 +0100 Subject: Add syslog_pid option. This option suppresses the PID duplication to syslog. As syslog/systemd add the PID of the logging process automatically. --- test/confs/0001 | 1 + test/scripts/0000-Basic/0001 | 3 ++- test/stdout/0001 | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/confs/0001 b/test/confs/0001 index 1eb0e884c..b0f8f61e3 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -193,6 +193,7 @@ no_strip_excess_angle_brackets no_strip_trailing_dot no_syslog_duplication syslog_facility = uucp +no_syslog_pid syslog_processname = mta-exim no_syslog_timestamp system_filter = /home/exim/test/filter diff --git a/test/scripts/0000-Basic/0001 b/test/scripts/0000-Basic/0001 index 4b5f282ca..78682571d 100644 --- a/test/scripts/0000-Basic/0001 +++ b/test/scripts/0000-Basic/0001 @@ -26,5 +26,6 @@ exim -bP accept_8bitmime \ tcp_nodelay \ trusted_users \ unknown_login \ - warn_message_file + warn_message_file \ + syslog_pid **** diff --git a/test/stdout/0001 b/test/stdout/0001 index d9ce2f07b..9238c91fe 100644 --- a/test/stdout/0001 +++ b/test/stdout/0001 @@ -20,3 +20,4 @@ no_tcp_nodelay trusted_users = 1234:5678 unknown_login = unknownlogin warn_message_file = /home/exim/test/warnmsg_file +no_syslog_pid -- cgit v1.2.3