[exim] cpanel exim remote smtp exclude dedicated IPs
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Author:
Raul Predescu - CTO
Date:
2012-07-10 17:22
UTC
To:
Exim-users
Subject:
[exim] cpanel exim remote smtp exclude dedicated IPs
Hey guys
I want that my cpanel server to send all the email from the main IP of the server thru another mailserver, but all the other dedicated IPs ( like eth0:1 0:2 ... etc ) to be send locally thru exim.
I had something like this in the past:
driver = manualroute
domains = !+local_domains : -IP1 : -IP2
transport = remote_smtp_smart
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
headers_add = "${perl{mailtrapheaders}}"
route_list = * REMOTE_SMTP_SERVER_IP
host_find_failed = defer
no_more
But now it's not working. Someone with an idea ?