On Tue, 19 Oct 2021, Linkcheck wrote:

Ok, thanks, Dave.

'--helper-home-dir' option needs an '='

Also, --max-children?

I have been playing with options based on suggestions here. I now have the spamassassin options as:

OPTIONS="--nouser-config -4 -i 127.0.0.1 --max-children=5 --helper-home-dir=/var/lib/spamassassin -u debian-spamd"

and the spamass-milter options:

OPTIONS="-u spamass-milter -- -d 127.0.0.1"

Once I remembered that spamass-milter also needed to be restarted, along with spamassassin and postfix, I made more progress. :(

That has fixed both warnings but the warning message "Could not retrieve sendmail macro 'i'" has returned; thought I'd got rid of that one for good. I tried adding 'i' to the postfix milter_connect_macros but no difference. I've never discovered what that macro is supposed to be nor whence/how it derives.

Thanks to everyone who has contributed to this thread. If someone could round it off with the i macro solution that should be it.

spamass-milter wants the 'i' macro in both the milter_mail_macros and milter_rcpt_macros postfix config parameters. Putting it in the milter_connect_macros doesn't do any good, that's not where spamass-milter looks for it. (at least in the version 0.3.2 code that I looked at, YMMV version wise, grep the Source Luke).

The 'i' macro is supposed to be the message queue-id value.


--
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