Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0229
CommitLineData
afda344b
PH
1# Exim test configuration 0229
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14qualify_domain = test.ex
15
16
17
18# ----- Routers -----
19
20begin routers
21
22all:
23 driver = accept
24 retry_use_local_part
25 transport = smtp
26
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34 allow_localhost
35 hosts = 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
36 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
37 127.0.0.1 : 127.0.0.1 : HOSTIPV4
38 port = PORT_S
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,5d,10s
47
48
49# End