Re: Postfix high traffic (max proc) considerations

2022-02-07 Thread Wietse Venema
Demi Marie Obenour: > On 2/7/22 10:00, Wietse Venema wrote: > > V?ctor Rubiella Monfort: > >> Hello, > >> > >> I'm was reading http://www.postfix.org/TUNING_README.html about increase > >> number of process configurations related. > >> > >> We can increase smtp easly to 1000 connections for exampl

Re: Postfix high traffic (max proc) considerations

2022-02-07 Thread Viktor Dukhovni
> On 7 Feb 2022, at 11:54 am, Demi Marie Obenour wrote: > > To what extend is Postfix’s process-per-connection architecture a > limitation here? It isn't a practical barrier. The reason to increase concurrency is to be able to handle more "slow" connections without running out of connection slo

Re: Postfix high traffic (max proc) considerations

2022-02-07 Thread Demi Marie Obenour
On 2/7/22 10:00, Wietse Venema wrote: > V?ctor Rubiella Monfort: >> Hello, >> >> I'm was reading http://www.postfix.org/TUNING_README.html about increase >> number of process configurations related. >> >> We can increase smtp easly to 1000 connections for example to allow >> multiple incoming con

Re: Postfix high traffic (max proc) considerations

2022-02-07 Thread Viktor Dukhovni
On Mon, Feb 07, 2022 at 03:11:25PM +0100, Víctor Rubiella Monfort wrote: > We can increase smtp easly to 1000 connections for example to allow > multiple incoming connections. When you raise the number of "smtp inet ... smtpd" process slots the you just need to ensure that your disk and network a

Re: Postfix high traffic (max proc) considerations

2022-02-07 Thread Wietse Venema
V?ctor Rubiella Monfort: > Hello, > > I'm was reading http://www.postfix.org/TUNING_README.html about increase > number of process configurations related. > > We can increase smtp easly to 1000 connections for example to allow > multiple incoming connections. But what about pickup and qmsg proc