Amazon SES – VestaCP SMTP Relay Setup
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 [...]