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