Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0106
CommitLineData
afda344b
PH
1# Exim test configuration 0106
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13
14
15# ----- Routers -----
16
17begin routers
18
19all:
20 driver = manualroute
21 route_list = * 127.0.0.1
22 self = send
23 transport = smtp
24 no_more
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 command_timeout = 1s
34 final_timeout = 1s
35 port = PORT_S
36
37# ----- Retry -----
38
39
40begin retry
41
42* * F,1h,1s
43
44
45# End