60fa9626c3615d4d04ff1700c233e2e85c4babeb
[exim.git] / test / confs / 0343
1 # Exim test configuration 0343
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
14 # ----- Routers -----
15
16 begin routers
17
18 all:
19   driver = accept
20   transport = remote_smtp
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 remote_smtp:
28   driver = smtp
29   hosts = 127.0.0.1
30   allow_localhost
31   port = PORT_N
32
33
34 # ----- Retry -----
35
36
37 begin retry
38
39 * * F,5d,10m
40
41
42 # End