meta data for this page
  •  

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
plugin:dkim [2024/08/18 11:26] – [Configuration] duncancplugin:dkim [2024/08/18 11:31] (current) – [Generating DKIM for the domain] duncanc
Line 24: Line 24:
 The plugin can also be used to generate a DKIM header for the domain of the From address. This can help with DMARC verification as DMARC will fail when the From address is a different domain to that used for DKIM and SPF. Usually the DKIM header is for the domain on which phplist is installed. The plugin can also be used to generate a DKIM header for the domain of the From address. This can help with DMARC verification as DMARC will fail when the From address is a different domain to that used for DKIM and SPF. Usually the DKIM header is for the domain on which phplist is installed.
  
 +You need to create a DKIM private/public key pair, then create a DNS TXT record holding the public key. You can usually do this using the control panel of your web server. Otherwise you can use this DKIM record generator https://easydmarc.com/tools/dkim-record-generator 
 ===== Installation ===== ===== Installation =====
  
Line 43: Line 43:
   * or enter one or more sets of DKIM fields in a text area when you want to use the From address.   * or enter one or more sets of DKIM fields in a text area when you want to use the From address.
  
-==== Generating DKIM for the domain ====+==== Generating DKIM header for the domain ====
 You must enter the domain, the selector and either the private key or the path to a file containing the private key. The private key field takes precedence over the private key path. You must enter the domain, the selector and either the private key or the path to a file containing the private key. The private key field takes precedence over the private key path.