Kevin, > I understand that using > $banned_files_quarantine_method = 'sql:'; > $spam_quarantine_method = 'sql:'; > etc will then store the whole email in the sql backend - this make it > possible for MailZu to then be able to view the body of the email.
Right. > However, I'm having trouble running this as the mailbox runs Debian etch > and the version of amavisd-new doesn't seem to run with the > $sql_allow_8bit_address = 1; set. I'm not sure what problem you are referring to. The $sql_allow_8bit_address is configurable, and so are the database field types of your database. Or is it that MailZu is not compatible with your chosen field types? See RELEASE_NOTES, search for: - when SQL logging (pen pals) or SQL lookups are used, one can choose a binary or a character data type for fields users.email, mailaddr.email, and maddr.email; now may be a good opportunity to change a data type to binary (string of arbitrary bytes, no character set associated). [...] > I'm not too bothered about the users being able to read the emails - but > they may want to use MailZu to release email flagged (worngly) as spam. Manual release (by admin) is still possible by using 'amavisd-relaese'. > Can they release email for resending if the body has not been stored in > SQL - does the body otherwise get stored in the virusmail directory etc? The amavisd-relaese can handle either file-based or SQL-based quarantine. I don't think MailZu is able to view or release from a file-based quarantine, the code would need to be enhanced. Mark ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ 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/
