We are using Amazon SES to send emails from our domain. From time to time we get huge number of failure notifications and bounce back rate issues. We tried to send a spoof email and it was sent to the spam folder. The problem is that with huge number of such emails We would get notifications and bournce back rate issues. For example, if the spoof email is sent to an email that doesn’t exist we get a notification from Amazon to our inbox! with thouthands of spoof emails this would cause serious issues.
We have the following DNS records:
Type Name Data
TXT @ "v=spf1 include:amazonses.com ~all"
TXT _dmarc "v=DMARC1;p=quarantine;rua=mailto:[email protected]"
CNAME ****._domainkey ****.dkim.amazonses.com
CNAME ****._domainkey ****.dkim.amazonses.com
CNAME ****._domainkey ****.dkim.amazonses.com
As you can see We have SPF
, DKIM
, and DMARC
records to prevent email spoofing.
Is it possible to prevent such emails from being delivered even to spam folder or not to receive failure and underiverable email notifications from Amazon?