Cyrus IMAPD with LDAP Authentication
Andrew J Caird
andrew.caird at fccc.edu
Wed Nov 5 14:14:44 EST 2003
On Wed, 5 Nov 2003, Igor Brezac wrote:
>
> On Wed, 5 Nov 2003, Robert wrote:
>
> > Thanks for the correction. The old documentation is to blame. Now,
> > the problem is that imap cannot connect to the saslauthd server. I
> > tried changing the path in the saslauthd init script. Is there a way
> > to speciry the path of the mux socket in the imapd.conf file? What
> > directory does imapd look for the mux socket?
> >
>
> sasl_saslauthd_path
>
which you didn't find because it isn't an imap option, but a sasl option
(see doc/sysadmin.html in the cyrus-sasl tree), and prepending sasl_ to
it in the imapd.conf file simply passes that option on to sasl, from the
imapd.conf man page:
sasl_option:
Any other SASL option can be set by preceeding it with
"sasl_". This file overrides the SASL configuration
file.
The inter-relation between all of this is non-trivial, but it isn't
random, and it all does work in the end.
Good luck.
--
Andrew
More information about the Info-cyrus
mailing list