Saturday, March 18, 2023, 4:39:36 PM, Bill Cole via Postfix-users wrote: > On 2023-03-18 at 01:28:42 UTC-0400 (Sat, 18 Mar 2023 16:28:42 +1100) > Phil Biggs via Postfix-users <mb170...@pjb.cc> > is rumored to have said:
>> I have just finished building a new server for a friend and, after >> installing >> the postfix FreeBSD package and restoring his main.cf, I see no >> postscreen logs >> at all. >> >> I have updated his FreeBSD to 13.1-RELEASE-P6 and the postfix-sasl pkg >> version installed is 3.7.4,1, which is the latest and the same as on >> my server. >> >> His main.cf and mine are almost identical apart from the obvious >> domain >> changes but the postscreen logs are absent on his server. Nothing in >> any logs >> to indicate problems. > Whether or not postscreen is enabled depends on configuration in > master.cf. It's not enabled by default on FreeBSD, so he probably has a > line like this at the top of master.cf: > smtp inet n - n - - smtpd > To enable postscreen, that should be replaced with: > smtp inet n - n - 1 postscreen > smtpd pass - - n - - smtpd > You can get a clean look at your master.cf settings with 'postconf -Mf' Many thanks, Bill. That could well be the problem but I have never had to modify master.cf before. Perhaps something changed with the pkg - his being a new install and mine having been upgraded over time. I'll fix up his main.cf and see how it goes. - Cheers,, Phil _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org