> 
> 
> But With this configuration penpals is use for outgoing mail? because
> With penpals the outgoing and the incoming mail must pass through
> amavisd

you have to turn on "originating => 1," in POLICY-OUT and define 
$penpals_bonus_score and probably $bounce_killer_score 

i prefere to have also a name for the port 10024, so you have the name 
also in the log. the log for POLICY-OUT should also contain LOCAL. the 
one for POLICY-IN not.

In amavisd.conf

$inet_socket_port = [10024, 11025]
$interface_policy{'10024'} = 'POLICY-IN';
$interface_policy{'11025'} = 'POLICY-OUT';

$policy_bank{'POLICY-IN'} = {
    originating => 0,
    bounce_killer_score = 1, # 1 for testing, increase if it's working
    penpals_bonus_score = 1, # 1 for testing, increase if it's working
}

$policy_bank{'POLICY-OUT'} = {
    originating => 1,
    bounce_killer_score = 0,
    penpals_bonus_score = 0,
    bypass_spam_checks_maps   => [1],  # don't spam-check outgoing mail
   bypass_banned_checks_maps => [1],  # don't banned-check outgoing mail
   final_spam_destiny   => D_PASS, # insure spam passes
   final_banned_destiny => D_PASS, # insure banned files pass

};

- Thomas


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to