Changes

Jump to navigation Jump to search
4 bytes removed ,  11:18, 24 November 2013
Line 822: Line 822:  
  signal-event email-update
 
  signal-event email-update
   −
finally propagate your public key "dkim.public" content (<key text>) your DNS, check with your DNS server / registrar  
+
finally propagate your public key "dkim.public" content (<key text>) your DNS, check with your DNS server / registrar default._domainkey.domain.ext IN TXT "k=rsa; p=<key text>; t=y" if you want to customize the signing you can add parameters to the line in /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/69dkim_sign. Parameters and value are separated by a space only.
 
  −
default._domainkey.domain.ext IN TXT "k=rsa; p=<key text>; t=y"
  −
 
  −
 
  −
if you want to customize the signing you can add parameters to the line in /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/69dkim_sign. Parameters and value are separated by a space only.
      
# keys : "dk" or "domainkeys" for domainkey signature only, "dkim" for DKIM signature only, default "both"
 
# keys : "dk" or "domainkeys" for domainkey signature only, "dkim" for DKIM signature only, default "both"
Line 835: Line 830:  
# dkim_method : for DKIM, default "relaxed"
 
# dkim_method : for DKIM, default "relaxed"
    +
NB: key files can not be defined in parameters, they need to be in /var/service/qpsmtpd/config/dkimkeys/{SENDER_DOMAIN}.private
   −
NB: key files can not be define in parameters, they need to be in /var/service/qpsmtpd/config/dkimkeys/{SENDER_DOMAIN}.private
+
{{Tip box|msg=You can verify that your settings are correct by sending an email to [mailto:check-auth@verifier.port25.com check-auth@verifier.port25.com], a free service the purpose of which is to verify if your domain does not contradict mail policies. Please check the answer carefully. See [[bugzilla:4558#c6]] }}
 
  −
{{Tip box|msg=After That you can verify that your settings are good by sending a mail to [mailto:check-auth@verifier.port25.com check-auth@verifier.port25.com], a free service which the purpose is to verify if your domain does not offence mail policies. Please check carefully the answer. See [[bugzilla:4558#c6]] }}
      
===Temporary_error_on_maildir_delivery===
 
===Temporary_error_on_maildir_delivery===

Navigation menu