722988a2979f5bcbd381a81425caaaddb8aa6d36
[exim.git] / test / confs / 0574
1 # Exim test configuration 0574
2
3 SERVER =
4
5 exim_path = EXIM_PATH
6 keep_environment =
7 host_lookup_order = bydns
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/SERVER%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 log_selector = +received_recipients +sender_on_delivery
15
16 acl_smtp_rcpt = accept queue = ${if eq {normal}{$local_part} {} {$local_part}}
17 queue_only
18 queue_run_in_order
19
20 #---------------
21
22 begin routers
23
24 all:
25   driver = accept
26   transport = dump
27
28 #---------------
29
30 begin transports
31
32 dump:
33   driver = pipe
34   command = true
35
36 # End
37