summaryrefslogtreecommitdiff
path: root/test/confs/0314
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-10-02 14:03:09 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-10-02 14:05:32 +0100
commit3cc3f7625d68c169d47dadbefa74233e5fe7ed55 (patch)
tree6a1743962595a4d9dbad3172d2e92f7575478e41 /test/confs/0314
parentf1d38a56d8aa122a13f84db36bd1db1ceb489454 (diff)
Logging: connection_reject log selector should apply also to the connect acl
Diffstat (limited to 'test/confs/0314')
-rw-r--r--test/confs/03145
1 files changed, 4 insertions, 1 deletions
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