Skip to content

Instantly share code, notes, and snippets.

@nosmo
Created October 30, 2019 15:36
Show Gist options
  • Select an option

  • Save nosmo/fe5782080a24ea90dc564d553140e9ad to your computer and use it in GitHub Desktop.

Select an option

Save nosmo/fe5782080a24ea90dc564d553140e9ad to your computer and use it in GitHub Desktop.
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unauth_destination,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client dul.dnsbl.sorbs.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment