exim: Completely review the exim configuration.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / acl / 30_exim4-config_check_mail
index 7a6a3e7d3d185bc82a63954a8eff57dbee41b6f0..e2df2776cddf1d30b98d006848247d3e89d5b6bc 100644 (file)
@@ -7,10 +7,8 @@
 # accepted or denied.
 #
 acl_check_mail:
-  .ifdef CHECK_MAIL_HELO_ISSUED
   deny
     message = no HELO given before MAIL command
-    condition = ${if def:sender_helo_name {no}{yes}}
-  .endif
+    condition = ${if !def:sender_helo_name }
 
   accept