Additional tests - didn't show any problems.
[exim.git] / test / confs / 0342
1 # Exim test configuration 0342
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 acl_smtp_rcpt = check_rcpt
15
16
17 # ----- ACLs -----
18
19 begin acl
20
21 check_rcpt:
22 deny message = unverifiable
23 !verify = recipient
24 accept
25
26
27 # ----- Routers -----
28
29 begin routers
30
31 dnslookup:
32 driver = dnslookup
33 transport = remote_smtp
34 widen_domains = test.ex
35
36
37 # ----- Transports -----
38
39 begin transports
40
41 remote_smtp:
42 driver = smtp
43
44
45 # ----- Retry -----
46
47
48 begin retry
49
50 * * F,5d,10s
51
52
53 # End