eba2f900c3013152da115fd8ad94587b51ea3777
[exim.git] / test / confs / 9900
1 # Exim test configuration 9900
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 local_interfaces = 127.0.0.1
13 primary_hostname = myhost.text.ex
14 qualify_domain = test.ex
15
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 lookuphost:
23   driver = dnslookup
24   transport = smtp
25
26 # ----- Transports -----
27
28 begin transports
29
30 smtp:
31   driver = smtp
32   port = PORT_S
33
34
35 # ----- Retry -----
36
37 begin retry
38
39 46c.test.ex * F,1s,1s
40 46d.test.ex * F,1m,1s
41
42
43 # End