On Fri, Jun 12, 2009 at 05:06:18PM +0200, St?phane MERLE wrote:

> Hi,
>
> I try to add a 1 second delay between each smtp sent to a sp?cifique 
> transport.
>
> I followed this help file (in french as I feel more confortable in this 
> langage) : 
> http://postfix.traduc.org/index.php/QSHAPE_README.html#deferred_queue
>
> so I did :
>
> /etc/postfix/transport:
>    problem.exemple.com  slow:[dead.host]
>
> /etc/postfix/master.cf:
>    # service type  private unpriv  chroot  wakeup  maxproc command
>    slow      unix     -       -       n       -       1    smtp
>        -o fallback_relay=problem.exemple.com
>        -o smtp_connect_timeout=1

This is wrong. If you really need this, upgrade to 2.5.7 or 2.6.2 and
use "slow_destination_rate_delay".

>
>
> the domain are : hotmail.fr and hotmail.com
>
> I also add this in the master.cf :
> hotmail_tr unix -       -       n       -       1      smtp
>
> and this to main.cf
> hotmail_tr_destination_concurrency = 1

No such parameter.

> hotmail_tr_destination_concurrency_limit = 2

This is better

> hotmail_tr_destination_rate_delay=10

This requires Postfix 2.5.6 or later (implementation issues resolved
from 2.5.0).

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to