On Mon, 26 Jan 2004 10:31:58 -0600 (CST)
Keith Olmstead <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I hope someone can help me out.  I have searched though the archives, and
> did not find my anwser.  I am running 2.63 with sendmail 8.12.11 and
> procmail 3.22 on Solaris 9.  From what information that I have gathered, my
> user can not run spamc with out the spamc binary having suid bit.  Here are
> some  log files from this:
> 

I also run SA with sendmail (Sun's version) and procmail on Solaris 9.  The
following may help.

Create a user for SA.  I created spamd and group.

Assuming your site config path is /etc/mail/spamassassin:

Change the startup script to add '-u spamd'.  This script must be started by
root.
Move the bayes files that root has been using, in /.spamassassin to the
/etc/mail/spamassassin directory.
Change the directory and all files ownership for /etc/mail/spamassassin to
spamd:spamd.
In your local.cf file in etc/mail/spamassassin, change or add the following:
# Enable system wide Bayes database
bayes_path      /etc/mail/spamassassin/bayes

Run spamassassin -D <sample-spam.txt
Verify the part, near the top of the output, for default and site rules, user
state dir, user pref file and the location of bayes.  If it all looks good,
then after restarting spamd using the root account, you're laughing.

Alex


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to