Need to change dmarc record after custom mail from is configured?

0

Hi, if i already setup the custom mail from for something like mail.example.com and i have a record dmarc like this: Name:_dmarc Content:v=DMARC1; p=none;

My question is should i add another dmarc ? **Or should i modify the current one to this? ** Name:_mail.dmarc Content:v=DMARC1; p=none;

Or just add another and use both o keep the first one?

Thanks in advance

Harvito
asked 2 months ago280 views
1 Answer
1
Accepted Answer

No, you do not. DMARC aligns your domain with how you want it to be authenticated, and it validares the domain you use in your FROM field in your e-mail. To use DMARC you need to have either SPF or DKIM or both active and installed on your domain.

So if you send an e-mail from <user>@example.com, where the FROM domain is example.com then your DMARC TXT record needs to be _dmarc.example.com

DMARC tells receivers how you want them to handle mail received from your domain - perhaps you specify a policy that effectively says "I always sign my email with DKIM and/or has valid SPF records designating the sending IPs for my domain, and if you receive an email that is not validated by one of these mechanisms - discard it""

So chaining your mail-from will make no difference to DKIM signing or any SPF records you may have - and thus you do not need to make any changes to your DMARC policy.

Read this really good block that explains how to use DMARC with SES: https://aws.amazon.com/blogs/messaging-and-targeting/email-authenctication-dmarc-policy/

AWS
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
  • Thanks so much 🖤

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