• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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