浏览代码

be less restrictive to allow clients to login

master
父节点
当前提交
6d4cec22ed
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      templates/main.cf.j2

+ 3
- 3
templates/main.cf.j2 查看文件

@@ -43,9 +43,9 @@ inet_interfaces = all
inet_protocols = all

# some rules from http://www.postfix.org/SMTPD_ACCESS_README.html
smtpd_client_restrictions = permit_mynetworks, reject
smtpd_helo_restrictions = reject_unknown_helo_hostname
smtpd_sender_restrictions = reject_unknown_sender_domain
#smtpd_client_restrictions = permit_mynetworks, reject
#smtpd_helo_restrictions = reject_unknown_helo_hostname
#smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_data_restrictions = reject_unauth_pipelining

smtpd_recipient_restrictions =


正在加载...
取消
保存