hello i have this box
centos 5.9
postfix 2.3.3
how i can configure postfix to send 1 message every second no matter what, i try this in main.cf with no success:
default_destination_rate_delay = 1s
default_destination_concurrency_limit = 1
default_destination_recipient_limit = 2
initial_destination_concurrency = 1
What i'm missing ? thanks
UPDATE
I try last night:
initial_destination_concurrency=1
smtp_destination_concurrency_limit = 1
smtp_destination_rate_delay = 1s
with no success mail
Per-Hour Traffic Summary
time received delivered deferred bounced rejected
0300-0400 0 9132 45000 286 0
0400-0500 1 22832 67 223 0
0500-0600 0 19000 15410 93 0
The problem, hotmail blacklisted to us, or queue begin to grow and grow (deferred), when hotmail remove the blacklisted, postfix begin to send all deferred queue emails, like a earthquake.
this is why i think if i configure postfix to send one email every second, the problem disappear
any ideas ? thanks