Hi,

I've been using Stunnel for many years without a problem but I just changed my email provider and now my mail client can't send emails.

Receiving via POP is still fine, but sending via SMTP is giving the error "SSL_connect: ssl/record/ssl3_record.c:354: error:0A00010B:SSL routines::wrong version number"

The old SMTP server was on port 465 whereas the new server (hotmail) is on port 587 so that may be the source of the problem.

My config file is quite simple:

socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
client = yes

[pop]
accept = 110
connect = outlook.office365.com:995

[smtp]
accept = 25
connect = smtp-mail.outlook.com:587

I just changed the POP and SMTP server details to the new ones. POP is still on port 995 as it was before but SMTP has changed from 465 to 587.

I was running an older version of Stunnel but updating to latest version hasn't helped.

Does anyone have any ideas? I'd hate to have to lose my old Email client which has so many messages stored so it would be great to get it working fully with hotmail.

Thanks!

Graham.