feat: add DMARC record to prevent outgoing email bounce - #47077
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a DMARC TXT record for the existing debjit.is-a.dev subdomain by introducing a nested _dmarc.debjit domain JSON file under domains/, aligning with the repository’s DNS-record registration model.
Changes:
- Added
domains/_dmarc.debjit.jsondefining a DMARC policy via a TXT record for_dmarc.debjit.is-a.dev.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Pull Request Merged 🎉What's next?Just follow the steps below and you can start using your domain! GitHub Pages
VercelYou may have to verify the domain so that you can successfully add the domain to your Vercel website; if you have done that already, the domain should already be connected! If it hasn't, go to the "Domains" section in your project's dashboard and click on "Refresh" to see if it works. If you need to verify the domain with Vercel then please follow our Vercel guide here. Cloudflare PagesPlease read this section of our documentation. Other hosting providersJust make sure you have added the domain to your website. Try to see if there is a guide for your hosting provider at our documentation to see how you can configure it. It's also a good idea to see your hosting providers' documentation to see how you can add a custom domain. Webserver (like NGINX, Caddy, Apache and etc.)You have to add these in your webserver config by yourself. If you don't know how to add a domain to your webserver then either use a different method of hosting your website or search on a search engine on how to use the said webserver. Need help with your domain? If you have some trouble setting up your domain, please create an issue or ask in the Discord server and we will try and help you as soon as possible! Thanks for reading the message and thank you for using is-a.dev! ❤️ |
Requirements
ownerkey.Website Preview
https://debjit.is-a.dev
Website Purpose
This is a personal portfolio and project showcase website highlighting my work in Computer Science, software development, Data Science, and AI/ML engineering (including projects like CerebrArt and VisionFusion).
Note for reviewers: My root domain (
debjit.json) is already registered and active. This PR simply adds a new_dmarc.debjit.jsonfile to establish a DMARC policy (p=none) for my custom domain. This is required to ensure that outgoing custom domain emails sent via Gmail's SMTP servers comply with DMARC alignment and are not rejected by strict receiving mail servers.