I have installed postfix server in ubuntu , thats is working fine , but i need to sent mail from server very slowly ,
Because some time we will sent bulk mails , so all mails send together so receiver will consider as a spam, So i need to send mail very slowly , one minute maximum sent 33 mails , same time all mails should be in queue .
Can you advice me how to do that
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!
If you happen to be sending e-mail through an application, most have built-in functionality that allows you to break up bulk e-mail and only send every X seconds or Y minutes, or should. I know way back in 2005, forum software (vBulletin) was using something similar, so modern applications should have something similar to prevent all e-mail being sent at the same time.
You can modify Postfix configuration as well, as noted by @hansen , though I would also look to your application to see if there are configurable options there as well.
Try adding this to your main.cf
smtp_destination_concurrency_limit = 1
smtp_destination_rate_delay = 3s
Thanks for support , am using default Post-fix configuration only extra i have added below value , but i don’t know below settings will meet my requirement .
smtp_destination_concurrency_limit = 1 smtp_destination_rate_delay = 3s
Regards, Shufil
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.