From 8241d8dda54bd5680b6fd8ef16108c0309a5ade7 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 10 May 2015 23:13:41 +0100 Subject: Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588 Normally benign, it bites when the pair was led to by a CNAME; modern usage is to not canoicalize the domain to a cname target (and we were inconsistent anyway for A-only vs AAAA+A). --- test/confs/0607 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 test/confs/0607 (limited to 'test/confs') diff --git a/test/confs/0607 b/test/confs/0607 new file mode 100644 index 000000000..af4d238b5 --- /dev/null +++ b/test/confs/0607 @@ -0,0 +1,41 @@ +# Exim test configuration 0607 + +SERVER = + +exim_path = EXIM_PATH +host_lookup_order = bydns +spool_directory = DIR/spool +log_file_path = DIR/spool/log/SERVER%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +log_selector = +received_recipients +sender_on_delivery + +acl_smtp_rcpt = accept +queue_only +queue_run_in_order + +#--------------- + +begin routers + +dump: + driver = redirect + condition = ${if eq {SERVER}{server}{yes}{no}} + data = :blackhole: + +all: + driver = dnslookup + self = send + transport = out + +#--------------- + +begin transports + +out: + driver = smtp + port = PORT_D + +# End + -- cgit v1.2.3