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