Hi,
Below are the changes which I have made in advance Exim configuration.
ROUTERSTART:
send_via_remotesmtp:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
hosts_randomize = true
route_list = * hostname.domain.com::26
host_find_failed = defer
no_more
TRANSPORTSTART:
remote_smtp:
driver = smtp
tls_tempfail_tryclear = true
headers_add = X-AuthUser: $authenticated_id
But after this, if I test an outgoing mail from a domain inside Cpanel, it shows as connection refused in mail delivery report. Also in PMG, there are no emails getting hit for outbound.
Can you please support.