Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0301
CommitLineData
afda344b
PH
1# Exim test configuration 0301
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9acl_smtp_helo = check_helo
10acl_smtp_rcpt = accept
11smtp_enforce_sync = no
12queue_only
13
14
15# ----- ACL -----
16
17begin ACL
18
19check_helo:
20 warn condition = ${if eq {$sender_helo_name}{en.force}{yes}{no}}
21 control = enforce_sync
22 accept
23
24
25# End