commit cdf835fcb0a9ff17d0b43725731257d301d12a23 from: Oliver Lowe <o@olowe.co> date: Mon Mar 21 05:27:43 2022 UTC relay mail through smtp2go finally found a working service! commit - c6f2238d9a64e84c534d5287c18f1fa299fa4da0 commit + cdf835fcb0a9ff17d0b43725731257d301d12a23 blob - 4cc382356a14cb6f0dff70455289e7bcfd22f9c3 blob + 6e522020b1447c24755b55c078df3caacc137cbb --- smtpd.conf +++ smtpd.conf @@ -18,6 +18,7 @@ listen on egress smtps pki mail.srcbeat.com auth <acco action "deliver" maildir "/mail/box/%{dest.domain}/%{dest.user}/Maildir" virtual <aliases> match from any for domain <domains> action deliver -# table ses file:/mail/lib/ses -# action "outbound" relay host smtps://srcbeat@email-smtp.ap-southeast-2.amazonaws.com auth <ses> -# match auth from any for any action "outbound" +table smtp2go file:/mail/lib/smtp2go +action "outbound" relay host smtp+tls://srcbeat@mail.smtp2go.com:587 auth <smtp2go> +match from local for any action "outbound" +match auth from any for any action "outbound"