Skip to content

Instantly share code, notes, and snippets.

@mrmamba
Created December 12, 2012 18:38
Show Gist options
  • Select an option

  • Save mrmamba/4270375 to your computer and use it in GitHub Desktop.

Select an option

Save mrmamba/4270375 to your computer and use it in GitHub Desktop.
Listas blancas en Postfix
smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_domains, reject
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_domains, reject
dominio.com OK
usuario@dominiobueno.com OK
dominio.com OK
usuario@dominiobueno.com OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment