On Mon, Aug 18, 2014 at 10:49:06AM -0700, Alexander Gattin wrote:
> Then you can set the smtp_authenticators parameter
> to include all methods except CRAM-MD5:
> 
>   set smtp_authenticators="otp:digest-md5:login:plain:anonymous"
> 
> In my case there were problems with "PLAIN" method
> and excluding it from smtp_authenticators didn't
> work, so I had to patch mutt but YMMV.


That's actually what i ended up doing my line in the muttrc is:

set 
smtp_authenticators="external:anonymous:plain:otp:skey:digest-md5:scram:ntlm:gssapi:browserid-aes128:eap-aes128"


And that ended up working.

Russ

Reply via email to