At 06:45 PM 2/10/2009, post...@corwyn.net wrote:
At 07:22 PM 2/10/2009, Nate wrote:
At 03:53 PM 3/18/2008, you wrote:
Wietse Venema wrote:
We're using SMTP AUTH in postfix, querying the dovecot auth socket
which works well; however, in our virtual hosted environment it
requires that customers login with their full email
address. Great in practice, but impractical when a hosting
account moves over and has 300, or 3000 subscribers all using
username only authentication. In that case, with dovecot
currently the query is written to compare full email
Couldn't you just change the sql query to compare the login passed
in to the left side of the User ID/email address?
Rick
Unfortunately not, because the server runs multiple domains, so if it
compared r...@% for instance in the query it would likely return
multiple results, and dovecot will reject on multiple results, as it should.
- Nate