curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: SMTP sending emails with curl greater than Version 7.40 with a batch file fails, Version 7.40 works

From: Jeremy Nicoll <jn.ml.crlu.36_at_letterboxes.org>
Date: Fri, 24 May 2019 11:25:23 +0100

On Fri, 24 May 2019, at 08:39, eisel_at_bankettprofi.de wrote:
> Hello,
>
> we send e-mails with a curl command line. Previously we used the version
> 7.40 and sending the e-mail works fine.
> Since we have to switch to a current version, sending does not work anymore.

In your working older connection I see:

> < 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI
> < 250 HELP
> > AUTH DIGEST-MD5
> < 334
...
> < 235 2.0.0 Authentication successful

whereas in the new one I see:

> < 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI
> < 250 HELP
> } [5 bytes data]
> > AUTH GSSAPI

Why does the newer system try to login using a different
authentication method?

Is there a way to tell curl to use the (less secure?) DIGEST-MD5
authentication method?

-- 
Jeremy Nicoll - my opinions are my own.
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-05-24