From dfe86699095d878571810193c40807d7e4b82a83 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 8 Dec 2002 21:42:03 +0000 Subject: Generalize script... Disable fqdn checks - they make legitimate mail from local daemons fail. --- postfix/smtpd_recipient_restrictions | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 postfix/smtpd_recipient_restrictions (limited to 'postfix/smtpd_recipient_restrictions') 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... -- cgit v1.2.3