445ef68d0235bda88b25c399072dd4f5a3ee1a28
[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 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 all:
22   driver = dnslookup
23   domains = ! +local_domains
24   transport = smtp
25   no_more
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33   driver = smtp
34   connect_timeout = 1s
35   fallback_hosts = ten-2.test.ex
36   port = PORT_S
37
38
39 # ----- Retry -----
40
41
42 begin retry
43
44 * * F,5d,10s
45
46
47 # End