Utilites: fix exim_lock
[exim.git] / test / confs / 0543
CommitLineData
f6c332bd
PH
1# Exim test configuration 0543
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
f6c332bd 5host_lookup_order = bydns
f6c332bd
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
f6c332bd
PH
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15queue_run_in_order
16
17
18# ----- Routers -----
19
20begin routers
21
22smarthost:
23 driver = accept
24 transport = smtp
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 hosts = thisloop.test.ex
34 hosts_max_try = 1
35 allow_localhost
36 port = PORT_S
37
38
39# ----- Retry -----
40
41
42begin retry
43
44* * F,5d,15m
45
46
47# End