From 4fab92fbc2b63bac2d89c1dae69fa1845cb640b7 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Fri, 25 Nov 2016 11:23:26 +0100 Subject: Merge from master into 4.next Done with git merge --squash -x theirs master --- test/confs/4804 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 test/confs/4804 (limited to 'test/confs/4804') diff --git a/test/confs/4804 b/test/confs/4804 new file mode 100644 index 000000000..a891d14dc --- /dev/null +++ b/test/confs/4804 @@ -0,0 +1,44 @@ +# Exim test configuration 4804 + +SERVER= +OPT= + +.include DIR/aux-var/std_conf_prefix + +timezone = UTC +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +acl_smtp_rcpt = accept + +log_selector = OPT + +# ------ ACL ------ + +begin acl + +# ----- Routers ----- + +begin routers + +server: + condition = ${if eq {SERVER}{server} {yes}{no}} + driver = redirect + data = :blackhole: + +client: + driver = dnslookup + dnssec_request_domains = * + self = send + transport = send_to_server + +# ----- Transports ----- + +begin transports + +send_to_server: + driver = smtp + port = PORT_D + +# End -- cgit v1.2.3