Thanks Steve So is that main.cf or master.cf that you have it in only…
… It’s pretty much your earlier setup you posted that I’m using :-) > I have OpenDKIM and OpenDMARC milters listed only in main.cf, and both are > running fine. So if it’s in master.cf it’s submission only, if in main.cf it covers everything? I mean. it’s all apparently working, just a bit confusing. A long day. thanks guys > On 3 Dec 2015, at 17:07, Steve Jenkins <st...@stevejenkins.com> wrote: > > 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.