[Avcheck] AvpCheck [Deffered Transport]

Michael Tokarev mjt@tls.msk.ru
Sat, 11 Aug 2001 16:15:21 +0400


voder@ats.pl wrote:
> 
> On Sat, 11 Aug 2001, Michael Tokarev wrote:
> > "Deferred transport" is a postfix message that means that you configured
> > it to defer all work to this transport.  Check defer_transport
> > parameter in main.cf.  It has nothing to do with avp/avcheck/whatether,
> > it is your configuration (you set defer_transport by a purpose,
> > yes? ;)
> 
> yope ;) it`s now work correctly ;)
> but in avpcheck.HOWTO is:
> 
> postconf -e "defer_transports = avpcheck"
> /usr/sbin/postfix reload
> # defer avpcheck Transport
> 
> why ??

This is a "safepoint".  If you'll look to next lines,
you should notice another postconf -e that removes
defer_transports.  An idea is to stop postfix from
using avp et al while avpdaemon reloads it's virus
bases -- just to be shure that nothing serious will
happen in this time.

> > > when i do a /usr/inet.d/postfix flush -- mail was send....
> >
> > Grrr.... What's /usr/inet.d/postfix???  Should it be
> > /usr/sbin/postfix?
> 
> yeah ;) in have binary file in /usr/sbin/postfix :))
> but in /etc/init.d/postfix i have a start script for postfix
> with option flush:
> 
>  flush)
>         /usr/sbin/postfix flush
>     ;;

I'd recommend using this instead, it's simpler:

>  flush|start|stop|reload|check)
>         /usr/sbin/postfix $1
>     ;;


Regards,
 Michael.