Hello !
I have a problem with isolate SMTP IP for only one domain. Currently I use dedicated IP for SMTP specified in exim.interface.conf :
interface = IP_ADDRESS
helo_data = revDNS
remote_smtp section looks like this :
remote_smtp:
driver = smtp
headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
.include_if_exists /etc/exim.interface.conf
I have to isolate ONLY ONE domain for another IP, others should use IP/HELO from exim.interface.conf. Is there any way to do this ?
Regards,
Andrzej Zielinski
I have a problem with isolate SMTP IP for only one domain. Currently I use dedicated IP for SMTP specified in exim.interface.conf :
interface = IP_ADDRESS
helo_data = revDNS
remote_smtp section looks like this :
remote_smtp:
driver = smtp
headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
.include_if_exists /etc/exim.interface.conf
I have to isolate ONLY ONE domain for another IP, others should use IP/HELO from exim.interface.conf. Is there any way to do this ?
Regards,
Andrzej Zielinski