Sorry for bumping an old (?) thread but have a question in regard to this exact problem.
I have a working Mailarchiva because of which I needed a port change from default one. So in order to have Mailarchiva still working and DKIM along with it, what I need to do? Do I need to add a line like this to main.cf:
Code:
smtpd_milters = inet:mailarchiva_IP:mailarchiva_port, inet:localhost:dkim_port
Have in mind that MailArchiva is set to another server and not the one holding Zimbra. Is this the right way? If yes, what needs to be changed in regards to milter_default_action? Milter_default_action is set to tempfail because of MailArchiva, but I see I have to change it to 'accept' because of dkim?
And in my case, what needs to be set as zimbraMilterBindPort so that I could have MailArchiva and dkim working together?
Thanks!