Fix CVE-2016-1531
[exim.git] / test / confs / 0388
CommitLineData
afda344b
PH
1# Exim test configuration 0388
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15
16# ----- Routers -----
17
18begin routers
19
20r0:
21 driver = redirect
22 senders = :
23 local_parts = CALLER
24 data = :blackhole:
25
26r1:
27 driver = manualroute
28 route_list = * "127.0.0.1 : V4NET.0.0.0"
29 transport = smtp
30 self = send
31
32# ----- Transports -----
33
34begin transports
35
36smtp:
37 driver = smtp
38 hosts_max_try = 1
39 port = PORT_S
40 connect_timeout = 2s
48c7f9e2 41 address_retry_include_sender = false
afda344b
PH
42
43# ----- Retry -----
44
45begin retry
46
47* * F,1s,1s
48
49# End