Viktor Dukhovni:
> > On 19 Mar 2022, at 12:49 pm, Matus UHLAR - fantomas <uh...@fantomas.sk> 
> > wrote:
> > 
> > This should be fixable by using proxymap, better than disabling chroot
> > http://www.postfix.org/proxymap.8.html
> 
> Postfix typically opens all tables before chroot.
> Not clear whether initialisation of milter_header_checks
> after chroot is intentional or an oversight...

The cleanup server initializes Milters lazily, because they are not
always needed. In some cases an smtpd process decides if Miltering
is needed (based on the smtpd_milters setting), and in some cases
the cleanup server makes that decision (based on non_smtpd_milters).

That said, the maps could be opened greedily before the chroot() call.

        Wietse

Reply via email to