SpamAssassin: Difference between revisions

From DWIKI
m (spamassassin and amavis or mimedefang)
mNo edit summary
Line 44: Line 44:
===netset: illegal network address given===
===netset: illegal network address given===
with some luck this means you have to check your "trusted_networks" line in local.cf
with some luck this means you have to check your "trusted_networks" line in local.cf
===The output of things like _REPORT_ and _TESTS_===
hardcoded in PerMsgStatus.pm

Revision as of 23:27, 8 August 2007

Links

Notes

3.2.2 is BROKEN, http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5574 isn't entirely correct, but the idea is:

POSIX::setuid($uuid);  # set effective and real UID

Site

Related software

Useful commands

  • sa-update -D
  • spamassassin -D --lint


SpamAssassin and userprefs on MySQL

Useful when using shared bayesdb and squirrelmail sasql. Read /usr/share/doc/spamassassin/sql.

mysql -u root -p
mysql>grant insert,select,delete,update on sasql.* to 'sasqluser'@'localhost' identified by 'sasqlpass';
mysql>flush privileges;
mysql>create database sasql;
mysql>quit
mysql sasql -u root -p < /usr/share/doc/spamassassin/sql/userpref_mysql.sql

and make sure to run spamd with the options -q -x.

On debian you set those in /etc/default/spamassassin under "OPTIONS".


FAQ

netset: illegal network address given

with some luck this means you have to check your "trusted_networks" line in local.cf

The output of things like _REPORT_ and _TESTS_

hardcoded in PerMsgStatus.pm