Hi, on virtual server Debian, I installed Postfix and Mailman, I need to set up to sending 2 emails per minute on mail server, can advise how can I do that?
I found in “Webmin - Services - Configuring Postfix - Edit Config Files” string “smtpd_client_message_rate_limit = 2” does this mean that in a minute will be sent 2 emails?
Thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Better to use default_destination_rate_delay = 30s
This will restrict to send only 2 mails per minute per recipient domain.
<code>smtpd_client_message_rate_limit</code> limits the number of messages that can be sent in a minute. So you you set it to <code>2</code>, then you will only be able to send a total of two emails every minute.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.