OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Mark Martinec (Mark.Martinec_at_ijs.si)
Date: Mon Sep 02 2002 - 14:37:00 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Ronan,

    | I'm trying to install Postfix + Amavisd-new.
    | I realy don't know if me error is in the Amavis configuration
    | or in the Postfix configuration... :-/
    | When I send normal message without any virus ou with a virus,
    | I don't receive the message.

    | amavis[83090]: Checking: <ronanmelim.com.br> -> <burstmelim.com.br>
    | amavis[83090]: fwd via pipe: <ronanmelim.com.br> -> <burstmelim.com.br>
    |...

    Seems like your message is caught in a loop, because you
    asked amavisd-new to forward checked mail back to MTA via pipe
    (and you don't have '-o content_filter=' set on the pickup Postfix service),
    instead of the more usual SMTP method.

    Make sure you have both the $notify_method and $forward_method variables
    set to smtp, and not to pipe. This is normally set in ./mta/postfix_init :

            $forward_method = \&Amavis::Out::mail_via_smtp;
            $notify_method = \&Amavis::Out::mail_via_smtp;

    but check also that your amavisd.conf does not override the defaults.

      Mark
    -
    To unsubscribe, send mail to majordomopostfix.org with content
    (not subject): unsubscribe postfix-users