Just upgraded our mailserver (~400 users) to ubuntu 12.04 using
sendmail/procmail/spamassasin with SA userprefs from MySQL database.
We had been using Bayes with db stored in user's home DIR with no
problems previously, but it's failing now.
with spamd invoked with "-Q -H -u nobody -x --max
Quoting Benny Pedersen :
with spamd invoked with "-Q -H -u nobody -x --max-children 5"
spamd should not use -u, spamc should
the error is that nobody cant change uid :)
Thank you! that was it, makes perfect sense.
David