Merge branch 'master'
[exim.git] / test / confs / 0160
CommitLineData
afda344b
PH
1# Exim test configuration 0160
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 : *.test.ex
16
17ignore_bounce_errors_after = 0s
18queue_only
19
20# ----- Routers -----
21
22begin routers
23
24all:
25 driver = manualroute
26 domains = ! +local_domains
27 route_list = * 127.0.0.1 byname
28 self = send
29 transport = smtp
30 no_more
31
32
33# ----- Transports -----
34
35begin transports
36
37smtp:
38 driver = smtp
39 port = PORT_S
40
41
42# ----- Retry -----
43
44
45begin retry
46
8669f003 47* * F,2s,1s
afda344b
PH
48
49
50# End