Testsuite: output changes resulting
[exim.git] / test / confs / 0217
CommitLineData
afda344b
PH
1# Exim test configuration 0217
2
c51b8e75
PH
3HAP=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
7c576fca 8log_selector = +pipelining
afda344b
PH
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13ignore_bounce_errors_after = 0s
14
15
16# ----- Routers -----
17
18begin routers
19
20bounce:
21 driver = redirect
22 allow_defer
23 allow_fail
24 data = :fail: just discard
25 retry_use_local_part
26 senders = :
27
28client:
29 driver = accept
30 retry_use_local_part
31 transport = send_to_server
32
33
34# ----- Transports -----
35
36begin transports
37
38send_to_server:
39 driver = smtp
40 allow_localhost
41 command_timeout = 1s
42 hosts = 127.0.0.1
43 port = PORT_S
c51b8e75 44 HAP
31f90faa 45 max_rcpt = 1000
afda344b
PH
46
47# ----- Retry -----
48
49
50begin retry
51
52* * F,5d,10s
53
54
55# End