Hans, > The only part that still bothers me is I'd like to keep the spam and > virus mails separate. I have made a /var/spool/amavis/spam/ directory > for that. How do I define 'spam-quarantine' ?
Here is one way of doing it: $QUARANTINEDIR = '/var/spool/amavis/'; $spam_quarantine_method = 'local:spam/%m.gz'; $virus_quarantine_method = 'local:virus/%m'; $banned_files_quarantine_method = 'local:banned/%m'; $bad_header_quarantine_method = 'local:badh/%m'; You need to make directories spam, virus, banned, and badh under the /var/spool/amavis/ manually, and let them be owned by vscan. Mark ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
