PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0417
1 # Exim test configuration 0417
2
3 RETURN_ERROR_DETAILS = false
4
5 .include DIR/aux-var/std_conf_prefix
6
7
8 # ----- Main settings -----
9
10 primary_hostname = mail.test.ex
11 qualify_domain = test.ex
12
13 acl_smtp_rcpt = rcpt
14 smtp_return_error_details = RETURN_ERROR_DETAILS
15
16
17 # ----- ACLs -----
18
19 begin acl
20
21 rcpt:
22 require verify = sender
23
24
25 # ----- Routers -----
26
27 begin routers
28
29 r1:
30 driver = dnslookup
31 transport = t1
32
33
34 # ----- Transports -----
35
36 begin transports
37
38 t1:
39 driver = smtp
40
41 # End