diff --git a/pica-mail/pica-mail-mta/config.sh b/pica-mail/pica-mail-mta/config.sh index 363eea1889d84ade6cdde4926e5cf7fcb2ab955a..30f662d9796dea8a428ff3e8ff18e96989d37066 100755 --- a/pica-mail/pica-mail-mta/config.sh +++ b/pica-mail/pica-mail-mta/config.sh @@ -1,4 +1,4 @@ -#!/bin/bash +/#!/bin/bash # postconf permet de modifier /etc/postfix/main.cf @@ -51,7 +51,7 @@ postconf -e 'smtpd_recipient_restrictions = reject_unknown_recipient_domain, per # Rejette les clients qui ne disent pas bonjour, ou qui disent # bonjour (HELO ou EHLO) avec un nom de domaine non-valide, non pleinement # qualifié (i.e. "absolu"), ou sans enregistrement DNS A ou MX. -postconf -e "smtpd_helo_restrictions = reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unknown_helo_hostname" +postconf -e "smtpd_helo_restrictions = reject_invalid_helo_hostname" postconf -e "smtpd_helo_required = yes" # Blacklists basées sur l'adresse du client