Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0119
1 # Exim test configuration 0119
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 acl_smtp_rcpt = check_recipient
9 acl_smtp_data = check_message
10
11 domainlist local_domains = test.ex
12 qualify_domain = test.ex
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 force_defer:
20   driver = redirect
21   allow_defer
22   data = :defer: forced defer
23   retry_use_local_part
24
25
26 # ----- Retry -----
27
28 begin retry
29
30 * * F,5d,1d
31
32
33 # End