Hmmm, looks like that was it, thanks much for the second pair of eyes!
Just can't seem to see those things at 4am!?!? Ohh well, some more wasted disk space for the archives... :)
Thanks again,
LukeJ.
Chris Hilts wrote:
sasl_mysql_statement: select pass from email where eaddr ='%u' and mid=1
and
> sasl_mysql_statement: select pass from email where eaddr ='%u' and mid=1
> and active=1"
Well, assuming this isn't a transcription typo, you've got an unbalanced
quote at the end of your statement.
--
Chris Hilts
[EMAIL PROTECTED]
Howdy,
Problem:
So, I'm setting up a new Cyrus server, pretty standard config (see below)
It seems that in Simon's mysql auxprop code, the mysql_query() is failing. I'm always getting back a -1 (error) result
I'm about to write a test program, to try the mysql libs away from sasl, and see if