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 = *
cPanel Ports
Port 2082 -> Cpanel default port Port 2083 -> Cpanel over SSL Port 2086 -> Cpanel Webhost Manager (default) Port
Creating self signed ssl certificates for apache
Here are some instructions for creating a self signed certificate for SSL on apache that actually work – preserved here