Pass on SIZE to cutthrough connection
[exim.git] / test / confs / 0366
... / ...
CommitLineData
1# Exim test configuration 0366
2
3HOSTS_MAX_TRY=5
4
5exim_path = EXIM_PATH
6keep_environment =
7host_lookup_order = bydns
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12tls_advertise_hosts =
13
14# ----- Main settings -----
15
16ignore_bounce_errors_after = 0s
17qualify_domain = test.ex
18disable_ipv6
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = dnslookup
26 transport = smtp
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 connect_timeout = 1s
36 hosts_max_try = HOSTS_MAX_TRY
37 port = PORT_N
38
39
40# ----- Retry -----
41
42# Ended up with the same settings, but leave the first because
43# there's a -brt test as well.
44
45begin retry
46
47^[^@]+@ten- * F,2s,1s
48* * F,2s,1s
49
50# End