Darshaka Pathirana wrote: > Reading imaps://$MYUSERNAME@imap.$MYIMAPSERVER.org/INBOX... > Looking up imap.$MYIMAPSERVER.org... > Connecting to imap.$MYIMAPSERVER.org... > SSL/TLS connection using TLS1.0 (DHE-RSA/AES-128-CBC/SHA1) > Connected to imap.$MYIMAPSERVER.org:993 on fd=4 > 4< * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE > AUTH=PLAIN] Dovecot ready. > imap_authenticate: Using any available method. > SASL local ip: 10.0.0.188;58868, remote ip:xxx.yyy.zzz.254;993 > Error allocating SASL connection
Thanks. sasl_client_new() was called like so: rc = sasl_client_new("imap", "imap.$MYIMAPSERVER.org", "10.0.0.188;58868", "xxx.yyy.zzz.2554;993", mutt_sasl_get_callbacks(&conn->account), 0, saslconn); It didn't return SASL_OK. Maybe it returned SASL_NOMECH instead. - does "ldd /usr/bin/mutt" show it pointing to the right sasl lib? - based on tracing with "ltrace -o /tmp/log mutt", what does sasl_client_new actually return? - what versions does "dpkg-query -W libsasl2-\*" show? - are other apps using libsasl (like subversion) working? Sorry I have no better ideas. Hope that helps, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org