• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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