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