Merge branch 'master' of ssh://git.exim.org/home/git/exim
[exim.git] / test / confs / 9900
1 # Exim test configuration 9900
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
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 local_interfaces = 127.0.0.1
14 primary_hostname = myhost.text.ex
15 qualify_domain = test.ex
16
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 lookuphost:
24   driver = dnslookup
25   transport = smtp
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32   driver = smtp
33   port = PORT_S
34
35
36 # ----- Retry -----
37
38 begin retry
39
40 46c.test.ex * F,1s,1s
41 46d.test.ex * F,1m,1s
42
43
44 # End