Testsuite: unbreak testcase
[exim.git] / test / confs / 5700
CommitLineData
d68218c7
JH
1# Exim test configuration 5700
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
d68218c7
JH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = accept
9acl_smtp_data = accept
10
774ef2d7 11event_action = ${acl {logger}}
14a465c3 12
d68218c7
JH
13
14# ----- ACL -----
15
16begin acl
17
ffbc20ed 18.include DIR/aux-fixed/event-logger-acl
a7538db1 19
d68218c7
JH
20
21# ----- Routers -----
22
23begin routers
24
25dump_bounces:
26 driver = redirect
27 senders = :
28 data = :blackhole:
29
30others:
31 driver = manualroute
32 route_list = * 127.0.0.1 byname
33 self = send
34 transport = smtp
5ef5dd52 35 errors_to = ""
d68218c7
JH
36 no_more
37
38
39# ----- Transports -----
40
41begin transports
42
43smtp:
44 driver = smtp
45 port = PORT_S
277b9979 46 hosts_try_fastopen = :
d68218c7
JH
47 command_timeout = 1s
48 final_timeout = 1s
774ef2d7 49 event_action = ${acl {logger}}
d68218c7
JH
50
51# End