--- 4.3.0/exim.conf-SpamBlockerTechnology-v4.3.0.txt	2014-12-07 00:52:55.000000000 -0700
+++ 4.3.1/exim.conf-SpamBlockerTechnology-v4.3.1.txt	2014-12-17 21:19:46.000000000 -0700
@@ -1,5 +1,5 @@
-# SpamBlockerTechnology* powered exim.conf, Version 4.3.0
-# alpha-6
+# SpamBlockerTechnology* powered exim.conf, Version 4.3.1
+# alpha-2
 # September 9, 2014 03:03 (-0700)
 # Exim configuration file for DirectAdmin
 # Requires exim.pl as distributed by DirectAdmin here:
@@ -63,6 +63,7 @@
 
 #EDIT#1:
 # primary_hostname =
+smtp_active_hostname = ${if exists{/etc/virtual/helo_data}{${lookup{$interface_address}iplsearch{/etc/virtual/helo_data}{$value}{$primary_hostname}}}{$primary_hostname}}
 
 #EDIT#2-CLAMAV:
 # av_scanner = clamd:/var/run/clamav/clamd
@@ -782,6 +783,8 @@
 remote_smtp:
   driver = smtp
   headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
+  interface = <; ${if exists{/etc/virtual/domainips}{${lookup{$sender_address_domain}lsearch{/etc/virtual/domainips}}}}
+  helo_data = ${if exists{/etc/virtual/helo_data}{${lookup{$sending_ip_address}iplsearch{/etc/virtual/helo_data}{$value}{$primary_hostname}}}{$primary_hostname}}
 .include_if_exists /etc/exim.dkim.conf
 
 #EDIT#62:
