Hello postfix-users, when running multiple smtpd services on different IPs and with different SSL-certifices (I believe there still is no SNI support in postfix? -> http://www.postfix.org/TLS_README.html -> "There are no plans to implement SNI in the Postfix SMTP server. ") the individually set process limits work fine, but they add up quickly. Even IPv4 and IPv6 create two listeners for the same job already making it difficult to pick sensible individual limits.
I'm keen to allow the individual listener to grow to let's say 1000 processes, but don't want to allow them ALL to grow that large at the same time. Is there a way or strategy to maintain a global process limit which is lower than the sum of all smtpd services? Also the time when the stress-depended configuration kicks in could rather be related to the global process limit, not (only) the individual one. Regards Christian