Operating system Debian Linux 5.0
Kernel and CPU Linux 2.6.26-2-amd64 on x86_64
Processor information Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz, 8 cores
Spamassassin Version 3.2.5
Hallo zusammen,
ich habe das Problem das sich Spamassassin nich in mysql einloggen kann. Manueller login funkitoniert.
Auf dem System läuft die aktuelle Confixx version.
spamassassin/local.cf sagt folgendes:
Code:
############## PARALLELS CONFIXX SPAMASSASSIN CONFIG FILE ################
# created at Thu Feb 4 08:41:03 2010
#
# !!! 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 PARALLELS 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 xxx
user_scores_sql_password xxxxx
user_scores_sql_custom_query SELECT preference, value FROM spampref WHERE (username = _USERNAME_ OR username = '@GLOBAL') AND server_id='30c34407b049083a5fd432816e0408e4' ORDER$
# END OF PARALLELS CONFIXX GENERATED SECTION
header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006]
Fehlermeldung:
SpamAssassin Mail Filter Daemon: [30181] error: spamd: cannot use --sql-config without -u
spamd: cannot use --sql-config without -u
wie bereits gesagt manuel kann ich mich einloggen.
Hat jemand eine Ahnung was ich übersehen habe?