Add message_body_newlines.
[exim.git] / test / confs / 0528
1 # Exim test configuration 0528
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 log_selector = +outgoing_port
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 r1:
22 driver = manualroute
23 route_list = * "<= 127.0.0.1:PORT_D = \
24 127.0.0.1:PORT_D2 = \
25 [127.0.0.1]:PORT_D3 = \
26 [HOSTIPV4]:PORT_D4 = \
27 [HOSTIPV4]:PORT_N"
28
29 fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
30 self = send
31 transport = t1
32
33
34 # ----- Transports -----
35
36 begin transports
37
38 t1:
39 driver = smtp
40 hosts_max_try = 20
41 allow_localhost
42
43
44 # ----- Retry -----
45
46 begin retry
47
48 * * F,1d,1d
49
50
51 # End