how can i check if users use sasl or not? are there any special settings in the mailclient?
best 2008/12/15 Charles Marcus <cmar...@media-brokers.com>: > On 12/15/2008, neugi (neu...@gmail.com) wrote: >> smtpd_recipient_restrictions = permit_sasl_authenticated, >> permit_mynetworks, reject_rbl_client sbl.spamhaus.org, >> reject_unauth_destination, reject_non_fqdn_recipient, >> reject_non_fqdn_sender, reject_unauth_pipelining, >> reject_unknown_recipient_domain, reject_unknown_sender_domain, >> check_policy_service inet:127.0.0.1:60000 > > First, put reject_unauth_destination BEFORE reject_rbl_client - this > will prevent lots of unnecessary DNS queries... > > As for your problem, the only thing I can think of is your users are not > actually using sasl_auth? > > -- > > Best regards, > > Charles >