Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 2021
CommitLineData
afda344b
PH
1# Exim test configuration 2021
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
13
14# ----- Main settings -----
15
16
17# ----- Routers -----
18
19begin routers
20
21client:
22 driver = accept
23 transport = send_to_server
24
25
26# ----- Transports -----
27
28begin transports
29
30send_to_server:
31 driver = smtp
32 allow_localhost
33 hosts = 127.0.0.1
34 port = PORT_S
35 REQUIRE
36 TRYCLEAR
37
38
39# ----- Retry -----
40
41
42begin retry
43
44* * F,5d,10s
45
46
47# End