On 04-16-2021 12:43 pm, Viktor Dukhovni wrote:
On Fri, Apr 16, 2021 at 11:50:12AM -0400, post...@ptld.com wrote:
master.cf:
userpolicy unix - n n - 0 spawn user=mail
argv=/usr/libexec/postfix/per-user-policy
This means one process per connection. So when there are multiple
smtpd(8) processes, each one will spawn a separate policy service.
Okay. But is that desirable? Is it wrong? Should i change it? Change
which to what?
Is it the maxproc=0? I did that per advice on SMTPD_POLICY_README.
The policy service should exit once smtpd(8) disconnects.
No matter what? Meaning postfix is not intended to reuse a policy server
it spawned for the next incoming email?
Or are you just saying the way it is currently configured that would be
best to do? And if so then how should i set things up to do things the
intended way? Im still not clear on what is the intended behavior in a
perfect world.