Changes

From SME Server
Jump to navigationJump to search
392 bytes removed ,  08:44, 25 July 2016
m
Line 1,118: Line 1,118:  
Version 0.96 and above supports DKIM natively without the need for extra plugins.
 
Version 0.96 and above supports DKIM natively without the need for extra plugins.
   −
However you have to generate the DKIM signatures, enable the DKIM signing and promulgate the DNS TXT entries to support it.
+
All you have to do is to enable the DKIM signing and promulgate the DNS TXT entries to support it.
 
  −
Create the signature:
  −
/usr/bin/openssl genrsa -out /home/e-smith/dkim_keys/default/private 1024
  −
/usr/bin/openssl rsa -in /home/e-smith/dkim_keys/default/private \
  −
        -out /home/e-smith/dkim_keys/default/public -pubout
  −
chown qpsmtpd:qpsmtpd /home/e-smith/dkim_keys/default/private
  −
chmod 400 /home/e-smith/dkim_keys/default/private
  −
signal-event email-update
      
Enable the signing:
 
Enable the signing:

Navigation menu