I would if I could. I just installed 3.8.0 and now the web gui doesn't
work anymore. It shows N/A or "An Error Has Occured, No historical
data is available". Apache have run privileges on the dspam binary and write privileges on the /var/db/dspam/data. Anyway, it's getting late,
I'll have to solve this tomorrow.

:(

Okay. Looks like you have not set the values in configure.pl. It's a task of 1 to 2 Minutes to set those values. Then the Web-UI will work again.


Hi,

What values? This is my configure.pl:

#!/usr/bin/perl

$CONFIG{'DSPAM_HOME'}   = "/var/db/dspam";
$CONFIG{'DSPAM_BIN'}    = "/usr/local/bin";
$CONFIG{'DSPAM'}        = $CONFIG{'DSPAM_BIN'} . "/dspam";
$CONFIG{'DSPAM_STATS'}  = $CONFIG{'DSPAM_BIN'} . "/dspam_stats";
$CONFIG{'DSPAM_ARGS'}   = "--deliver=innocent --class=innocent " .
"--source=error --user %CURRENT_USER% -bm %u";
$CONFIG{'TEMPLATES'}    = "./templates";      # Location of HTML templates
$CONFIG{'ALL_PROCS'}    = "ps auxw";          # use ps -deaf for Solaris
$CONFIG{'MAIL_QUEUE'}   = "mailq | grep '^[0-9,A-F]' | wc -l";

$CONFIG{'WEB_ROOT'} = "https://my_web_root";; # URL location of included htdocs/ files

#$CONFIG{'DATE_FORMAT'} = "%d.%m.%Y %H:%M"; # Date format in strftime style
                                             # if undefined use default DSPAM 
display format
$CONFIG{'HISTORY_SIZE'} = 799;          # Number of items in history
$CONFIG{'HISTORY_PER_PAGE'} = 100;
$CONFIG{'HISTORY_DUPLICATES'} = "yes"; # Wether to show duplicate entries in history "yes" or "no"
$CONFIG{'MAX_COL_LEN'}  = 50;           # Max chars in list columns
$CONFIG{'SORT_DEFAULT'} = "Rating"; # Show quarantine by "Date" or "Rating"
$CONFIG{'3D_GRAPHS'}    = 1;
$CONFIG{'OPTMODE'}      = "NONE";     # OUT=OptOut IN=OptIn NONE=not selectable
$CONFIG{'LOCAL_DOMAIN'} = "localhost";

$CONFIG{'LOCAL_DOMAIN'} = "knivby.nu";

$ENV{'PATH'} = "$ENV{'PATH'}:$CONFIG{'DSPAM_BIN'}";

$CONFIG{'AUTODETECT'} = 1;

$CONFIG{'LARGE_SCALE'} = 1;
$CONFIG{'DOMAIN_SCALE'} = 1;

$CONFIG{'DSPAM_CGI'} = "dspam.cgi";

# Configuration was successful
1;


It is identical to what it looked like when 3.6.8 worked.

-Patrik
------------------------------------------------------------------------------
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to