Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0144
1 # Exim test configuration 0144
2
3 .include DIR/aux-var/std_conf_prefix
4
5 qualify_domain = test.ex
6 primary_hostname = myhost.test.ex
7
8 # ----- Main settings -----
9
10 domainlist local_domains = test.ex
11
12
13 # ----- Routers -----
14
15 begin routers
16
17 domainlist:
18   driver = manualroute
19   domains = ! +local_domains
20   route_list = * test.again.dns bydns
21   transport = smtp
22   no_more
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 smtp:
30   driver = smtp
31   hosts_try_fastopen =  :
32
33
34 # ----- Retry -----
35
36 begin retry
37
38 * * F,1h,10m
39
40
41 # End