Daniel Sánchez Pearson [Hacheté Diseños Web] wrote:
> Hi Paul,
>  
> Sorry about forgetting the 64 bit part! :(
>  
> Here is the dspam --version
>  
>  
> # dspam --version
>  
> DSPAM Anti-Spam Suite 3.8.0 (agent/library)
>  
> Copyright (c) 2002-2006 Jonathan A. Zdziarski
> http://dspam.nuclearelephant.com
>  
> DSPAM may be copied only under the terms of the GNU General Public 
> License,
> a copy of which can be found with the DSPAM distribution kit.
>  
> Configuration parameters: --with-dspam-group=dspam 
> --with-dspam-home-group=dspam --enable-spam-delivery 
> --enable-delivery-to-stdout
>  
>  
>  
> I have to assume it was installed from source (does an rpm package for 
> CentOS exist???)
>  
>  
Ok great info.

I'll try and help, but I'm no expert with CentOS or Qmail (in fact I 
know nothing about Qmail), if anyone else on the list can help with 
Qmail config please help us out ;-)  Feel free to cut in

What I would do from here is to start looking at the logs and contents 
of the dspam folder
Pick an account that you have control over, or create a test account
Send an email through the system and see what we can learn

You can use the 'tail' command to 'watch' and file and output any 
amendments,  an example:

tail -f /var/log/maillog

try looking in the log folder is see what is about....

cd /var/log
ls -l

you can use 'cat' to view the files, an example

cat /var/log/dmesg

you should also look for the apache log file(s)

tail -f /var/log/httpd-error.log

try to release an item from quarantine and watch these files... lets see 
if anything complains about file permissions, or 'errors'

tip:  if you have too much information flying past on the screen try to 
filter with 'grep'

tail -f /var/log/maillog | grep hachete.com  (or something like that)

Other things we need to work out:

apache 1.x or 2.0
who is the owner of apache
what options apache was built with (did it have SuExec)
where is the dspam folder
what are the permissions/owner of the dspam folder
what does the contents of the dspam folder look like
do you have a file called 'group' in the dspam folder... what is the 
contents

hope this helps
I must sleep now

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to