OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: using bounce_queue_lifetime and delay_warning_time

From: Amod Sutavane (amodnetcore.co.in)
Date: Sat May 21 2005 - 04:04:27 CDT


Pls. find the outputs.....
1. grep bounce_queue_lifetime /etc/postfix/main.cf
bounce_queue_lifetime = 3d

2. grep 'delay_warning_time' /etc/postfix/main.cf
delay_warning_time = 16h

-Amod

On Sat, 2005-05-21 at 14:12, Matt Fretwell wrote:
> Amod Sutavane wrote:
>
>
> > > > > > I am using postfix-2.1.4 on FC1 and even having entry in
> > > > > > main.cf for
> > > > > > bounce_queue_lifetime=3d and delay_warning_time = 16h ,still
> > > > > > the mails are bouncing from the queue after 5days only and also
> > > > > > no warning mail after mail is being in the queue for 16hours.
> > > > > > Can some body help me out to figure out where i am wrong???
> > > > >
> > > > > How many Postfix instances are you running?
> > >
> > > Amod Sutavane:
> > > > Only one instance of postfix i am running.
> > >
> > > In that case, yoiur configuration output does not match the
> > > configuration that the Postfix queue manager actually uses.
> > > Perhaps you forgot to "postfix reload" after changing main,cf,
>
> > Thanks sir for your reply ,,,, but i had reloaded postfix and even tried
> > by restarting the server ,but no luck.
>
>
> post the output of:
>
> grep 'bounce_queue_lifetime' /path/to/main.cf
> grep 'delay_warning_time' /path/to/main.cf
>
>
> Matt