Hi,
i've been trying to implement this:
http://help.directadmin.com/item.php?id=152
into our Exim/Spamblocker 4.3.4 but ofcourse, the configuration here is different:
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
instead of:
remote_smtp:
driver = smtp
So how do we, by default, send email through specific IP (if no domain-to-ip is set up)?
i've been trying to implement this:
http://help.directadmin.com/item.php?id=152
into our Exim/Spamblocker 4.3.4 but ofcourse, the configuration here is different:
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
instead of:
remote_smtp:
driver = smtp
So how do we, by default, send email through specific IP (if no domain-to-ip is set up)?