summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 11:18:30 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 11:18:30 +0000
commit9b8fadde9b0b4b04124f69996c378958fd5b0127 (patch)
tree338655276d4eb9757f5ff63c9fe8c7261c06e539 /test/confs
parent953a9f896e50fb554a2f5cc702c606e053209026 (diff)
Make dns_again_means_nonexist apply to gethostbyname lookups as well.
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/053330
1 files changed, 30 insertions, 0 deletions
diff --git a/test/confs/0533 b/test/confs/0533
new file mode 100644
index 000000000..8727cc3fb
--- /dev/null
+++ b/test/confs/0533
@@ -0,0 +1,30 @@
+# Exim test configuration 0533
+
+CONNECTCOND=
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = rcpt
+dns_again_means_nonexist = *
+disable_ipv6
+
+# ----- ACL -----
+
+begin acl
+
+rcpt:
+ accept hosts = +ignore_unknown : \
+ *.$sender_address_domain : \
+ $sender_address_domain : \
+ ${lookup dnsdb{>:defer_never,mxh=$sender_address_domain}}
+
+# End