Re: Custom Controlling Defer Queue!

2011-05-18 Thread afshin afzali
On Wed, May 18, 2011 at 9:02 PM, Wietse Venema wrote: > afshin afzali: > > > Postfix has no support for senders to specify "do not deliver > > > this message after X" (i.e. no per-message expiration time). > > > > > Of course, for transports such as SMS or voice I need to use custom > scrips > >

Re: Custom Controlling Defer Queue!

2011-05-18 Thread Wietse Venema
afshin afzali: > > Postfix has no support for senders to specify "do not deliver > > this message after X" (i.e. no per-message expiration time). > > > Of course, for transports such as SMS or voice I need to use custom scrips > to wrap postfix to appropriate managers. In these scripts I will check

Re: Custom Controlling Defer Queue!

2011-05-18 Thread afshin afzali
On Tue, May 17, 2011 at 10:48 PM, Wietse Venema wrote: > afshin afzali: > > I need to get custom control over defer queue. My emails need to > > be sent in specified time-frame. > > Wietse: > > /etc/postfix/main.cf: > >maximal_queue_lifetime = 3600s > >maximal_backoff_time = 600s > > > > T

Re: Custom Controlling Defer Queue!

2011-05-17 Thread Wietse Venema
afshin afzali: > I need to get custom control over defer queue. My emails need to > be sent in specified time-frame. Wietse: > /etc/postfix/main.cf: >maximal_queue_lifetime = 3600s >maximal_backoff_time = 600s > > This retries mail approximately six times until it is approximately > one h

Re: Custom Controlling Defer Queue!

2011-05-17 Thread afshin afzali
hi wietse,I need further control over defer queue。 actually Im going to use postfix as cross switch between multiple kind of messaging media such as voice and sms。to do this,message sender needs to specify time frame that the message must be send,i.e. 9—12 AM. I think if there is a hook that i coul

Re: Custom Controlling Defer Queue!

2011-05-17 Thread Wietse Venema
afshin afzali: > Hi Postfixers, > > I need to get custom control over defer queue. My emails need to > be sent in specified time-frame. /etc/postfix/main.cf: maximal_queue_lifetime = 3600s maximal_backoff_time = 600s This retries mail approximately six times until it is approximately one

Custom Controlling Defer Queue!

2011-05-17 Thread afshin afzali
Hi Postfixers, I need to get custom control over defer queue. My emails need to be sent in specified time-frame. To do this I need to confirm returning an email to active queue. Regards, -- Afshin Afzali