Merge branch 'master'
[exim.git] / test / confs / 0366
1 # Exim test configuration 0366
2
3 HOSTS_MAX_TRY=5
4
5 exim_path = EXIM_PATH
6 keep_environment =
7 host_lookup_order = bydns
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 ignore_bounce_errors_after = 0s
17 qualify_domain = test.ex
18 disable_ipv6
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25 driver = dnslookup
26 transport = smtp
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 smtp:
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
45 begin retry
46
47 ^[^@]+@ten- * F,2s,1s
48 * * F,2s,1s
49
50 # End