Mail server: Difference between revisions

From Rixort Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
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 ==


* [https://jmtd.net/linux/mail/ mail] - jmtd's thoughts on mail.
* [https://jmtd.net/linux/mail/ mail] - jmtd's thoughts on mail.
* [http://shearer.org/MTA_Comparison MTA comparison]
* [http://shearer.org/MTA_Comparison MTA comparison]
[[Category:Email]]

Latest revision as of 10: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