Jean-Francois Couture:
> #2 Is (and correct me if I missunderstood how this work):
> 
> In master.cf, setup a second transport name using the smtp transport (ex.):
> 
> proxymap  unix  -       -       n       -       -       proxymap
> proxywrite unix -       -       n       -       1       proxymap
> smtp      unix  -       -       n       -       -         smtp
> nolimit    unix -        -       n        -        -       smtp               
> <----- added one
> 
> and link my already made transport map to the new one AND make a entry in 
> main.cf :
> 
> nolimit_destination_rate_delay = 0s
> and set the default like this: 
> default_destination_rate_delay = 3s
> for the rest of emails.
> 
> I?d like to setup #2 but i?m not sure if its even possible.

You can have different delays for different mail delivery transports,
and you can send different destinations over different transports.
Therefore, the two combined will also work.

I suggest using "smtp_destination_rate_delay = 3s" so you won't
slow down local mailbox deliveries.

        Wietse

Reply via email to