summaryrefslogtreecommitdiff
path: root/test/confs/0607
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-05-10 23:13:41 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-05-11 00:37:24 +0100
commit8241d8dda54bd5680b6fd8ef16108c0309a5ade7 (patch)
tree03514818515fe991a48b6c55799866996f4dbc12 /test/confs/0607
parent99a0dc9358699cbe049cdd97874b17c263174f86 (diff)
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).
Diffstat (limited to 'test/confs/0607')
-rw-r--r--test/confs/060741
1 files changed, 41 insertions, 0 deletions
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
+