commit c6f2238d9a64e84c534d5287c18f1fa299fa4da0 from: Oliver Lowe date: Sun Mar 20 12:33:15 2022 UTC relay via aws ses rather than postmark postmark rejected our application to relay mail through it, and aws also rejected our request to relay mail via EC2 :( commit - 8a8f6795ece016bc9d56f8c6ec29838ed9682790 commit + c6f2238d9a64e84c534d5287c18f1fa299fa4da0 blob - 70b2f44fb091d923182d85b4d2e195898be8bc83 blob + 4cc382356a14cb6f0dff70455289e7bcfd22f9c3 --- smtpd.conf +++ smtpd.conf @@ -18,6 +18,6 @@ listen on egress smtps pki mail.srcbeat.com auth match from any for domain action deliver -table postmark file:/mail/lib/postmark -action "outbound" relay host smtp+tls://srcbeat@smtp.postmarkapp.com:587 auth -match auth from any for any action "outbound" +# table ses file:/mail/lib/ses +# action "outbound" relay host smtps://srcbeat@email-smtp.ap-southeast-2.amazonaws.com auth +# match auth from any for any action "outbound"