Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0107
1 # Exim test configuration 0107
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 mboxuser:
16   driver = accept
17   retry_use_local_part
18   transport = appendfile
19   transport_home_directory = DIR/test-mail
20
21
22 # ----- Transports -----
23
24 begin transports
25
26 appendfile:
27   driver = appendfile
28   create_file = belowhome
29   file = ${lookup {$local_part} lsearch {DIR/aux-fixed/TESTNUM.filelist}\
30                 {${if match{$value}{^/}{}{DIR/}}$value}\
31                 {DIR/test-mail/$local_part}}
32   user = CALLER
33
34 # ----- Retry -----
35
36
37 begin retry
38
39 * * F,5d,1d
40
41
42 # End