On 2010-06-23 12:34 AM, Stan Hoeppner wrote: > smtpd_recipient_restrictions = > permit_mynetworks > reject_unauth_destination > permit_sasl_authenticated
Under most circumstances, reject_unauth_destination should go *after* permit_sasl_authenticated, or your sasl authenticated users will not be able to relay. So... > smtpd_recipient_restrictions = > permit_mynetworks > permit_sasl_authenticated > reject_unauth_destination > etc -- Best regards, Charles