Wietse Venema escribió:
default_destination_rate_delay (default: 0s)
The default amount of delay that is inserted between individual deliv-
eries to the same destination; with per-destination recipient limit >
1, a destination is a domain, otherwise it is a recipient.
..
NOTE: THE DELAY IS ENFORCED BY THE QUEUE MANAGER. ...
The delay is NOT implemented by the smtpd process.
I finally was setting:
/etc/postfix/master.cf:
slow inet n - - - - smtp
/etc/postfix/transports:
domain1.com slow:
/etc/postfix/main.cf:
slow_destination_recipient_limit = 1
slow_destination_concurrency_limit = 1
slow_destination_rate_delay = 2
Do you mean (sorry If I didn't understood it) that I can use:
slow_destination_recipient_limit = 1
slow_destination_concurrency_limit = 1
but no:
slow_destination_rate_delay = 2
?
The logfile shows in any way that I'm sending a give email with the
"slow" transport instead of the standard "smtp" transport? (To verify if
my config is working correctly and check if emails are going out by the
right transport).
Thanks for your help.
--
Santiago Romero