Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0172
1 # Exim test configuration 0172
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 alias:
17   driver = redirect
18   allow_defer
19   data = :unknown:
20   file_transport = appendfile
21   retry_use_local_part
22   cannot_route_message = cannot route address
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 appendfile:
30   driver = appendfile
31   file = DIR/test-mail/$local_part
32   create_file = DIR/test-mail
33   user = CALLER
34
35
36 # End