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