Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0216
CommitLineData
afda344b
PH
1# Exim test configuration 0216
2
3SERVER=
3fc73bdc 4HAP=
afda344b 5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
7c576fca 9log_selector = +pipelining
afda344b
PH
10
11
12# ----- Main settings -----
13
14acl_smtp_rcpt = accept
15queue_only
16queue_run_in_order
17
18
19# ----- Routers -----
20
21begin routers
22
23client:
24 driver = accept
25 condition = ${if eq {SERVER}{server}{no}{yes}}
26 retry_use_local_part
27 transport = send_to_server
28
29
30# ----- Transports -----
31
32begin transports
33
34send_to_server:
35 driver = smtp
36 allow_localhost
37 hosts = 127.0.0.1
38 port = PORT_D
277b9979 39 hosts_try_fastopen = :
afda344b 40 max_rcpt = 0
3fc73bdc 41 HAP
afda344b
PH
42
43
44# ----- Retry -----
45
46
47begin retry
48
49* * F,5d,10s
50
51
52# End