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