From: "Obantec Support" <[EMAIL PROTECTED]>
From: "Logan Shaw" <[EMAIL PROTECTED]>
On Sun, 23 Jul 2006, Obantec Support wrote:
> /etc/mail/spamassassin exists and is chown root.root and chmod 755
>
> bayes dir is chown root.root and chmod 770
And SpamAssassin is running as what user? Can you "su" to
that user and then cd to that directory, and read and write
files there?
- Logan
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.1.394 / Virus Database: 268.10.3/395 - Release Date: 21/07/2006
Hi
SA does not exist as a user. i am using spamd and in procmail i call
spamassassin
system procmailrc
DROPPRIVS=yes
:0fw
| /usr/bin/spamassassin
:0
* ^X-Spam-Status: Yes
$HOME/mail/spam
got a feeling i should call | /usr/bin/spamc
Um, Mark, what is the $LOGNAME parameter value within procmail when it
is running the script above. THAT is the user who must have access to
and own the /etc/mail/spamassassin directory. If the user under which
procmail runs is root then you will find spamd via spamc handles it
as nobody, I believe. And you do want to use spamc.
{^_^}