Exim
Warning Versions of Exim prior to the current major release are considered obsolete. If you are using Exim 3.x or earlier it is suggested by the Exim development team that you upgrade to the current release.
The following configuration file, which can be found at /etc/exim4/update-exim4.conf.conf, was pulled from Ubuntu Server 10.4 and is for example purposes only:
1 2 3 4 5 6 7 8 9 10 11 12 | |
Enable TLS support in /etc/exim4/exim4.conf.localmacros.
Info If this file does not exist, you will need to create it:
1
| |
Enter credentials that will allow Exim to access SendGrid in /etc/exim4/passwd.client:
1
| |
Once you have completed and saved all changes to Exim’s configuration files, you will need to restart it to activate those changes:
1
| |
cPanel
If you are using cPanel with Exim and want to relay your email through SendGrid, go to Main > Service Configuration > Exim Configuration Editor, click on the Advanced Editor button, and enter the following:
1 2 3 4 5 6 | |
Info Only include “begin authenticators” if it’s not already in the configuration.
Add a route in the Router Configuration Box:
1 2 3 4 5 6 7 | |
Add a transport to the Transport Configuration Box:
1 2 3 4 5 | |
Once you have completed and saved all changes to Exim’s configuration files, you will need to restart it to activate those changes:
1
| |