On 18/11/2019 10:46, Edda wrote:
You did not start/restart spamass-milter?
I found no mention of such a thing, although I did look and concluded there was no such thing. This has been my problem all along: lots of Howto Install but always missing vital bits. :(
Searching now, I found how to start the milter - it didn't work until I ran "adduser spamass-milter:spamd". That led me to a few other things but still not working properly, although something is working: spamassassin runs and gives an expected output and the sequence is now: SPF, DKIM, DMARC, SPAMD.
Then I had to find... postconf milter_connect_macros="i j {daemon_name} v {if_name} _" ...and add that into main.cf. However, I'm still getting a warning... Could not retrieve sendmail macro "i"!. Please add it to confMILTER_MACROS_ENVFROM Haven't yet found where that is.
lsof <pid of spamass-milter>
Gives what you suggest, although not the same details, obviously.
That's the socket for your postfix configuration (main.cf) smtpd_milters = unix:/var/run/spamass/spamass.sock [...]
Which is what I have in main.cf Thanks for your input. Appreciated.