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