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