Thank you.

I will build my #2 choice then.

J-F Couture

-----Message d'origine----- From: Wietse Venema
Sent: Thursday, June 07, 2012 2:20 PM
To: Postfix users
Subject: Re: Multiple delays based on different domains.

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