Merge branch 'master'
[exim.git] / test / confs / 0259
CommitLineData
afda344b
PH
1# Exim test configuration 0259
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
f926e272 7rfc1413_query_timeout = 5s
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
16qualify_domain = test.ex
17
18
19begin routers
20
21all:
22 driver = manualroute
23 domains = ! test.ex
24 route_list = * 127.0.0.1 byname
25 self = send
26 transport = smtp
27 no_more
28
29
30begin transports
31
32smtp:
33 driver = smtp
34 port = PORT_S
35
36
37begin retry
38
39* * F,5d,10s
40
41# End