• 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue How to setup slow postfix queue under Plesk

safraga

New Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
Plesk Obsidian Version 18.0.46
Hello,
I would like to setup slow postfix on outgoing emails.
I made a setup like this but it's not working.

/etc/postfix/main.cf
slow_destination_concurrency_limit = 30 slow_destination_rate_delay = 120s
/var/spool/postfix/plesk/transport
[ICODE]orange.fr slow:
wanadoo.fr slow:
laposte.net slow:
outlook.com slow:
hotmail.fr slow:
gmail.com slow:
bluewin.ch slow:
windowslive.com slow:
hotmail.com slow:
icloud.com slow:
outlook.fr slow:
msn.com slow:
ne.ch slow:
[/ICODE]
thank you for help
Best regards
 
Hello,
Yes we found the solution here

You need to add this in master.cf
# # Slow # slow unix - - n - 5 smtp -o syslog_name=postfix-slow -o smtp_destination_concurrency_limit=3 -o slow_destination_rate_delay=1

This must be added in main.cf
transport_maps = hash:/var/spool/postfix/plesk/transport slow_destination_recipient_limit = 30 slow_destination_concurrency_limit = 2 slow_destination_rate_delay = 60s default_destination_concurrency_limit = 10

And in /var/spool/postfix/plesk/transport
orange.fr slow: wanadoo.fr slow: laposte.net slow: outlook.com slow: hotmail.fr slow: gmail.com slow: bluewin.ch slow: windowslive.com slow: hotmail.com slow: icloud.com slow: outlook.fr slow: msn.com slow: ne.ch slow:

Hope that can help.
 
Back
Top