On Mon, 17 Jun 2019, David B Funk wrote:

Are you feeding spamass-milter the necessary information (via milter-macros in your MTA config) so that -it- knows that particular session is authenticated? It needs that info if it's going to synthesize the correct header so that SpamAssassin knows that session was authenticated.

Specifically:
In your config for Milter.macros.envfrom you need to include "{auth_type}, {auth_authen}, {auth_ssf}, {auth_author}" (note that is sendmail syntax, translate into postfix as appropriate).

If you don't pass those {auth_*} macros into spamass-milter it has no way to know a particular session is authenticated.

Taking a quick look at the source code for spamass-milter (I use a different milter) I can see that it explicitly needs '{auth_type}' and '{auth_ssf}'
so you can ignore {auth_authen} & {auth_author}.

But with out that '{auth_type}' macro info it assumes the session isn't authenticated, and won't pass that on to SA.


--
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
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