Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 5702
1 # Exim test configuration 5702
2
3 .include DIR/aux-var/std_conf_prefix
4
5 # ----- Main settings -----
6
7 event_action = ${acl {logger}}
8
9 # ----- ACL -----
10
11 begin acl
12
13 .include DIR/aux-fixed/event-logger-acl
14
15 # ----- Routers -----
16
17 begin routers
18
19 route_userx:
20 driver = redirect
21 local_parts = userx
22 allow_filter
23 file = DIR/aux-fixed/TESTNUM.filter
24 user = EXIMUSER
25 no_more
26
27 route_smtp:
28 driver = manualroute
29 route_list = * 127.0.0.1 byname
30 self = send
31 transport = smtp
32 no_more
33
34 # ----- Transports -----
35
36 begin transports
37
38 smtp:
39 driver = smtp
40 port = PORT_S
41 hosts_try_fastopen = :
42 event_action = ${acl {logger}}
43
44 # End