Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0576
1 # Exim test configuration 0576
2
3 SERVER =
4
5 .include DIR/aux-var/std_conf_prefix
6
7 log_selector = +received_recipients +sender_on_delivery
8
9 acl_smtp_rcpt = rcpt
10 queue_only
11 queue_run_in_order
12
13 #---------------
14
15 begin acl
16
17 rcpt:
18 accept
19 queue = ${if eq {normal}{$local_part} {} {$local_part}}
20 logwrite = using queue '$queue_name'
21
22 #---------------
23
24 begin routers
25
26 all:
27 driver = accept
28 transport = dump
29
30 #---------------
31
32 begin transports
33
34 dump:
35 driver = pipe
36 command = true
37
38 # End
39