Am Sunday 01 October 2006 15:18 schrieb Torsten Schlabach: > > Remove the "sasl_ldapdb_uri" Option from your imapd.conf. If the > > ldapdb Plugin is installed, you should see an Error in your Log: > > > > imap[]: auxpropfunc error invalid parameter supplied > > imap[]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: > > ldapdb > > Ok, that worked, thank you. > > > (lib)ldapdb itself has no Output. > > I see. > > Maybe you could help with one more hint? > > I am currently writing a canon_user plugin, and I would like it to have > some debugging output. I tried adding something like: > > sparams->utils->log(NULL, SASL_LOG_ERR, "PaTTern "); Looks ok. Did you select your canonuser Plugin? (sasl_)canon_user_plugin: the_name And if and where you see something depends on the Context, where cyrus-sasl is used. Som Applications implement their own Log-Callback. > but that output does not seem to show up anywhere. -- Andreas