RV Products Forums: Debug Error - RV Products Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Debug Error

#1 User is offline   10101 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 28-November 06

Posted 28 November 2006 - 07:09 AM

Hi,

We have started to deploy the server side SPAM and virus protection on our servers but still seem to receive masses and masses of SPAM so we decided to look at the RulesDuJour Run Summary.

When we looked at this we came across the following error, would the be causing things to not work correctly and result in us still getting floods and floods of SPAM:

dbg: util: PATH included '/usr/local/jdk/bin', which doesn't exist, dropping [30185]
0

#2 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 28 November 2006 - 10:22 AM

The error come from SA. You can run 'spamassassin -D --lint' (no quotes) and you need to fix whatever error on it.
0

#3 User is offline   10101 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 28-November 06

Posted 28 November 2006 - 11:36 PM

Thanks for the reply, I can get it to work with no errors when I comment out auto_learn in SA conf (local.conf)

My file is as below, should auto_learn be on though?

CODE
# This is the right place to customize your installation of SpamAssassin.
#
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
###########################################################################
#
# rewrite_header Subject *****SPAM*****
# report_safe 1
# trusted_networks 212.17.35.
# lock_method flock

use_bayes 0
#auto_learn 0

report_safe       0
required_score    12



# The default score for BAYES and SURBL is too low compare to my reject threshold(see section5) at 15
score BAYES_99 6.00

# Check here for the detail of the URIBL data sources
# [url=http://answers.google.com/answers/threadview?id=422251]http://answers.google.com/answers/threadview?id=422251[/url]
score URIBL_SBL 4.50
score URIBL_AB_SURBL 6.50
score URIBL_OB_SURBL 4.50
score URIBL_SC_SURBL 6.00
score URIBL_WS_SURBL 4.50
score URIBL_PH_SURBL 6.00

# Enable server-wide Vipul's Razor in Spamassassin
# Remove razor_config line if you want to disable Vipul's Razor
razor_config /var/spool/mqueue/.razor/razor-agent.conf

# Enable server-wide DCC in Spamassassin
# Remove dcc_home line if you want to disable DCC
dcc_home /var/dcc

0

#4 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 28 November 2006 - 11:50 PM

You should remove use_bayes 0 also. Just my 2 cents.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic