testcase
[exim.git] / test / confs / 0144
CommitLineData
afda344b
PH
1# Exim test configuration 0144
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
7qualify_domain = test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16domainlist local_domains = test.ex
17
18
19# ----- Routers -----
20
21begin routers
22
23domainlist:
24 driver = manualroute
25 domains = ! +local_domains
26 route_list = * test.again.dns bydns
27 transport = smtp
28 no_more
29
30
31# ----- Transports -----
32
33begin transports
34
35smtp:
36 driver = smtp
37
38
39# ----- Retry -----
40
41begin retry
42
43* * F,1h,10m
44
45
46# End