From 3cc3f7625d68c169d47dadbefa74233e5fe7ed55 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 2 Oct 2016 14:03:09 +0100 Subject: Logging: connection_reject log selector should apply also to the connect acl --- test/confs/0021 | 2 ++ test/confs/0314 | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'test/confs') diff --git a/test/confs/0021 b/test/confs/0021 index 6205eae63..ae5a309b9 100644 --- a/test/confs/0021 +++ b/test/confs/0021 @@ -2,6 +2,7 @@ SERVER= BR= +LOG_SELECTOR= .include DIR/aux-var/std_conf_prefix @@ -21,6 +22,7 @@ acl_smtp_mail = mail acl_smtp_rcpt = rcpt BR +log_selector = LOG_SELECTOR qualify_domain = test.ex trusted_users = CALLER diff --git a/test/confs/0314 b/test/confs/0314 index 2ad32dba6..9dd0295a5 100644 --- a/test/confs/0314 +++ b/test/confs/0314 @@ -1,10 +1,13 @@ # Exim test configuration 0314 +LOG_SELECTOR= + .include DIR/aux-var/std_conf_prefix # ----- Main settings ----- -host_reject_connection = V4NET.0.0.1 +log_selector = LOG_SELECTOR +host_reject_connection = 127.0.0.1 # End -- cgit v1.2.3