Gary V wrote:
Craig Mead wrote:
Hello all,

Pretty much all I'm trying to do is setup on a per-user basis an auto delete mechanism for mail if it receives > score XX.

If you throw MailScanner into the mix with SpamAssassin, you can do per user prefs in combination with sendmail (not postfix) and splitting messages with multiple recipients into single messages using sendmail's queue group functionality. Alternately, you could do it in a pop3 proxy.

Ken A.

Amavisd-new works well with Postfix. You can use static tables created directly in the configuration file if you have a small number of differing needs (settings), or SQL (or LDAP) if you have a greater number (and would also like to avoid restarting the daemon after each change). Like MailScanner, with amavisd-new you can also call anti-virus programs and selectively ban potentially malicious file types.

MailScanner works with Postfix and other MTAs as well, but it doesn't do the 'per-user SA configs' unless you are using it with Sendmail, because AFAIK, Postfix doesn't easily split multi-recipient emails, so incoming mail must be passed into the scanner with multiple recipients, meaning per-user S.A. configs are not possible. Can Amavisd split multi-recipient email after passing through S.A., and then apply individual scoring/whitelists, etc??

Ken


Gary V

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

Reply via email to