Merge branch 'master' into 4.next
[exim.git] / test / confs / 0145
CommitLineData
afda344b
PH
1# Exim test configuration 0145
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5qualify_domain = test.ex
d4dc049f 6primary_hostname = myhost.test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10acl_smtp_rcpt = check_recipient
11
12
13# ------ ACL ------
14
15begin acl
16
17check_recipient:
18 require verify = sender
19 require verify = recipient
20
21
22# ----- Routers -----
23
24begin routers
25
26domainlist:
27 driver = dnslookup
28 transport = smtp
29 no_more
30
31
32# ----- Transports -----
33
34begin transports
35
36smtp:
37 driver = smtp
38
39
40# ----- Retry -----
41
42
43begin retry
44
45* * F,1h,10m
46
47
48# End