# wagner_m_bre...@web.de / 2018-08-08 13:03:22 +0200:
> On Aug 08, 2018 at 12:44:00, Roman Neuhauser wrote:
> > i'm having trouble setting up mutt for SMTP submission to office365.com.
> > the error message is:
> > 
> >   SSL failed: error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong 
> > version number
> > 
> > my configuration is:
> > 
> >   set my_addr = "roman.neuhauser@..."
> >   set my_pass = "..."
> > 
> >   set smtp_url = "smtps://$my_a...@smtp.office365.com:587"
> >   set smtp_pass = "$my_pass"

>       set smtp_url = "smtp://$my_a...@smtp.office365.com:587"

hello Michael,

many thanks for the tip, this let me past the protocol version hurdle.

next up was "No authenticators available", caused by missing SASL
modules (i had libsasl installed but cyrus-sasl-modules was missing).

it's working now.  thanks again,

-- 
roman

Reply via email to