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
email [2019/08/25 08:49] โ€“ neilemail [2021/07/06 09:26] (current) โ€“ external edit 127.0.0.1
Line 1: Line 1:
 =====Securing your email ===== =====Securing your email =====
  
-It is vital to secure your email+If you use email โ€” and, let's face it, how many lawyers do not? โ€” it is vital that you secure it
  
-You are probably communicating a lot of sensitive information by email, and email is likely to be the system used to reset passwords on other accounts. +You are probably communicating a lot of sensitive information by email, and email is likely to be the system used to reset passwords on other accounts. At the very least, secure your email. However, you should also consider if email is the right tool at all โ€“ there are [[email_alternatives|alternatives]] which may offer security more appropriate to the risk.
  
 If your email account gets compromised, it could be very difficult to unpick it. If your email account gets compromised, it could be very difficult to unpick it.
Line 81: Line 81:
 An example of an SPF record, for domain example.com, is: An example of an SPF record, for domain example.com, is:
  
-  example.com.  IN TXT "v=spf1 mx ip4:203.0.113.7/32"+  example.com.  IN TXT "v=spf1 mx ip4:203.0.113.7/32 ip6:2001:db8::/32"
      
-There are a number of tools to help you generate your domain's SPF record. For example, [[https://www.spfwizard.net|here]].+There are a number of tools to help you generate your domain's SPF record. For example, [[https://mxtoolbox.com/SPFRecordGenerator.aspx?|here]].
  
 ===DKIM === ===DKIM ===
 +
 +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, 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.
  
 ===DMARC === ===DMARC ===
 +
 +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.
 +
 +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.1566722941.txt.gz ยท Last modified: 2021/07/06 09:26 (external edit)