TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 0301
1 # Exim test configuration 0301
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_helo = check_helo
10 acl_smtp_rcpt = accept
11 smtp_enforce_sync = no
12 queue_only
13
14
15 # ----- ACL -----
16
17 begin ACL
18
19 check_helo:
20 warn condition = ${if eq {$sender_helo_name}{en.force}{yes}{no}}
21 control = enforce_sync
22 accept
23
24
25 # End