226ade9ce58b5938f929af206e6a5c2ce5e32452
[exim.git] / test / confs / 0213
1 # Exim test configuration 0213
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 domainlist local_domains = test.ex
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 others:
21   driver = manualroute
22   domains = ! +local_domains
23   route_list = * 127.0.0.1 byname
24   self = send
25   transport = smtp
26   no_more
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 smtp:
34   driver = smtp
35   port = PORT_S
36
37
38 # ----- Retry -----
39
40
41 begin retry
42
43 * * F,5d,1h
44
45
46 # End