Hi All, I am in the process of setting up a new mail server. I'm using Postfix and Courier-IMAP with all users, domains and aliases stored in a MySQL database.
New messages are delivered to: /var/vmail/<domain>/<user>/ and it all works like a charm. Now I want to add SpamAssassin to the mix. I downloaded and installed it successfully. I have also read: http://spamassassin.apache.org/dist/sql/README which mentions I can store user preferences in a MySQL database. My question is how can I train spam assassin when all my users are virutal? A simple method would be let users forward messages to [EMAIL PROTECTED] or [EMAIL PROTECTED] which would be idea. At that point some magic spam assassin process would receive the messages, learn from them, and store the results in the MySQL database. Does anyone know how I could set this up? Is there some more elegant/clever way to do what I want? Shawn
