Mail server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Domains that do not send mail == | |||
For domains that do not send mail, it may be sensible to set SPF and DMARC policies to state this: | |||
* DMARC: <code>"v=DMARC1; p=none;"</code> | |||
* SPF: <code>"v=spf1 -all"</code> | |||
== Links == | == Links == | ||
Latest revision as of 09:28, 16 May 2020
Domains that do not send mail
For domains that do not send mail, it may be sensible to set SPF and DMARC policies to state this:
- DMARC:
"v=DMARC1; p=none;"
- SPF:
"v=spf1 -all"
Links
- mail - jmtd's thoughts on mail.
- MTA comparison