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


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
hotmail_tr_destination_concurrency_limit = 2
hotmail_tr_destination_rate_delay=10
transport_maps = hash:/etc/postfix/transport


but still no delay between each try or retry ...

any help would be appreciated ...

Stéphane



Reply via email to