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