Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0129
1 # Exim test configuration 0129
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex : *.test.ex
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 fail_remote_domains:
17   driver = redirect
18   domains = ! +local_domains
19   allow_fail
20   data = :fail: unrouteable mail domain "$domain"
21
22 checking:
23   driver = redirect
24   allow_defer
25   allow_fail
26   data = :fail: Just testing
27   debug_print = Domain data is "$domain_data"
28   domains = lsearch;DIR/aux-fixed/TESTNUM.domains
29   retry_use_local_part
30
31
32 # End