• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

how to increment postfix smtpd client connection count limit?

JLChafardet

Regular Pleskian
I'm working on a heavily used email server, i need to know how to set postfix to accept over the 50 default smtpd client connections.

I've modified main.cf added

smtpd_client_connection_count_limit = 100

no dice, it doesn't actually raise up the client connection count limit

any of you have done this ?
 
There are no any special restrictions for Postfix configuration from Plesk side. You can configure Postfix in usual way. Did you run 'postfix reload' after changes in main.cf ?
 
Hello,

I have the same problem with postfix on plesk 11.5.30, when we change the following settings on main.cf by :
smtpd_client_recipient_rate_limit = 50
smtpd_client_connection_rate_limit = 10
smtpd_client_message_rate_limit = 25
default_extra_recipient_limit = 50
duplicate_filter_limit = 50
default_destination_recipient_limit = 50


and reload postfix, nothing happens !!!

is it a bug, or is there another file to change postfix limit ?

help please Igor.
 
Back
Top