On Sunday, 02 Nov 2003 09:10, Carl R. Friend wrote:
> > I'm using Spamassassin 2.55 with spamd/spamc. I started spamd
> > with this options: -u nobody --user-config -c
> > The users on this system, starting spamc from their .procmailrc.
> >
> > My problem is, that something is changing the permis
On Sun, 2 Nov 2003, Ihsan Dogan wrote:
> I'm using Spamassassin 2.55 with spamd/spamc. I started spamd
> with this options: -u nobody --user-config -c
> The users on this system, starting spamc from their .procmailrc.
>
> My problem is, that something is changing the permissions of
> ~/.spamassas
Well, you'll need mail to be able to create/read/write the contents of
the directory, do I'd say try to make it
drwxrwx--- 2 jjbacon mail4096 Mar 6 08:13 .spamassassin
So that'd be
$ chgrp -R mail .spamassassin
$ chmod g+rwx .spamassassin
C
On Sun, 2002-03-31 at 15:18, Jeff Bacon wrot