DMARC: check for empty filename for TLD file. Patch testsuite to not break on missin...
[exim.git] / test / confs / 4050
CommitLineData
ee8b8090
JH
1# test config 4050
2# Pipelining the early part of the SMTP conversation
3
4CONNECTCOND=
5CONTROL=
6RETRY=7d
7
8keep_environment = PATH
9exim_path = EXIM_PATH
10host_lookup_order = bydns
11spool_directory = DIR/spool
12
13.ifdef SERVER
14log_file_path = DIR/spool/log/SERVER%slog
15.else
16log_file_path = DIR/spool/log/%slog
17.endif
18
19gecos_pattern = ""
20gecos_name = CALLER_NAME
21dns_cname_loops = 9
22chunking_advertise_hosts =
23tls_advertise_hosts =
24
590fd9ee
JH
25.ifdef _HAVE_DMARC
26dmarc_tld_file =
27.endif
28
ee8b8090
JH
29pipelining_connect_advertise_hosts = CONNECTCOND
30retry_data_expire = RETRY
31log_selector = +received_recipients +pipelining
32queue_only
33
34acl_smtp_rcpt = accept
35
36#
37begin routers
38
39server:
40 driver = redirect
41 condition = ${if eq {SERVER}{server}}
42 data = :blackhole:
43
44clientbounce:
45 driver = redirect
46 condition = ${if !def:sender_address}
47 data = :blackhole:
48
49client:
50 driver = manualroute
51 route_data = 127.0.0.1::PORT_D
52 self = send
53 transport = smtp
54
55#
56begin transports
57
58smtp:
59 driver = smtp
60 hosts_pipe_connect = CONTROL
61 max_rcpt = 1
62
63#
64begin retry
65
66* * F,5d,1d
67