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