On Mon, Aug 18, 2014 at 07:18:23AM -0700,
Alexander Gattin wrote:
> IIRC CRAM and other MD5 auth types work via SASL
> because they are not built in mutt.

You can get list of available SASL methods via
e.g. Tcl (you need both tcl and tcllib packages
installed AFAIU):

  xrgtn@x505:~$ tclsh
  % package require SASL  
  1.3.2
  % ::SASL::mechanisms
  OTP DIGEST-MD5 CRAM-MD5 LOGIN PLAIN ANONYMOUS
  % 

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.

-- 
With best regards,
xrgtn

Attachment: signature.asc
Description: Digital signature

Reply via email to