User Tools

Site Tools


doc:appunti:linux:sa:postfix_opendkim

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
Next revisionBoth sides next revision
doc:appunti:linux:sa:postfix_opendkim [2022/05/23 11:23] – [Configure Postfix] niccolodoc:appunti:linux:sa:postfix_opendkim [2022/05/23 16:29] – [Configure Postfix] niccolo
Line 45: Line 45:
 </file> </file>
  
-===== Add the domain to be signed =====+===== Add the domain (or single sender) to be signed =====
  
 Into the file **/etc/dkimkeys/signingtable** we declare that mails originating from that domain must be signed: Into the file **/etc/dkimkeys/signingtable** we declare that mails originating from that domain must be signed:
Line 123: Line 123:
  
 <file> <file>
-# Locally generated mails are filtered with OpenDKIM.+# Locally generated mails (e.g. from command line Mutt) are filtered with OpenDKIM.
 non_smtpd_milters = inet:localhost:8891 non_smtpd_milters = inet:localhost:8891
  
-Uncomment if you want OpenDKIM for all the messages received by SMTPD+Mails received via SMTP protocol are filtered with OpenDKIM
-#smtpd_milters = inet:localhost:8891+messages created using SoGO webmail go through this milter
 +smtpd_milters = inet:localhost:8891
  
-Restriction applied as smtpd_milters over SUMBISSION/587 only.+Filters applied (as smtpd_milters) to messages received via SUMBISSION/587;
 mua_milters = mua_milters =
     unix:spamass/spamass.sock,     unix:spamass/spamass.sock,
Line 137: Line 138:
 ===== Logging ===== ===== Logging =====
  
-When a message passes through the OpenDKIM filter, you get the following into **mail.log**:+When a message passes through the OpenDKIM filter, you get the following line into **mail.log**:
  
 <code> <code>
Line 143: Line 144:
 </code> </code>
  
-If a message does not match any entry in **/etc/dkimkeys/signingtable**, it will not be signed, and the are logged:+If a message does not match any entry in **/etc/dkimkeys/signingtable**, it will not be signedthe log is:
  
 <code> <code>
doc/appunti/linux/sa/postfix_opendkim.txt · Last modified: 2023/10/31 11:06 by niccolo