Created
December 12, 2012 18:38
-
-
Save mrmamba/4270375 to your computer and use it in GitHub Desktop.
Listas blancas en Postfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_domains, reject | |
| smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_domains, reject |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dominio.com OK | |
| usuario@dominiobueno.com OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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