Ok, just to check if I'm moving to the right direction... judging by
this link, non_smtpd_milters are used for signing only, but I believe that in my case, it wont hurt to have them included in smtpd_milters line too, right? The page also says that milter_default_action shouldn't be set to 'tempfail' as non_smtpd_milters will report a config error; but later on, text says that shouldn't be the problem for mail filters that digitally sign emails...
So... I my case, I suppose I should have something like this:
Code:
smtpd_milters = inet:mailarchiva_ip:portnumber, inet:localhost:dkim_port
non_smtpd_milters = inet:localhost:dkim_port
milter_default_action = tempfail
If I understood it right, I may leave the last parameter at 'tempfail' as it wont affect filter for digitally signing mails, right?
If all this make sense, what I should set for zimbraMilterBindPort at the end?