Santiago Romero:
[ Charset ISO-8859-1 unsupported, converting... ]
>
> Sorry, I meant "smtp" instead of "smtpd" in the master.cf.
> >
> > /etc/postfix/master.cf:
> > slow inet n - - - - smtp
> >
> > /etc/postfix/transports:
> > domain1.com slow:
> > domain2.com slow:
> >
> > /etc/postfix/main.cf:
> > slow_destination_concurrency_limit = 1
> > slow_destination_rate_delay = 1
>
> One question: is it also possible to do this instead of using main.cf?:
>
> slow inet n - - - - smtpd
> -o destination_concurrency_limit = 1,
> -o destination_rate_delay = 1
>
>
> Would that work without affecting the default
> destination_concurrency_limit or rate_delay parameters for the standard
> "smtp" transport?
>
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.
Wietse