DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 2121
1 # Exim test configuration 2121
2
3 REQUIRE=#
4 TRYCLEAR=#
5
6 .include DIR/aux-var/std_conf_prefix
7
8 primary_hostname = myhost.test.ex
9
10 # ----- Main settings -----
11
12
13 # ----- Routers -----
14
15 begin routers
16
17 client:
18 driver = accept
19 transport = send_to_server
20
21
22 # ----- Transports -----
23
24 begin transports
25
26 send_to_server:
27 driver = smtp
28 allow_localhost
29 hosts = 127.0.0.1
30 port = PORT_S
31 REQUIRE
32 TRYCLEAR
33
34
35 # ----- Retry -----
36
37
38 begin retry
39
40 * * F,5d,10s
41
42
43 # End