Postfix mail relay via Amazon Simple Email Service (SES)
Amazon SES does not use the STARTTLS extension of the SMTP protocol and uses instead an encrypted connection from the very beginning. That’s why we have to tunnel all the traffic through an encrypted connection. Steps: A. Configure the encrypted tunnel 1. Install stunnel yum install stunnel 2. Configure it Add the lines below in …
