Re: Request mailfront addons/plugins

"John R Levine" <[email protected]> 28 Aug 2024 21:55:47 -0400
Newsgroups gmane.comp.sysutils.bgware
Message-ID <[email protected]>
On Tue, 27 Aug 2024, Giam Teck Choon wrote:
> Do you have the latest plugins that works for mailfront version 2.22 to 
> share? Your previous mailfront-addons tarball 
> (http://www.taugh.com/mailfront-addons.tjz) been taken down I think.

That tarball is still there but I should update it with my more recent code.

> I am trying to figure out to make the following to work or trying to learn 
> more about it:
> 
> DKIM, SPF, SRS, DMARC, ARC

I have code to check DKIM, SPF, DMARC, and ARC, add an Authentication-Results: 
header, and optionally put the results in a MySQL database.  DKIM, SPF, and 
DMARC use the usual libraries.  There's no C library for ARC that I would trust 
so the ARC checker calls out to a python daemon on messages that have ARC 
headers.

R's,
John

PS: There's no SRS because it's a bad idea that won't go away, and in practice 
just enables blowback bounce spam.