On Mon, 18 Oct 2021, Linkcheck wrote:

On 18/10/2021 11:20 am, Matus UHLAR - fantomas wrote:
spamd by default tries to find recipients' home directories and user
preferences in them. try passing following option to spamd:

       -x, --nouser-config, --user-config

Thanks. Where would I actually add that? Which file / command?

Those options need to get used in your spamd startup arguements.
They go in the same place you've got things like --max-children.
But if you're going that nouserconfig route, omit the --create-prefs option.


 -H directory, --helper-home-dir=directory

Is that the literal 'directory'? I took that to mean an actual directory.

Matus is saying that your '--helper-home-dir' option syntax in your spamd settings is wrong. You say that you have those set to:

OPTIONS="--create-prefs -4 --max-children 5 --helper-home-dir /var/lib/spamassassin 
-u debian-spamd"

Mattus is saying that it should be:

OPTIONS="--create-prefs -4 --max-children 5 --helper-home-dir=/var/lib/spamassassin 
-u debian-spamd"

Or:

OPTIONS="--create-prefs -4 --max-children 5 -H /var/lib/spamassassin -u 
debian-spamd"

IE the '--helper-home-dir' option needs an '=' with no spaces, or use the -H

--
Dave Funk                               University of Iowa
<dbfunk (at) engineering.uiowa.edu>     College of Engineering
319/335-5751   FAX: 319/384-0549        1256 Seamans Center, 103 S Capitol St.
Sys_admin/Postmaster/cell_admin         Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{

Reply via email to