Problem mit confixx_counterscript.pl

musti19

Member
Hallo,
seit dem ich spamassassin verändert habe (local.cf)
(um pyzor und andere nach HowTo einzuschalten)

erhalte ich jedes mal beim Anlegen einer neuen unter Kunde,
per e-mail folgendes:

Header der E-mail:

Cron <root@server> /root/confixx/confixx_counterscript.pl

Inhalt:
Code:
[2590] info: config: failed to parse, now a plugin, skipping, in "/etc/spamassassin/local.cf": ok_languages all
[2590] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": use_dcc 1
[2590] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": dcc_path /usr/bin/dccproc
[2590] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": dcc_add_header 1
[2590] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": dcc_dccifd_path /usr/sbin/dccifd
[2590] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": pyzor_add_header 1

Ich habe leider auch keine Backup von der Datei.

Kann mir jemand sagen wo das Problem Liegen konnte.Danke:)
 
Bei den neueren Versionen von Spammassassin einfach die Zeile "ok_languages all" mit einem # auskommentieren.
Das gleiche gilt auch für /pfad/zur/confixx/installation/safe/spamassassin.inc

Sollte das nicht helfen, einfach mal deine local.cf posten...
 
Es ist leider nur "ok_languages all" verschwunden:

Mein /spamassassin/local.cf

Code:
################### CONFIXX SPAMASSASSIN CONFIG FILE 
....

# 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.

# 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 or disable network checks
skip_rbl_checks         0

# 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        #geheim

user_scores_sql_custom_query SELECT preference, value FROM spampref WHERE (username = _USERNAME_ OR username = '@GLOBAL') AND server_id='#geheim' ORDER BY username ASC

# END OF CONFIXX GENERATED SECTION

# dcc
use_dcc 1
dcc_path /usr/bin/dccproc
dcc_add_header 1
dcc_dccifd_path /usr/sbin/dccifd

#pyzor
use_pyzor 1
pyzor_path /usr/bin/pyzor
pyzor_add_header 1

#razor
use_razor2 1
razor_config /etc/razor/razor-agent.conf

#bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1

Ich hoffe du kannst mir weiterhelfen.
Danke im Voraus
 
Du lädst auch in der v310.pre alle Plugins?
Du kannst definitiv ausschließen, dass du keinen Fehler beim Umsetzen des HowTo´s gemacht hast (Tippfehler, Zeile vergessen...)?
Vielleicht fehlerhaftes HowTo, welches HowTo haste den genommen?
 
Back
Top