Hi List, I am programming a sql canonuser-plugin. In short it does a sql-statement (SELECT main_account FROM accounts WHERE address='%s')
This plugin is to be used in cyrus-imap. All my code works fine. But: the canonuser-plugin is called multiple times within the same context. For instance: --- DB: main_account address webmas...@test.local l...@test.local l...@test.local webmas...@anywhere.local my code does (at the moment!) only one select statement, but is called twice. When I ask for webmas...@anywhere.local sasl sends webmas...@t - because the length given back is the length from the first select. My problem is it seems like the code is called twice at the same time. Is this a problem of sasl or of imap? Regards, Lars