Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with spamassassin...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
huliganaz
Tux's lil' helper
Tux's lil' helper


Joined: 14 Aug 2004
Posts: 80

PostPosted: Sat Aug 14, 2004 12:23 pm    Post subject: problem with spamassassin... Reply with quote

I'm running exim4+clam+spamassassin+courier-imap everything works fine but i always see an error in my /var/log/messages
it looks like this :
Aug 14 15:24:32 hoolinux spamd[23052]: info: setuid to nobody succeeded
Aug 14 15:24:32 hoolinux spamd[23052]: Creating default_prefs [//.spamassassin/user_prefs]
Aug 14 15:24:32 hoolinux spamd[23052]: Cannot write to //.spamassassin/user_prefs: No such file o
r directory
Aug 14 15:24:32 hoolinux spamd[23052]: Couldn't create readable default_prefs for [//.spamassassi
n/user_prefs]
Aug 14 15:24:32 hoolinux spamd[23052]: checking message <000801c481f8$d5335480$6301a8c0@lt> for n
obody:65534.
Aug 14 15:24:32 hoolinux spamd[23052]: clean message (0.1/5.0) for nobody:65534 in 0.1 seconds, 1
370 bytes.

it looks like it checks my messages but i'm not sure .. any comments?
sorry for my english ...
_________________
1337 newb!
Back to top
View user's profile Send private message
Z?
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 118
Location: Waterloo, Ontario, Canada

PostPosted: Tue Aug 17, 2004 12:06 pm    Post subject: Reply with quote

The user 'nobody' has it's home directory set to /, but doesn't have permission to write there.

If you're using spamd, edit /etc/conf.d/spamd, and add
Code:
-u <someuser>

to the SPAMD_OPTS string, where <someuser> is a user with a writable home directory. Or, add
Code:
-x

which stops Spamassassin from creating the user preferences file.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum