On Thu, 23 Jul 2009, paulobruck1 wrote:

> Well amavis+mailzu+postfix are working ( not 100% but working 8)
> Spam/bad_headers and virus are already into mysql and do not go to final
> user unless postmaster releases.
> 
> I would like to maintain a copy of clean email in mysql to.
> 
> but as I'm not native ,I'm not sure what I have to do to have a copy of
> all clean messages at amavis+mysql.

>From the RELEASE_NOTES:

 quarantining clean messages is disabled by default;  to enable:
 $clean_quarantine_method = 'local:clean-%m';

So you need something like:
  
 $clean_quarantine_method = 'sql:';

See the RELEASE_NOTES and amavisd.conf-sample for more.

-- 
Sahil Tandon <sa...@tandon.net>

------------------------------------------------------------------------------
_______________________________________________
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