On my Gentoo box until today I had&nbsp;dovecot-1.0_rc7&nbsp;and&nbsp;used&nbsp;following&nbsp;entry&nbsp;in&nbsp;/etc/dovecot/dovecot-sql.conf<br><br>password_query = call Authorize('%u', '%n', '%d')<br><br>Simply put dovecot is calling my mysql stored routine which handles authorization. Until today,&nbsp;when&nbsp;I&nbsp;updated&nbsp;dovecot&nbsp;to&nbsp;
dovecot-1.0_rc8 it worked flawlessly. With this version executing stored proc dies with:<br><br>Password query failed: PROCEDURE mailsql.Authorize can't return a result set in the given context<br><br>Replacing stored proc call with select .... statement does the thing, but it's stored procedures are ... generally better to do things on DB imvho :-)
<br>Downgrading to dovetot-1.0_rc7 fixes the problem immediately. Of course /etc/dovecot/dovecot.conf remains the same in either case.<br>Is this a bug or change made on purpose?<br><br>-- <br>Chaos greets U