David Byrne: > Hi all, > We need a way to limit outbound mails to a specific domain to just > 10 mails in 10minutes. The issue I?m having is that I can only get > it to send 1 email every queue run, so 1 email every 10minutes. I > can set the destionation_rate_delay to 1minute, and have 10 of > them send in 10minutes, but this delays the messages for up to 10 > minutes.
To begin with, the 10 minutes between queue runs is very wrong. Are you running Postfix in some virtual server with a borked clock? Rate delays and queue_run_delay use the same timer mechanism (the events library). If clock support is borked, then all timer-driven features will be borked as well. Wietse