Julio Cesar Carballo <[email protected]> escribió:

> hola lista cuando postfix no envian un mail y se queta retenido por
> algun motivo cual es el tiempo para que lo envie automatico de nuevo
> sin tener que hacer postqueue -f me pueden ayudar
>
> saludos

Mira aquí: http://www.postfix.org/rate.html


When a Postfix delivery agent (smtp, local, uucp, etc.) is unable to  
deliver a message it may blame the message itself or the receiving  
party.

     * If the delivery agent blames the message, the queue manager  
gives the queue file a time stamp into the future, so it won't be  
looked at for a while. By default, the amount of time to cool down is  
the amount of time that has passed since the message arrived. This  
results in so-called exponential backoff behavior.

     * If the delivery agent blames the receiving party (for example a  
local recipient user, or a remote host), the queue manager not only  
advances the queue file time stamp, but also puts the receiving party  
on a "dead" list so that it will be skipped for some amount of time.

As you would expect, this whole process is governed by a bunch of  
little parameters.

queue_run_delay (default: 1000 seconds)
     How often the queue manager scans the queue for deferred mail.

maximal_queue_lifetime (default: 5 days)
     How long a message stays in the queue before it is sent back as  
undeliverable. Specify 0 for mail that should be returned immediately  
after the first unsuccessful delivery attempt.

minimal_backoff_time (default: 1000 seconds)
     The minimal amount of time a message won't be looked at, and the  
minimal amount of time to stay away from a "dead" destination.

maximal_backoff_time (default: 4000 seconds)
     The maximal amount of time a message won't be looked at after a  
delivery failure.

qmgr_message_recipient_limit (default: 20000)
     The size of many in-memory queue manager data structures. Among  
others, this parameter limits the size of the short-term, in-memory  
"dead" list. Destinations that don't fit the list are not added.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
Cancelar suscripción
https://listas.softwarelibre.cu/mailman/listinfo/linux-l
Buscar en el archivo
http://listas.softwarelibre.cu/buscar/linux-l

Responder a