Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0156
1 # Exim test configuration 0156
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   data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
19   file_transport = appendfile
20   forbid_blackhole
21   forbid_file
22   forbid_include
23   forbid_pipe
24   retry_use_local_part
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 appendfile:
32   driver = appendfile
33   file = DIR/test-mail/$local_part
34   create_file = DIR/test-mail
35   user = CALLER
36
37
38 # ----- Retry -----
39
40 begin retry
41
42 * * F,5d,1d
43
44
45 # End