Browse Source

Remove redundant greylisting

Mike Ashley 7 years ago
parent
commit
5e2c8c8a2d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      roles/mailserver/templates/etc_postfix_main.cf.j2

+ 0
- 1
roles/mailserver/templates/etc_postfix_main.cf.j2 View File

72
   reject_non_fqdn_hostname,
72
   reject_non_fqdn_hostname,
73
   reject_non_fqdn_recipient,
73
   reject_non_fqdn_recipient,
74
   reject_unknown_recipient_domain,
74
   reject_unknown_recipient_domain,
75
-  check_policy_service inet:127.0.0.1:10023,
76
   permit
75
   permit
77
 
76
 
78
 # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
77
 # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for

Loading…
Cancel
Save