hi,
thanks for your help, is there any tutorial or help page to upgrade my
2.5.1 to 2.6.2 ? I am on ubuntu 2.6.28.1-xxxx-std-ipv4-32 ?
do I have to recompile it from the source code ?
Thanks again !
Stéphane
Victor Duchovni a écrit :
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).
--