cyrus-sasl and plugin's dirertory

Sergey via Cyrus-sasl <[email protected]>
Newsgroups gmane.comp.security.cyrus.sasl
Message-ID <[email protected]>
Hello.

cyrus-sasl can build with "--with-plugindir=" option.
How can application find it ? I see what Cyrus-IMAP,
Courier-IMAP and some can do it but Postfix can't.

If I found the right place in the code of Postfix
it uses a hard definition at compile time:

#if SASL_VERSION_MAJOR >= 2
    *path = strdup("/etc/postfix/sasl:@libdir@/sasl2");
#else
    *path = strdup("/etc/postfix/sasl:@libdir@/sasl");
#endif

I attempted to lookup to Cyrus-IMAP code but not found
implementation search of plugins. 

-- 
Regards, Sergey
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.