diff options
Diffstat (limited to 'test/confs/0586')
-rw-r--r-- | test/confs/0586 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/test/confs/0586 b/test/confs/0586 index 1b2d83571..562837b96 100644 --- a/test/confs/0586 +++ b/test/confs/0586 @@ -2,16 +2,19 @@ .include DIR/aux-var/std_conf_prefix +primary_hostname = myhost.test.ex # ----- Main settings ----- +acl_smtp_helo = check_helo -# ----- Routers ----- -begin routers +# ----- ACLs ----- -list: - driver = redirect - file = DIR/aux-fixed/TESTNUM.list.$local_part +begin acl + +check_helo: + require verify = helo + accept logwrite = helo $sender_helo_name dnssec <$sender_helo_dnssec> # End |