Created attachment 200215 [details] patch file * Original rule is intended to ignore log message that postfix writes when smtpd_tls_loglevel is set to 1 or higher. But it doesn't match when TLS 1.1 or higher is used. So I added patch to modify the rule so it matches regardless of which version of SSL/TLS is used. It worked fine on FreeBSD 11 or earlier. But on FreeBSD 12 and later OpenSSL is updated to 1.1.1 that supports TLS 1.3. And when TLS 1.3 is used addtional information is added to postfix log message and it doesn't match current rule. So I update it again to make it cover the case of TLS 1.3 too. * Bump PORTREVISION.
A commit references this bug: Author: swills Date: Wed Dec 26 23:05:23 UTC 2018 New revision: 488488 URL: https://svnweb.freebsd.org/changeset/ports/488488 Log: security/logcheck: update patch to modify rule for postfix PR: 234116 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Changes: head/security/logcheck/Makefile head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix
Committed, thanks!