[dspam-users] 3.6.2 webui is not working

From: Adam Kosmin <akosmin@vtsystems.com>
Date: Wed Dec 28 2005 - 18:01:39 EST

Hello everyone,

I can't figure out why I'm getting the following error message when
trying to set my preferences via the WebUI

An Error Has Occured
The following error occured while trying to process your request:
No historical data is available

If this problem persists, please contact your administrator.

Also, I appear to have no history as well.

Here's a bit of info about my setup and configuration. Please let me
know if I should supply anything else...

Apache Version: 2.0.54
Apache Compile Options: --enable-so --with-suexec-caller=apache
--with-suexec-rootdir=/var

DSPAM Configuration:
./configure --sysconfdir=/etc --with-dspam-home=/var/dspam
--with-dspam-home-owner=dspam --with-dspam-home-group=postdrop
--with-dspam-owner=dspam
--with-dspam-group=postdrop --with-dspam-mode=4510
--with-logdir=/var/log/dspam --with-storage-driver=mysql_drv
--enable-virtual-users
--with-mysql-includes=/usr/include/mysql
--with-mysql-libraries=/usr/lib/mysql --disable-trusted-user-security
--enable-large-scale
--enable-long-usernames --enable-spam-delivery
--with-delivery-agent=/usr/sbin/sendmail --prefix=/var/dspam
--enable-debug --enable-daemon

dspam is plugged into postfix as a content filter and everything appears
to be working fine (I've run dspam --daemon --debug and looked at the
output). The only problem is the webUI component.

Here is my vhost config:
<VirtualHost *>
     DocumentRoot "/var/www/dspam"
     ServerName spam.example.com
     ServerAlias ham.example.com
     ServerAdmin webmaster@example.com
     ErrorLog /var/log/httpd/dspam_error_log
     ScriptLog /var/log/httpd/dspam_script_log
     TransferLog /var/log/httpd/dspam_access_log
     SuexecUserGroup dspam dspam
         <Directory "/var/www/dspam">
                 AddHandler cgi-script .cgi .pl
                 Options FollowSymLinks ExecCGI
                 AllowOverride None
                 Order deny,allow
                 Deny from all
                 DirectoryIndex dspam.cgi
                 Satisfy Any
                 Auth_IMAP_Enabled on
                 Auth_IMAP_Authoritative on
                 AuthType Basic
                 AuthName "DSPAM Control Center"
                 Require valid-user
                 Auth_IMAP_Server localhost
                 Auth_IMAP_Port 143
                 Auth_IMAP_Log on
         </Directory>
</VirtualHost>

Authentication via mod_auth_imap is working fine. Errors are generated
on the web page when I go to save my preferences. I'm assuming this
inforamtion will be saved to /var/dspam/data but setting this directory
-R 777 didn't solve the problem (just a dirty test to see if it would work).

Thanks in advance for any suggestions.

Best,

-- 
Adam Kosmin
GNU/Linux SA
Visual Trading Systems, LLC
Empire State Building
350 Fifth Avenue, Suite 6420
New York, NY 10118, USA
Email    akosmin@vtsystems.com
Phone  1 (212) 871-1747 ext. 340
Received on Wed Dec 28 18:04:48 2005

This archive was generated by hypermail 2.1.8 : Fri Dec 30 2005 - 00:00:01 EST