Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Ensure DKIM Record Compliance #67

Open
4 tasks done
jimbrig opened this issue May 11, 2024 · 0 comments
Open
4 tasks done

[Feature]: Ensure DKIM Record Compliance #67

jimbrig opened this issue May 11, 2024 · 0 comments
Assignees
Labels
config Configuration Management documentation Improvements or additions to documentation feature New feature requests

Comments

@jimbrig
Copy link
Member

jimbrig commented May 11, 2024

  • Create TXT _dmarc DNS Record
  • Use Policy of quarantine or reject
  • Assign Aggregate Reports mailto: address (rua)
  • Assign Forensic Reports mailto: address (ruf)
, TXT("_dmarc", "v=DMARC1; p=quarantine; rua=mailto:[email protected].")

Using DMARC_BUILDER:

, DMARC_BUILDER({
    policy: "reject",
    subdomainPolicy: "none",
    percent: 100,
    alignmentSPF: "r",
    alignmentDKIM: "strict",
    rua: [
      "mailto:mailto:[email protected]" // DMARC Aggregate Reports (RUA)
    ],
    ruf: [
      "mailto:[email protected]" // DMARC Forensic Reports (RUF)
    ]
  })

Reference

MXToolbox

DMARCIAN

DMARCLY

Google Workspace

@jimbrig jimbrig added config Configuration Management documentation Improvements or additions to documentation feature New feature requests labels May 11, 2024
@jimbrig jimbrig self-assigned this May 11, 2024
jimbrig added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Configuration Management documentation Improvements or additions to documentation feature New feature requests
Projects
No open projects
Status: In review
Development

No branches or pull requests

1 participant