Hi, after upgrading to OSX 10.10, I started getting the following error when sending emails with smtp using smtp_authenticators='gssapi'.
TLSv1 connection using TLSv1/SSLv3 (RC4-SHA) No authenticators available I was first using mutt 1.5.23 provided with Homebrew, and I've tried reinstalling with no success. I've also built from source with the following configure options and still get the same error. Configure options: '--with-sasl' '--with-gss' '--enable-imap' '--enable-smtp' '--with-ssl' '--enable-hcache' I have some version of gss headers and the dynamic library: ~ » ls /usr/include/gssapi* /usr/include/gssapi.h /usr/include/gssapi: gssapi.h gssapi_generic.h gssapi_krb5.h ~ » ls /usr/lib/libgssapi_krb5.dylib /usr/lib/libgssapi_krb5.dylib The mutt configuration files I'm using (without users/pws) are uploaded at https://github.com/bamos/dotfiles if these provide further info. Does anybody know how I can fix this? Is there somewhere else I should post this? Since I'm getting the same errors when building from source, I thought this mailing list is more appropriate than the Homebrew issue tracker. Regards, Brandon.