--- 4.5.2/exim.conf-SpamBlockerTechnology-v4.5.2.txt	2017-01-05 17:42:41.000000000 -0600
+++ 4.5.3/exim.conf-SpamBlockerTechnology-v4.5.3.txt	2017-02-08 01:32:12.000000000 -0600
@@ -1,5 +1,5 @@
-# SpamBlockerTechnology* powered exim.conf, Version 4.5.2
-# Dec 13, 2016
+# SpamBlockerTechnology* powered exim.conf, Version 4.5.3
+# Feb 8, 2017
 # Exim configuration file for DirectAdmin
 # Requires exim.pl as distributed by DirectAdmin here:
 # http://files.directadmin.com/services/exim.pl version 21 or higher
@@ -247,6 +247,9 @@
 ######################################
 #EDIT#25:
 acl_check_helo:
+
+  .include_if_exists /etc/exim.acl_check_helo.pre.conf
+
   # accept mail originating on this server unconditionally
   accept  hosts = @[] : @
   # deny if the HELO pretends to be this host
@@ -266,6 +269,9 @@
     deny message = HELO_IS_LOCAL_DOMAIN
         condition = ${if match_domain{$sender_helo_name}{+local_domains}{true}{false}}
         hosts = ! +relay_hosts
+        
+  .include_if_exists /etc/exim.acl_check_helo.post.conf
+
   accept
 
 
@@ -301,6 +307,9 @@
 ######################################
 #EDIT#26:
 acl_check_recipient:
+
+  .include_if_exists /etc/exim.acl_check_recipient.pre.conf
+
   # block certain well-known exploits, Deny for local domains if
   # local parts begin with a dot or contain @ % ! / |
   deny  domains       = +local_domains
@@ -344,6 +353,8 @@
 
   accept  condition = ${if eq{$acl_m_is_whitelisted}{1}{1}{0}}
 
+  .include_if_exists /etc/exim.acl_check_recipient.mid.conf
+
   #Block Cracking - https://github.com/Exim/exim/wiki/BlockCracking
   .include_if_exists /etc/exim.blockcracking/auth.conf
 
@@ -490,6 +501,8 @@
           message = AUTH_REQUIRED
           authenticated = *
 
+  .include_if_exists /etc/exim.acl_check_recipient.post.conf
+
 # FINAL DENY EMAIL BEFORE DATA BEGINS HERE
   # default at end of acl causes a "deny", but line below will give
   # an explicit error message:
