User Tools

Site Tools


exim4:setup_exim4_with_dkim

Differences

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

Link to this comparison view

Next revision
Previous revision
exim4:setup_exim4_with_dkim [2016/11/18 14:36] – created peterexim4:setup_exim4_with_dkim [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 A DKIM record is used to validate the actual email itself.  This ensures the message wasn’t tampered with even if it did come from a valid mail server. A DKIM record is used to validate the actual email itself.  This ensures the message wasn’t tampered with even if it did come from a valid mail server.
 +
 +See [[Bind:Domain Keys Identified Mail (DKIM)|Domain Keys Identified Mail (DKIM)]].
  
 ===== Create keys ===== ===== Create keys =====
Line 17: Line 19:
  
 A DKIM record such as the following is needed: "v=DKIM1; k=rsa; p=[Your public key]" A DKIM record such as the following is needed: "v=DKIM1; k=rsa; p=[Your public key]"
 +
 +Get your public key:
  
 <code bash> <code bash>
Line 69: Line 73:
 </file> </file>
  
-Now restart exim4 (and Apache if you wish):+ 
 +===== Restart Exim4 =====
  
 <code bash> <code bash>
 sudo service exim4 restart sudo service exim4 restart
-sudo service apache2 restart 
 </code> </code>
  
Line 81: Line 85:
 **IMPORTANT**: The sender email should be valid, that includes "no-reply" addresses. **IMPORTANT**: The sender email should be valid, that includes "no-reply" addresses.
 </WRAP> </WRAP>
 +
 +
 +===== References =====
 +
 +[[Bind:Domain Keys Identified Mail (DKIM)|Domain Keys Identified Mail (DKIM)]]
exim4/setup_exim4_with_dkim.1479479819.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki