How to add smart relay to exim on cPanel server
edit /etc/exim.conf.local
Add the following lines:
@ROUTERSTART@
smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * mailout.serverpronto.com
Execute this command:
/scripts/buildeximconf