* Nikolaos Milas <[email protected]>:
> Hello,
> 
> Being in the final test stage of a (border) gateway mail server using
> postfix/amavis/clamav/spamassassin on CentOS 6.3, I wonder whether we
> can configure Amavisd-new to quarantine suspected mail (based on
> defined rules) BUT to pass it through too.

Use:
$final_virus_destiny      = D_REJECT;
$final_banned_destiny     = D_REJECT;
$final_spam_destiny       = D_REJECT;

and

$virus_quarantine_to = '[email protected]';
$spam_quarantine_to = '[email protected]';

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
[email protected]        Campus Benjamin Franklin
http://www.charite.de              Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

Reply via email to