DKIM and SFP pass, no DMARC on sent emails.

0

Emails sent using AWS pass DKIM and SPF, but DMARC isn't in email source. Example email: Successful My emails: No DMARC

I know it has something to do with setting up custom MAIL FROM, but that is only subdomains, not the regular domain I send emails from.

1 Answer
3

Below steps to address your problem:

  1. Set Up DMARC for Your Domain • Create a DMARC TXT record in your domain's DNS settings.

  2. Ensure Domain Alignment • DMARC requires alignment between the domain in the "From" address and the domains used in SPF and DKIM. • If you're using a custom MAIL FROM domain, ensure that it matches the domain in the "From" address.

  3. Verify DNS Records • Check that your SPF, DKIM, and DMARC records are correctly configured and published in your DNS.

  4. Custom MAIL FROM Domain • If you're using a subdomain for MAIL FROM, ensure that the DMARC record is set up for the parent domain as well. • You might need to adjust your MAIL FROM settings in AWS SES to align with your primary domain.

  5. Test Your Configuration • Send test emails and check the headers to ensure DMARC is included and passing. • Use DMARC reporting tools to monitor compliance and identify any issues.

EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions