isdtor writes: > > Hi all, > > $work moved to a new email system (in-house exchange). I've managed to > configure mutt for it and can successfully access the mailbox for reading. > But I am unable to send, with a message > > No authenticators available > > What could be the problem here? I have the same settings configured under > thunderbird, and sending works fine there. I figured out that the smtp server requires "250-AUTH GSSAPI NTLM", and also, that I had built this mutt without gss. So I rebuilt with gss
Configure options: '--prefix=/opt/crypto' '--disable-pgp' '--disable-smime' '--enable-gpgme' '--disable-nls' '--enable-imap' '--disable-pop' '--enable-smtp' '--without-gnutls' '--with-ssl' '--with-sasl' '--without-idn2' '--without-idn' '--with-gss' '--enable-compressed' '--enable-external-dotlock' '--enable-hcache' '--with-libgpg-error-prefix=/opt/crypto' '--without-lmdb' '--without-qdbm' '--without-tokyocabinet' '--with-gdbm' '--without-bdb' but it's still not working. I noticed that when I use e.g. set smtp_authenticators="gssapi:login" after the TLS connection is established, mutt goes straight into Authenticating (LOGIN)... as if it either wasn't even trying gssapi, or it tries and fails right away.
