On 12/3/2015 9:43 AM, Steve Jenkins wrote: > On Thu, Dec 3, 2015 at 1:54 AM, Robert Chalmers > <rob...@chalmers.com.au <mailto:rob...@chalmers.com.au>> wrote: > > Could someone check my master.cf <http://master.cf> file please > for accuracy and validity. Especially spamassassin and how it’s > setup. > > master.cf <http://master.cf> related section: > > submission inet n - n - - smtpd > -o smtpd_tls_security_level=encrypt > -o syslog_name=postfix/submission > -o smtpd_tls_security_level=encrypt > -o smtpd_milters=inet:127.0.0.1:8891 <http://127.0.0.1:8891> > > > Quick question for those checking Robert's master.cf > <http://master.cf>. Is there a benefit to including smtpd_milters > here vs main.cf <http://main.cf>? I've always run it in main.cf > <http://main.cf>, and am wondering if I'm missing out on something. :) > > Thx, > > SteveJ
Settings in main.cf apply to all services. Settings in master.cf only apply to the service they are listed in. You may have a milter that is needed only in the "submission" service, such as a DKIM signer. -- Noel Jones