diff options
Diffstat (limited to 'postfix/smtpd_recipient_restrictions')
-rw-r--r-- | postfix/smtpd_recipient_restrictions | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions new file mode 100644 index 0000000..ec48c9a --- /dev/null +++ b/postfix/smtpd_recipient_restrictions @@ -0,0 +1,12 @@ +reject_invalid_hostname +#reject_non_fqdn_hostname # These should only be enabled on a true mailhub (even some Debian daemons expect to be able to deliver to localhost) +#reject_non_fqdn_sender +#reject_non_fqdn_recipient +reject_unknown_sender_domain +reject_unknown_recipient_domain +reject_unauth_pipelining +permit_mynetworks +permit_mx_backup +reject_unauth_destination +reject_maps_rbl +reject # Not really needed, but just to be on the safe side... |