John Hall wrote: > I guess this can easily be fixed by running sa-learn as root rather > than mail, but I wanted to get to the bottom of why I exim's access to > the Bayes database is assumed to be root.
Exim simply passes the username to spamd, you can check this by running spamd with -D (debug). This shouldn't happen, as spamd should setuid() to the user the client tells it (according to the manpage). I have no user-configs, so I run spamd with --username=spamd and --nouser-config, which does the job here. Maybe this will help you. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
