Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0382
1 # Exim test configuration 0382
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 log_timezone
10 qualify_domain = test.ex
11 system_filter = DIR/aux-fixed/TESTNUM.F
12 timeout_frozen_after = 1s
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 r1:
20   driver = redirect
21   senders = !:
22   allow_fail
23   data = :fail: forced fail
24
25
26 # ----- Retry -----
27
28 begin retry
29
30 *  *  F,1d,1s
31
32 # End