nicer retry message
[exim.git] / test / confs / 2021
... / ...
CommitLineData
1# Exim test configuration 2021
2
3REQUIRE=#
4TRYCLEAR=#
5
6exim_path = EXIM_PATH
7keep_environment =
8host_lookup_order = bydns
9primary_hostname = myhost.test.ex
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
14tls_advertise_hosts =
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