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