On Wed, 13 Jun 2007, Rosenbaum, Larry M. wrote:

SpamAssassin Server version 3.2.1

 running on Perl 5.8.8

 with zlib support (Compress::Zlib 2.004)



I've started seeing the "spamd: handle_user unable to find user:"
message in the spamd log file.  This was not happening in v3.2.0.   We
are starting spamd with this command:



spamd -d -u spamd -r $pidfile -x -m 12 --syslog=local2
--syslog-socket=inet -i -A $me,$em1,$em2,$em3,$em4



We are not using any kind of per-user configuration or per-user Bayes or
anything like that, and I don't expect the username that is running
spamc (on another machine) to exist on the spamd machine.   What options
do I need to specify to suppress this error?  Is spamd doing anything it
shouldn't do because of this error?


If you simply want to suppress this info log, I guess you can just comment

#info("spamd: handle_user unable to find user: $username\n");

Since you don't run spamd in paranoid mode "-P" option, spamd will not die and fall back to user nobody

Vincent Li
http://bl0g.blogdns.com

Reply via email to