Another small test tweak.
[exim.git] / test / confs / 0257
1 # Exim test configuration 0257
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 domainlist local_domains = test.ex
15 qualify_domain = test.ex
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 all:
23 driver = dnslookup
24 domains = ! +local_domains
25 transport = smtp
26 no_more
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 smtp:
34 driver = smtp
35 connect_timeout = 1s
36 fallback_hosts = ten-2.test.ex
37 port = PORT_S
38
39
40 # ----- Retry -----
41
42
43 begin retry
44
45 * * F,5d,10s
46
47
48 # End