Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0450
CommitLineData
afda344b
PH
1# Exim test configuration 0450
2
3EXTRA=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13
14# ----- Main settings -----
15
16qualify_domain = test.ex
17
18
19# ----- Routers -----
20
21begin routers
22
23r1:
24 driver = accept
25 transport = t1
26
27
28# ----- Transports -----
29
30begin transports
31
32t1:
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
42begin retry
43
44* * F,1d,10m
45
46# End