Quick question guys, I am a bit confused reading the documentation in 3.1.8 under Centos 4.4 so forgive for asking a few questions. Is the concept that if you use RBL's in the sendmail configuration you should disable them in sendmail and then use skip_rbl_checks instead? Right now I have them in the sendmail.cf file and was wondering which one should stay or go. If I should remove the one's from the sendmail.cf, where do you define the black lists to use in SA, is that in 20_dnsbl_tests.cf? What if you want to add other RBL's? Right now the way sendmail is configured is that if is in one of the RBLs it is rejected. Does SA does the same or just increases the score? Also, are all the config settings what you get from running # perldoc Mail::SpamAssassin::Conf, or there are more config settings to see? Like for example defang-mime is not there. Do you need to list your rules in SA local.cf like: score UPPERCASE_50_75 2.000
or that is just to increase a scoring using that rule? Is there a way to select which rules to enable or not from what you have under /usr/share/spamassassin? what is the difference between ok_languages and ok_locales? Aren't they the same? ok_languages is not in Mail::SpamAssassin::Conf, but appears so many times googling that I wonder. I was also getting "/etc/mail/spamassassin/auto-whitelist.lock: Permission denied" and added this to procmailrc DROPPRIVS=yes :0fw | /usr/bin/spamc But is that the correct solution? And last... I get dbg: bayes: no dbs present, cannot tie DB R/O: /etc/mail/spamassassin/bayes_toks and bayes: no dbs present, cannot tie DB R/O: /tmp/spamd-20133-init/.spamassassin/bayes_toks I can change the chmod for /etc/mail/sendmail, but I am sure that is not the right direction, so how do you solve it? Thanks a lot for your help and to the SA team. Best regards, Paul