Browse Source

removed recipient restrictions (if we want them, will add with spamassassin)

master
Mar Alegre 4 years ago
parent
commit
6d12d80d6c
  1. 9
      mailsrv/assets/postfix/main.cf.part

9
mailsrv/assets/postfix/main.cf.part

@ -61,15 +61,6 @@ smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_i
smtpd_data_restrictions = reject_unauth_pipelining smtpd_data_restrictions = reject_unauth_pipelining
# reject unauthorized relay attempts # reject unauthorized relay attempts
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
# reject mail from IPs listed in spam list
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
# reject_rbl_client zen.spamhaus.org,
# reject_rhsbl_reverse_client dbl.spamhaus.org,
# reject_rhsbl_helo dbl.spamhaus.org,
# reject_rhsbl_sender dbl.spamhaus.org,
permit
### Misc ### ### Misc ###
# whether to send "new mail" notifications to users # whether to send "new mail" notifications to users

Loading…
Cancel
Save