User Tools

Site Tools


email

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
email [2019/08/25 09:01] โ€“ neilemail [2019/08/25 09:06] โ€“ neil
Line 89: Line 89:
 DKIM โ€” DomainKeys Identified Mail โ€” is a mechanism for signing and verifying messages. DKIM โ€” DomainKeys Identified Mail โ€” is a mechanism for signing and verifying messages.
  
-As with [[#spf|SPF]], you need to add a text record to your domain's DNS, but you also need to make changes to your mail server's configuration. +As with [[#spf|SPF]], you need to add a text record to your domain's DNS, but, for DKIM, you also need to make changes to your mail server's configuration. 
  
 What you will need to do will depend on your email server or service provider, so either check the manual or help pages, or get someone who knows what they are doing to help. What you will need to do will depend on your email server or service provider, so either check the manual or help pages, or get someone who knows what they are doing to help.
Line 96: Line 96:
  
 DMARC โ€” Domain-based Message Authentication, Reporting & Conformance โ€” is an authentication and reporting mechanism. It builds on [[#spf|SPF]] and [[#DKIM|DKIM]], and lets a sender state whether their email are protected by either or both of these things, and what a recipient should do if those tests fail. DMARC โ€” Domain-based Message Authentication, Reporting & Conformance โ€” is an authentication and reporting mechanism. It builds on [[#spf|SPF]] and [[#DKIM|DKIM]], and lets a sender state whether their email are protected by either or both of these things, and what a recipient should do if those tests fail.
 +
 +Because it builds on SPF and DKIM, get those in place first, before you look at implementing DMARC.
  
 As with [[#spf|SPF]] and [[#DKIM|DKIM]], this is another text record for your domain's DNS. As with [[#spf|SPF]] and [[#DKIM|DKIM]], this is another text record for your domain's DNS.
  
-What you will need to do will depend on your email server or service provider, so either check the manual or help pages, or get someone who knows what they are doing to help.+From a security point of view, setting your DMARC reject to suggest to recipients that they should reject messages from your domain which fail SPF and/or DKIM checks offers the best security. It requires you to make sure that your SPF and DKIM records are correct and up to date as, otherwise, "genuine" email might be rejected.ย 
  
 ====Enable two-factor authentication if you use webmail ==== ====Enable two-factor authentication if you use webmail ====
email.txt ยท Last modified: 2021/07/06 09:26 by 127.0.0.1