Testsuite: switch ciphersuite use
[exim.git] / test / confs / 0579
1 # Exim test configuration 0579
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex
10 log_selector = +received_recipients
11
12 acl_smtp_rcpt = accept logwrite=cmd '$smtp_command'
13
14 # ------ ACLs ------
15
16 begin acl
17
18 # ------ Routers ------
19
20 begin routers
21
22 r1:
23 driver = redirect
24 data = :blackhole:
25
26
27 # ------ Transports ------
28
29 begin transports
30
31 # End