More new test committing.
[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 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 ignore_bounce_errors_after = 0s
16 qualify_domain = test.ex
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23 driver = dnslookup
24 transport = smtp
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32 driver = smtp
33 connect_timeout = 1s
34 hosts_max_try = HOSTS_MAX_TRY
35 port = PORT_N
36
37
38 # ----- Retry -----
39
40 # Ended up with the same settings, but leave the first because
41 # there's a -brt test as well.
42
43 begin retry
44
45 ^[^@]+@ten- * F,2s,1s
46 * * F,2s,1s
47
48 # End