Victor Duchovni wrote, at 03/16/2009 10:10 AM: > On Mon, Mar 16, 2009 at 02:29:17PM +0530, ram wrote: > >> For smtp-auth configuration, some users put full emailid as username , >> some use just the userid part of email-id(before '@'). Can postfix >> always authenticate with userid. Can this be done only for email-ids of >> some domain > > Postfix passes the data received from the SASL client verbatim to the > SASL library. The rest is up to the SASL library.
For clarification, what happens when smtpd_sasl_local_domain is set? Does the presence or absence of a realm in the login alter Postfix behaviour?