EFA 5 so far
Posted: 21 Apr 2024 11:55
EFA 5 is running on AlmaLinux 9 without any problems in my homelab. I came from version 4 on CentOS 7, and only imported the Spamassissin export from EFA 4 to learn Spamassassin. For postfix I used https://ssl-config.mozilla.org to get a strict and modern configuration.
To check the complete Postfix config I tested it on https://internet.nl and got a 100%, by using Let's Encrypt with strict TLS settings, SPF, DKIM, DMARC and DANE.
On https://www.mail-tester.com/ I got a 10/10 with testing my email, and only needed to add to the file /etc/postfix/header_checks
Thanks for all the effort and time that was put into EFA-MailScanner. Since 2017 I've been a happy and nearly spam-free user.
To check the complete Postfix config I tested it on https://internet.nl and got a 100%, by using Let's Encrypt with strict TLS settings, SPF, DKIM, DMARC and DANE.
On https://www.mail-tester.com/ I got a 10/10 with testing my email, and only needed to add
Code: Select all
/^Content-Transfer-Encoding:/i PREPEND List-Unsubscribe: mailto:<unsubscribe@example.org>?subject=unsubscribe>
Thanks for all the effort and time that was put into EFA-MailScanner. Since 2017 I've been a happy and nearly spam-free user.