Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0108
1 # Exim test configuration 0108
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 remote_sort_domains = black.com:myhost.com:other.edu
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 remote:
22   driver = manualroute
23   domains = ! +local_domains
24   route_list = * ten-1.test.ex byname
25   transport = smtp
26   no_more
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 smtp:
34   driver = smtp
35   hosts_try_fastopen =  :
36
37
38 # End