* Michael Reck <sir...@brauchmer.net>: > Hi List, > > I`m looking for a SA replacement in an large scale enviroment. > DSPAM seems to use filesystem (--with-userdir=) for various > functions which is not what i want. dspam also needs per user > activation. > Anything except Mailstorage is placed in DB and i don`t want to change this. > > Does anybody know software which can replace SA and: > > - don`t use/need Filesystem access (except for caches and/or temp storage) > - Support for 80k+ Users, Multiple node cluster > - Flexible config per User (SQL Based)
Just for the books: You are aware that all your requirements can be met by Spamassassin, too. - SA can be configured to use filesystem for cache/tmp only - SA scales up to 80k+ users and more. - SA allows for SQL based rules; the config file goes into files. IIRC you can get around that too, but I am not 100% sure at the moment. How you run SA depends on how you hook it into the system. Have you considered using SA over spamass-milter? It calls the SA spamc client, which gets in contact with the SA spamd daemon. This daemon does the hard work. It can lookup user config in SQL and LDAP. Any other reasons to reject SA? p...@rick -- All technical questions asked privately will be automatically answered on the list and archived for public access unless privacy is explicitely required and justified. saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>