소스 검색

[Rspamd, Postfix] Move PTR check to Postfix

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

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

@@ -118,7 +118,6 @@ smtpd_recipient_restrictions = permit_sasl_authenticated,
   permit_mynetworks,
   permit_mynetworks,
   check_recipient_access proxy:mysql:/opt/postfix/conf/sql/mysql_tls_enforce_in_policy.cf,
   check_recipient_access proxy:mysql:/opt/postfix/conf/sql/mysql_tls_enforce_in_policy.cf,
   reject_invalid_helo_hostname,
   reject_invalid_helo_hostname,
-  reject_unknown_reverse_client_hostname,
   reject_unauth_destination
   reject_unauth_destination
 smtpd_sasl_auth_enable = yes
 smtpd_sasl_auth_enable = yes
 smtpd_sasl_authenticated_header = yes
 smtpd_sasl_authenticated_header = yes