• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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