[Avcheck] maillog error

Nacho Ruiz® nax@nax.isoco.com
Fri, 31 May 2002 17:17:52 +0200 (CEST)


You suspected right, is a mail in the queue file that can't be delivered
cause of this error. How can I delete it from the queue?
Perhaps during the instalation I write the full path in main.cf of
avcheck, as you say, and this generated the periodic delivery error...
I've soft_bounce=yes also, it's ok to put "no" here :?

Thanks for all,
--
Nacho Ruiz - mailto:nax@isoco.com - EChM#2311
iSOCO http://www.isoco.com  +34 935677200

On Fri, 31 May 2002, Michael Tokarev wrote:

> Why those reloads?  I think it's pretty sufficient to just start
> all the daemons.  Start kavdaemon before postfix.  Especially it's
> unnecessary to do `postfix reload' if you just started it.
>
> > The msg appears exactly every minute:
> >
> > May 31 15:38:25 nax postfix/qmgr[256]: warning: connect to transport
> > /var/spool/avp/avcheck: No such file or directory
>
> There should be some queue file - maybe rather old - with incorrect
> transport recorded.  I *suspect* (but not sure) that once you tried
> to use content_filter=/var/... instead of content_filter=avcheck.
> `mailq' should show you what's waiting in queue.  Do you have
> soft_bounce=yes also?
>
> Another alternative is that you have similar content_filter=/var/... in
> only ONE of your input paths to postfix (those are smtpd, pickup and qmqpd).
> I.e. when mail goes on via smtp, it gets correct content_filter=avcheck
> record, but if it is submitted locally, it gets incorrect content_filter.
> Note that content_filter may be specified in main.cf (globally) and in
> master.cf for only one service.  But I see no content_filter= statements
> in your master.cf (only for smtpd listening on localhost:1025 where it
> is empty).
>
> In any way, there should be some email message waiting in queue that
> triggers those warnings when qmgr tries to deliver it, and `mailq'
> should show it.  Another question is where and how it comes from.
>