Eric Meddaugh wrote:
I installed 3.8.0, but was getting this error when running dspamc:
32350: [03/18/2007 19:04:47] Unable to determine the runtime user
So I had to go back to 3.6.8, I use that in my procmailrc file, the
command I use is: "/usr/local/bin/dspamc --client --stdout --user
meddaugh --deliver=innocent -d %u"
Any ideas what to look for that could be causing this? The 3.6.8
worked great, the 3.8.0 compiled just fine.
Thanks.
---Eric
I just installed 3.8.0 on a Fedora Core 3 machine and I'm seeing the
same error. Only when running dspamc. The regular dspam daemon works
fine. To fix the problem, I just copied over an older version of dspamc
(ver 3.6.8) from the dspam-3.6.8/src/ directory. Works great!
Here's my dspam config:
# 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: --enable-domain-scale
--with-storage-driver=mysql_drv --enable-daemon
--with-mysql-includes=/usr/include/mysql
--with-mysql-libraries=/usr/lib/mysql --enable-preferences-extension
--enable-virtual-users --enable-debug
~Rolan