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