Utilites: fix exim_lock
[exim.git] / test / confs / 0333
CommitLineData
afda344b
PH
1# Exim test configuration 0333
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
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = accept
24 domains = no.delay
25 transport = t1
26
27r2:
28 driver = dnslookup
29 transport = t1
30
31
32# ----- Transports -----
33
34begin transports
35
36t1:
37 driver = smtp
38 allow_localhost
39 hosts = 127.0.0.1
40 hosts_override
41 port = PORT_S
42
43
44# ----- Retry -----
45
46begin retry
47
48* * F,1d,10m
49
50
51# End