Przemek wrote: > Hi, > > I have spamassassin-3.1.0 runing as daemon from slackware-rc-script > included with sa. My sa work with qmail-scanner. > > Before updating form 3.0.4 everything was good, but now on 3.1.0 > after reciving mail i see this in logs:
Looks like SA is being invoked as root, which causes it to fall back to nobody.. Nobody doesn't have permissions to it's home dir (and should not) so it fails. That should have been a problem for you in 3.0.4, but you might not have noticed , as SA may not have complained loudly. Perhaps you should create a dedicated user to use instead of root.