Amazon SES – VestaCP SMTP Relay Setup

By |2019-10-04T17:34:16-05:00October 4th, 2019|Categories: Email & Messaging, Linux System, Web Servers & Applications|Tags: , , , |

We will edit the Exim configuration to relay SMTP via Amazon SES. (Amazon Simple Email Service)     Now, login to your VestaCP panel, and configure Exim.     Find "begin routers" in exim configuration.     After the begin routers line, add the following. send_via_ses: driver = manualroute domains = ! +local_domains transport = ses_smtp [...]