Skip to content

Commit

Permalink
Remove unnecessary log lines in Postfix's log (#5817)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SwissOS committed Jun 10, 2024
1 parent f675af5 commit 38b0641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/conf/postfix/main.cf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38b0641

Please sign in to comment.