Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0192
1 # Exim test configuration 0192
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 localuser:
15   driver = accept
16   local_parts = userx
17   transport = appendfile
18
19
20 # ----- Transports -----
21
22 begin transports
23
24 appendfile:
25   driver = appendfile
26   file = DIR/test-mail/$local_part
27   create_file = DIR/test-mail
28   quota = 500
29   no_quota_is_inclusive
30   user = CALLER
31
32
33 # ----- Retry -----
34
35
36 begin retry
37
38 * * F,5d,1d
39
40
41 # End