diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-29 23:24:52 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-29 23:24:52 +0000 |
commit | b4bedfdab9bbe29831eb844e991a1423f31d8174 (patch) | |
tree | 8b8bb57a37c74ad19aad950b22006d579c7d07f4 /postfix/smtpd_recipient_restrictions | |
parent | dfe5a490701f3662fdd1f1e1503a4fad81fca922 (diff) |
Add TLS support to postfix script (it should probably be renamed...).
Diffstat (limited to 'postfix/smtpd_recipient_restrictions')
-rw-r--r-- | postfix/smtpd_recipient_restrictions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions index 890db14..d6ccc21 100644 --- a/postfix/smtpd_recipient_restrictions +++ b/postfix/smtpd_recipient_restrictions @@ -1,5 +1,6 @@ reject_invalid_hostname permit_mynetworks # Move this below FQDN-checks on a "true mailhub" - some Debian daemons send to localhost +permit_sasl_authenticated # Silently ignored if TLS not in use reject_non_fqdn_hostname reject_non_fqdn_sender reject_non_fqdn_recipient |