Spamassassin installiert aber geht nicht?
Posted: 2006-11-14 20:44
Bei mir ist auf dem Server zwar die neuste Version von Spamassassin installiert und läuft, aber irgendwie werden die Mails nicht überprüft bzw. steht im Header kein X Flag..
Woran kann das liegen??
spamassassin läuft mit postfix & courier
Einstellungen:
Maildirs sind in
/home/mail/webXpX/
Woran kann das liegen??
spamassassin läuft mit postfix & courier
Einstellungen:
# START CUSTOM INCLUSION (see /root/confixx/safe/spamassassin.inc)
# SpamAssassin config file for version 3.x
# How many hits before a message is considered spam.
required_score 5.0
# Whether to change the subject of suspected spam
rewrite_header subject *****SPAM*****
# Encapsulate spam in an attachment
report_safe 1
# Add report into headers
add_header spam Report _REPORT_
# Enable the Bayes system
use_bayes 1
# Enable Bayes auto-learning
bayes_auto_learn 1
# Enable or disable network checks
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1
# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_languages all
# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales all
# END OF CUSTOM INCLUSION
# START CONFIXX GENERATED SECTION
###
allow_user_rules 1
user_scores_dsn DBI:mysql:confixx:localhost;mysql_socket=/var/run/mysqld/mysqld.sock
user_scores_sql_username confixx
user_scores_sql_password xxxx
user_scores_sql_custom_query SELECT preference, value FROM spampref WHERE (username = _USERNAME_ OR username = '@GLOBAL') AND server_id='xxx' ORDER BY username ASC
# END OF CONFIXX GENERATED SECTION
Maildirs sind in
/home/mail/webXpX/