Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0357
1 # Exim test configuration 0357
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 r1:
20 driver = accept
21 transport = t1
22
23
24 # ----- Transports -----
25
26 begin transports
27
28 t1:
29 driver = smtp
30 hosts = 127.0.0.1
31 allow_localhost
32 port = PORT_S
33
34
35 # ----- Retry -----
36
37 begin retry
38
39 * * F,3s,1s; G,1h,2s,2
40
41 # End