• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question email delay

tjyjsjj

New Pleskian
How can I add per-sender delays to my Postfix fix?
I installed Plesk on my VPS.
I want to send an email to a list of 200 emails with different domains.
How can I do that?
 
You can add default_destination_rate_delay and default_destination_concurrency_limit to /etc/postfix/main.cf but if you're going to be sending out massive emails you want to either

A) Make sure you are on a VPS service that allows you to send mass emails or
B) Use a service dedicated to sending mass emails (such as mailchimp)
 
You can add default_destination_rate_delay and default_destination_concurrency_limit to /etc/postfix/main.cf but if you're going to be sending out massive emails you want to either

A) Make sure you are on a VPS service that allows you to send mass emails or
B) Use a service dedicated to sending mass emails (such as mailchimp)
default_destination_rate_delay works if the email list is the same destination domain.
I want settings that can work for per-email or per-sender delays for email list with different domains
 
Back
Top