Ich habe ein kleines Problem mit meinem vServer.
Folgendes System läuft auf meinem vServer:
Debian Etch 4.0
Confixx 3.3.3
Postfix 2.3.8
Spamassassin
Ich habe über das Adminmenü von Confixx spamassassin bereits aktiviert und alles installiert! "Spamd" läuft auch, allerdings werden keine Emails als Spam markiert.
/root/confixx/confixx_counterscript.pl -ft -fm
Diesen Befehl habe ich auch schon ausgeführt, da ich ja im Forum ja schon gesucht habe. Leider auch ohne Erfolg!
Hier mal meine Configs:
Irgendwie zeigt er im Header von Emails z.B. sowas an [english 94%] [english 92%] Pick your free 800% BONUS################### CONFIXX SPAMASSASSIN CONFIG FILE #####################
# created at Sun Jul 26 08:44:25 2009
#
# !!! 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 during the file is autoupdated.
##########################################################################
# START CUSTOM INCLUSION (see /root/confixx/safe/spamassassin.inc)
################### CONFIXX SPAMASSASSIN CONFIG FILE #####################
# created at Sun Jul 26 08:28:03 2009
#
# !!! 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 during the file is autoupdated.
##########################################################################
# 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 *******
user_scores_sql_password *******
user_scores_sql_custom_query SELECT preference, value FROM spampref WHERE (username = _USERNAME_ OR username = '@GLOBAL') AND server_id='c74c4b24c1d20ef2da4d3e68d80012bc' ORDER BY username ASC
# END OF CONFIXX GENERATED SECTION
Ich möchte halt, dass jeder User im Webmail die Regeln selbst erstellen kann und am besten wäre es, wenn Spam direkt garnicht erst angenommen wird, sondern direkt gedropped wird. Weg damit! Da ich den Server ausschließlich für mich nutze, würde dies nichts ausmachen.
Meine Spamassassin.inc sieht so aus:
Ich bin für jede Hilfestellung dankbar!# 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