Antony a écrit :
> Happy new year to all of you ! ;o)
> 

Bonne année!

>  [snip]
> 
> smtpd_recipient_restrictions =
> 
>     reject_invalid_hostname,
> 
>     reject_non_fqdn_helo_hostname,
> 
>     reject_non_fqdn_hostname,
> 

this is the same as reject_non_fqdn_helo_hostname



>     reject_non_fqdn_sender,
> 
>     reject_non_fqdn_recipient,
> 
>     reject_unknown_sender_domain,
> 
>     reject_unknown_recipient_domain,
> 



put reject_unlisted_recipient here.


>     reject_unverified_recipient,
> 
>     reject_invalid_helo_hostname,

this is the same as reject_invalid_hostname above.

>     reject_unlisted_recipient,
see above.

> 
>     check_recipient_maps,

what's this?

> 
>     reject_unlisted_sender,
> 
>     permit_mynetworks,
> 
>     permit_sasl_authenticated,
> 
>     reject_unauth_destination,
> 
>     reject_rbl_client bl.spamcop.net,
> 
>     reject_rbl_client list.dsbl.org,

dsbl is dead.

> 
>     reject_rbl_client zen.spamhaus.org,
> 
>     reject_rbl_client cbl.abuseat.org,

cbl is included in zen, so remove it.

> 
>     check_policy_service inet:127.0.0.1:60000,
> 


Reply via email to