mailcow-dockerized icon indicating copy to clipboard operation
mailcow-dockerized copied to clipboard

Remove unnecessary log lines in Postfix's log

Open SwissOS opened this issue 1 year ago • 0 comments

In order to avoid unnecessary log lines, changed main.cf:

smtpd_discard_ehlo_keywords = chunking

to this one (the non-logging alternative):

smtpd_discard_ehlo_keywords = chunking, silent-discard

SwissOS avatar Apr 03 '24 08:04 SwissOS