On Thu, Dec 3, 2015 at 9:01 AM, Robert Chalmers <rob...@chalmers.com.au> wrote:
> To enlarge on that, I have in main.cf and master.cf the following > > main.cf > /////////////////////////////////////////////////////// > # dkim > smtpd_milters = inet:127.0.0.1:8891 > non_smtpd_milters = inet:127.0.0.1:8891 > milter_default_action = accept > /////////////////////////////////////////////////////// > > master.cf > > /////////////////////////////////////////////////////// > submission inet n - n - - smtpd > -o syslog_name=postfix/submission > -o smtpd_tls_security_level=encrypt > -o smtpd_milters=inet:127.0.0.1:8891 > /////////////////////////////////////////////////////// > Then I believe you can remove it from main.cf and it will still work as before in your setup. Based on what Noel confirmed, I think the only reason to have it specifically mentioned in main.cf is if you're looking to restrict it to just submission. I have OpenDKIM and OpenDMARC milters listed only in main.cf, and both are running fine.