On 1/5/2009, swilting (john.swilt...@wanadoo.fr) wrote: > i top-post sorry > i newbie
Ok, but thats no excuse to *continue* to top-post. If you want help in the future, you should learn how to bottom/in-line post... > smtpd_client_restrictions = permit_mynetworks , permit As Noel pointed out - remove these completely, they are redundant and unnecessary > smtpd_recipient_restrictions = permit_mynetworks permit_inet_interfaces As Noel pointed out, permit_inet_interfaces > permit_sasl_authenticated permit_mx_backup permit_mynetworks > permit_sasl_authenticated Remove the second permit_mynetworks and permit_sasl_authenticated Again, as Noel already pointed out, based on what you have said so far, the ONLY restrictions you need are: smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination -- Best regards, Charles