# Exim test configuration 0099
+RETRY =
+
exim_path = EXIM_PATH
host_lookup_order = bydns
-rfc1413_query_timeout = 0s
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
primary_hostname = primary.test.ex
qualify_domain = test.ex
retry_data_expire = 2s
+log_selector = +received_recipients
# ----- Routers -----
begin routers
+bydns:
+ driver = dnslookup
+ domains = mxt2.test.ex
+ transport = smtp
+ fail_defer_domains = *
+
all:
driver = manualroute
- route_list = "* 127.0.0.1 byname"
+ route_list = simple thishost.test.ex byname \
+ ; complex thisloop.test.ex byname \
+ ; nonexist nonexist.test.ex byname \
+ ; * 127.0.0.1 byname
self = send
+ host_find_failed = defer
transport = smtp
smtp:
driver = smtp
port = 999
+ RETRY
# ----- Retry -----
rcpt45x.test.ex rcpt_45x F,10d,2m
rcpt463.test.ex rcpt_463 F,10d,3m
rcpt4xx.test.ex rcpt_4xx F,10d,1m
+* lookup F,10d,30m
*@\N^\d * F,5d,1m
*@*.abcd.ex * F,5d,2m