"Kevin J. Menard, Jr." wrote:
> 
> Hey guys,

[...]

>     Now, this is just a direct telnet to my imap server, along with the
>     openldap output:
> 
>     balthasar:/usr/local/man/man1# telnet localhost imap
>     Trying 127.0.0.1...
>     Connected to localhost.
>     Escape character is '^]'.
>     * OK imap.negativetwenty.com Cyrus IMAP4 v2.0.14-NAMESPACE-r3 server ready
>     . login cyradm <cyradm_pass_here>
>     Connection closed by foreign host.

Try attaching a debugger to imapd before attempting LOGIN.  Then do a
backtrace to see where it bombs.  I'm gonna guess it bombs in
sasl_checkpass() which most likely means a problem with the pam_ldap
module.

Just my $.02

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to