On Mon, 5 Apr 2010 12:44:06 -0700
Terry Barnum <te...@dop.com> wrote:

> 
> On Apr 5, 2010, at 11:56 AM, Stevan Bajić wrote:
> 
> > On Mon, 5 Apr 2010 11:46:31 -0700
> > Terry Barnum <te...@dop.com> wrote:
> > 
> >> On Apr 5, 2010, at 11:26 AM, Stevan Bajić wrote:
> >> 
> >>> Is this the whole output of "dspam --version"? You should get much more 
> >>> lines then the one you posted above. Can you post the whole output from 
> >>> "dspam --version"?
> >> 
> >> Sorry, I just sent the version line. Here's the whole output:
> >> 
> >> $ dspam --version
> >> 
> >> DSPAM Anti-Spam Suite 3.9.0 (agent/library)
> >> 
> >> Copyright (c) 2002-2009 DSPAM Project
> >> http://dspam.sourceforge.net.
> >> 
> >> 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.
> >> 
> > Is this really all you get? You should get much more things.
> 
> Yes, that's all that is output.
> 
> > Another way to get the information needed is to post the compile options 
> > you have used. Can you post the whole ./configure line you used when 
> > compiling DSPAM. Can you do that?
> 
> export MACOSX_DEPLOYMENT_TARGET=10.6
> ../autogen.sh
> CFLAGS="-g -arch x86_64" CXXFLAGS="-arch x86_64" LDFLAGS="" \
> ../configure \
>  --with-storage-driver=hash_drv,mysql_drv \
>  --with-mysql-includes=/usr/local/mysql/include/mysql \
>  --with-mysql-libraries=/usr/local/mysql/lib/mysql \
>  --enable-preferences-extension \
>  --with-dspam-home-owner=_dspam \
>  --with-dspam-home-group=_postfix \
>  --with-dspam-home=/usr/local/var/dspam \
>  --enable-long-usernames \
>  --with-dspam-group=postfix \
>  --enable-domain-scale \
>  --enable-virtual-users \
>  --enable-debug \
>  --enable-daemon \
>  --enable-syslog \
>  --disable-large-scale \
>  --disable-external-lookup \
>  --disable-clamav \
>  --disable-homedir \
>  --disable-bnr-debug
> 
Okay. I see the issue. First of all you have to say "thank you" to Richard 
Valk. He is the one who mentioned that issue to me. The problem is that the 
documentation for DSPAM is saying that the configuration is by default in 
/usr/local/etc/dspam.conf or PREFIX/etc but it's not true. Default is 
/etc/dspam.conf. So please either move your /usr/local/etc/dspam.conf to 
/etc/dspam.conf or recompile your DSPAM installation and add the line:
-------------------------------------
  --sysconfdir=/usr/local/etc
-------------------------------------


> -Terry
>
-- 
Kind Regards from Switzerland,

Stevan Bajić

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to