Hiya, I am just building up a new POP server for our users to replace our ageing old mail server.
I already have a separate machine doing Spam Assassin, which is run on a system wide basis and I just redirect certain domain names that want filtering via it. On this new server, I am running postfix, courier-imap, postfixadmin, and all the user info is stored in mysql. The webmail interface is squirrelmail although the users won't necessarily be using it (i.e. Most use POP3). The users mailboxes live in /usr/local/virtual, and not in the /etc/passwd file. How does one use SA in a setup like this? I don't want it system wide as I want it to be "opt in" by the users. In addition I want to tell spamc when run to connect to my existing separate SA server. At the moment I'm doing this on the old server within the users .procmailrc file but am unsure which way to go with this new setup. In addition, if there was a premade web page interface to let the users enable/disable SA filtering that would be helpful. Cheers Gav