1) I want to use sasl in order to send mail outside my LAN. The authentification run well. But I was stopped by zen.spamhaus.org because my FAI have registered dynamic adresses
in this site.

I don't understand why because permit_sasl_authenticated is always the second line !!!

2) The same thing happen with reject_non_fqdn_hostname : my home computer doesn't have a fqdn and permit_sasl_authenticated is the second line !!!

Here are the restrictions in my main.cf  :


smtpd_helo_restrictions =
    permit_mynetworks,
    permit_sasl_authenticated,
    #check_helo_access hash:/usr/local/etc/postfix/helo_access,
    #warn_if_reject,
    reject_invalid_helo_hostname,
    reject_non_fqdn_hostname,
    permit

smtpd_sender_restrictions =
   permit_mynetworks,
   permit_sasl_authenticated,
   reject_non_fqdn_sender,
   reject_unknown_sender_domain,
   permit


smtpd_recipient_restrictions =
       permit_mynetworks,
       permit_sasl_authenticated,
       reject_unauth_pipelining,
       reject_non_fqdn_recipient,
       reject_unknown_recipient_domain,
       reject_unauth_destination,
       reject_rbl_client cbl.abuseat.org,
       reject_rbl_client zen.spamhaus.org,
       permit

--
Hervé Hénoch
Responsable informatique
Institut Sainte Catherine
1750, chemin du Lavarin, 84000 Avignon
Téléphone : 04.90.27.57.44
Messagerie : h.hen...@isc84.org


Reply via email to