From 38b0641742c6b7cfd77d52cc6aa38a2b1b2940ac Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 10 Jun 2024 14:51:55 +0200 Subject: [PATCH] Remove unnecessary log lines in Postfix's log (#5817) * Update main.cf In order to avoid unnecessary log lines, changed: smtpd_discard_ehlo_keywords = chunking to this one: # The non-logging alternative: smtpd_discard_ehlo_keywords = chunking, silent-discard Update main.cf to remove unnecessary log lines in Postfix log --- data/conf/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/postfix/main.cf b/data/conf/postfix/main.cf index 572300db3..6cced6669 100644 --- a/data/conf/postfix/main.cf +++ b/data/conf/postfix/main.cf @@ -163,7 +163,7 @@ transport_maps = pcre:/opt/postfix/conf/custom_transport.pcre, proxy:mysql:/opt/postfix/conf/sql/mysql_transport_maps.cf smtp_sasl_auth_soft_bounce = no postscreen_discard_ehlo_keywords = silent-discard, dsn, chunking -smtpd_discard_ehlo_keywords = chunking +smtpd_discard_ehlo_keywords = chunking, silent-discard compatibility_level = 2 smtputf8_enable = no # Define protocols for SMTPS and submission service