I think I resolved it. I manually created the path. It looks like rgelfand.log rgelfand.mbox.size rgelfand.mbox.stamp rgelfand.rstats files were created. I guess that new mail data will be subsequently added to these files. If this is true, is there a way fill these files based on dspam mysql db?
Thanks On Fri, Jul 24, 2009 at 10:50 AM, Roman Gelfand <[email protected]> wrote: > Actually, the name ended up being /etc/dspam/webfrontend.conf. I also > noticed that the reason why error was generated is because file * > /var/spool/dspam/data/abc.com/rgelfand/rgelfand.log. I suppose this log > contains emails which are loaded from dspam mysql db. Assuming > all permissions are set correctly, at which point data is transferred from > db to this file? * > > Below is the contents > > #!/usr/bin/perl > # DSPAM > # COPYRIGHT (C) 2002-2006 JONATHAN A. ZDZIARSKI > # > # This program is free software; you can redistribute it and/or > # modify it under the terms of the GNU General Public License > # as published by the Free Software Foundation; version 2 > # of the License. > # > # This program is distributed in the hope that it will be useful, > # but WITHOUT ANY WARRANTY; without even the implied warranty of > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > # GNU General Public License for more details. > # > # You should have received a copy of the GNU General Public License > # along with this program; if not, write to the Free Software > # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, > USA. > > # This configuration file is read by all the CGI scripts to configure both > the > # environment that DSPAM is working in and the way it will display > information > # to the web user. > # Default DSPAM enviroment > $CONFIG{'DSPAM_HOME'} = "/var/spool/dspam"; > $CONFIG{'DSPAM_BIN'} = "/usr/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% -d %u"; > $CONFIG{'TEMPLATES'} = "/usr/share/dspam/upstream-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'} = "./"; # URL location of included htdocs/ files > # Default DSPAM display > #$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"; > # Add customized settings below > $CONFIG{'LOCAL_DOMAIN'} = "abc.com"; > $ENV{'PATH'} = "$ENV{'PATH'}:$CONFIG{'DSPAM_BIN'}"; > > > On Fri, Jul 24, 2009 at 9:59 AM, Steve <[email protected]> wrote: > >> > > I didn't find configure.pl on the entire machine. >> > >> > This file is /etc/dspam-webfrontend.conf on Debian >> > >> Then I need that file. >> >> >> > Cheers, >> > Julien >> > >> // Steve >> -- >> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! >> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Dspam-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspam-user >> > >
------------------------------------------------------------------------------
_______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
