소스 검색

[Postfix] Remove pipeling from ehlo keywords as we block it in data restrictions

Dmitriy Alekseev 1 년 전
부모
커밋
c61938db23
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      data/conf/postfix/main.cf

+ 2 - 1
data/conf/postfix/main.cf

@@ -160,7 +160,8 @@ transport_maps = pcre:/opt/postfix/conf/custom_transport.pcre,
   proxy:mysql:/opt/postfix/conf/sql/mysql_relay_ne.cf,
   proxy:mysql:/opt/postfix/conf/sql/mysql_transport_maps.cf
 smtp_sasl_auth_soft_bounce = no
-postscreen_discard_ehlo_keywords = silent-discard, dsn
+postscreen_discard_ehlo_keywords = silent-discard, dsn, pipelining, chunking
+smtpd_discard_ehlo_keywords = pipelining, chunking
 compatibility_level = 2
 smtputf8_enable = no
 # Define protocols for SMTPS and submission service