I want to use a domain just to use as an email proxy when registering for newsletters and other sites. I only want it to be one-way. I also want to use subdomains for grouping of use case, so that i have the following setup.
MX Records (Cloudflare)
-
proxydomain.com
โ MX Catch-All โ[email protected]
newsletters.proxydomain.com
Actual Email: [email protected]
Proxy Domain: proxydomain.com
Subdomain ex: newsletters.proxydomain.com
i have setup a catch all email routing for the domain proxydomain.com
and forwarded it to [email protected]
.
I have also added newsletters.proxydomain.com
and added the MX for it the same as proxydomain.com
Now when i register i can use both, [email protected]
, [email protected]
, it works and Cloudflare fwdโs the email to [email protected]
.
Additionally, i have setup the DMARC to reject all fails.
TXT_dmarcv=DMARC1; p=reject; rua=mailto:[email protected]
Is this a valid setup, can i continue using it and can i register more subdomains as required ?