Also, spamassassin ist Installiert, läuft auch, die E-Mail werden überprüft, und spamassassin schickt mir einen netten deutschen Report!
Jetzt zu meinem Problem!
1. Für alle meine Kunden ist es Aktiviert ( alle POP3 Postfächer )
2. Wenn ich mich in den Webmail einlogge und unter Spam Filter z.B. einstelle: Betreff umschreiben *****SPAM***** geht das auch nicht, also wird nix umgeschirben :-/
in meiner confixx_main.conf steht das:
Code: Select all
## spam protection
# XXX
$spamassassin_support = '1';
# XXX
$spamassassinConfig = '/etc/mail/spamassassin/local.cf';Meine /etc/mail/spamassassin/local.cf:
Code: Select all
################### CONFIXX SPAMASSASSIN CONFIG FILE #####################
# created at Mon May 17 17:11:02 2004
#
# !!! Do not make any changes in this file !!!
# All your changes will be lost after the file is auto updated next time.
#
# If you want to add here any custom directive, you should include it
# to '/root/confixx/safe/spamassassin.inc' file. Its content will be automatically
# included here during the file is autoupdated.
##########################################################################
# START CUSTOM INCLUSION (see /root/confixx/safe/spamassassin.inc)
# END OF CUSTOM INCLUSION
# START CONFIXX GENERATED SECTION
all_spam_to *@domain1.tld
all_spam_to *@domain2.tld
###
user_scores_dsn DBI:mysql:confixx:localhost;mysql_socket=/var/lib/mysql/mysql.sock
user_scores_sql_username confixx
user_scores_sql_password xxxxxxx
user_scores_sql_table spampref
# END OF CONFIXX GENERATED SECTIONHat jemand eine ahnung, warum das nicht funzt?
Mit freundlichen Grüßen
Christian Tischer