OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: anvil - Update failed

From: Arnar Gestsson (agetrackwell.com)
Date: Fri Sep 08 2006 - 07:52:21 CDT


Hi,

this was due to the two lines in master.cf

#maildrop unix - n n - - pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}

which I corrected as

#maildrop unix - n n - - pipe
# flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}

and could as well have concat'ed.

But anyhow this solved the problem

BR. Arnar
On Fri, 2006-09-08 at 06:35 -0400, Wietse Venema wrote:
> Arnar Gestsson:
> > Hi there,
> >
> > I've centos 4 machine running postfix. Yesterday I ran update and chose
> > to update to Centos 4.4. Included was update of postfix. Everything
> > went sort of smoothly, but however did the yum session halt somewhere
> > down the cleanup state. Anyhow, the system seems to work smoothly
> > except for Postfix. I get in the maillog the following
> >
> >
> > Sep 8 09:02:50 pall postfix/smtpd[7633]: warning: problem talking to
> > server private/anvil: Connection reset by peer
> > Sep 8 09:02:50 pall postfix/master[7273]: warning:
> > process /usr/libexec/postfix/anvil pid 8018 exit status 1
> > Sep 8 09:02:50 pall postfix/master[7273]:
> > warning: /usr/libexec/postfix/anvil: bad command startup -- throttling
>
> http://www.postfix.org/DEBUG_README.html#logging
>
> You're missing the "fatal" logfile records.
>
> Wietse