Fix CVE-2016-1531
[exim.git] / test / confs / 2121
CommitLineData
afda344b
PH
1# Exim test configuration 2121
2
3REQUIRE=#
4TRYCLEAR=#
5
6exim_path = EXIM_PATH
bc3c7bb7 7keep_environment =
afda344b
PH
8host_lookup_order = bydns
9primary_hostname = myhost.test.ex
afda344b
PH
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
23f3dc67 14tls_advertise_hosts =
afda344b
PH
15
16# ----- Main settings -----
17
18
19# ----- Routers -----
20
21begin routers
22
23client:
24 driver = accept
25 transport = send_to_server
26
27
28# ----- Transports -----
29
30begin transports
31
32send_to_server:
33 driver = smtp
34 allow_localhost
35 hosts = 127.0.0.1
36 port = PORT_S
37 REQUIRE
38 TRYCLEAR
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,5d,10s
47
48
49# End