[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: failed SMTP auth



David you are a star! And thanks Masaru Nomiya for you help as well!

The fix was to set the auth type to login and set these options:

  starttls-use-gnutls t
  starttls-gnutls-program "gnutls-cli"
  starttls-extra-arguments '("--insecure")

here is my full (working) config in case it helps someone in the
future searching the list archive:

http://paste.lisp.org/+2JE6/1


On Sun, Jan 9, 2011 at 8:30 AM, David Maus <dmaus@ictsoc.de> wrote:
> At Sun, 9 Jan 2011 06:09:33 -0500,
> Daniel Anderson wrote:
>>
>> However with wanderlust it's only gotten me slightly further if even
>> at all. I now get this error when sending off a composed mail (looks
>> in fact very similar to the old one):
>>
>> Debugger entered--Lisp error: (error "No authentication mechanism available")
>
> No, much better: The mailserver does not support PLAIN authentication:
>
>> *trace of SMTP session to exchange-hub.peer1.com*
>> 220 hubfmt01.corp.peer1.net Microsoft ESMTP MAIL Service ready at Sun,
>> ...
>> STARTTLS
>> 220 2.0.0 SMTP server ready
>> EHLO mercury.peer1.com
>> ...
>> 250-AUTH NTLM LOGIN
>> ...
>
> Setting the authentication type for this server to "login" should fix
> this problem.
>
> (setq wl-smtp-authenticate-type "login")
>
> HTH,
>  -- David
> --
> OpenPGP... 0x99ADB83B5A4478E6
> Jabber.... dmjena@jabber.org
> Email..... dmaus@ictsoc.de
>