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