151ed137ca0f6184ad8d28bdfddea568ae280de7
[exim.git] / test / confs / 0229
1 # Exim test configuration 0229
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
14 qualify_domain = test.ex
15
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 all:
23   driver = accept
24   retry_use_local_part
25   transport = smtp
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33   driver = smtp
34   allow_localhost
35   hosts = 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
36           127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
37           127.0.0.1 : 127.0.0.1 : HOSTIPV4
38   port = PORT_S
39
40
41 # ----- Retry -----
42
43
44 begin retry
45
46 * * F,5d,10s
47
48
49 # End