4193741c2cc0f21bd00128afc107a6589ee35f3d
[exim.git] / test / confs / 0163
1 # Exim test configuration 0163
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 : *.test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 all:
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 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33   driver = smtp
34   port = PORT_S
35
36
37 # ----- Retry -----
38
39
40 begin retry
41
42 * * F,2h,15m
43
44
45 # End