testsuite: abstract out common conf settings
[exim.git] / test / confs / 0473
CommitLineData
afda344b
PH
1# Exim test configuration 0473
2
3USE_SENDER = ,use_sender
4ACL_RCPT = acl_rcpt
5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b
PH
8
9# ----- Main settings -----
10
11acl_smtp_rcpt = ACL_RCPT
12callout_random_local_part = $primary_hostname--testing
13trusted_users = CALLER
14
15
16# ----- ACL -----
17
18begin acl
19
20acl_rcpt:
21 accept verify = recipient/callout=1sUSE_SENDER
22
23acl_rcpt_sender:
24 accept verify = sender/callout=1s,connect=2s
25
26
27# ----- Routers -----
28
29begin routers
30
31callout:
32 driver = manualroute
33 transport = smtp
34 route_data = 127.0.0.1
35 self = send
36
37
38# ----- Transports -----
39
40begin transports
41
42smtp:
43 driver = smtp
44 port = PORT_S
45
46# End