unable to send mail with zoho and ssmtp on linux.

unable to send mail with zoho and ssmtp on linux.

Hello,

I'm trying to send a email via my zoho account using ssmtp on my linux box but it doesn't send it.
I get in the end this msg: ssmtp: Cannot open smtp.zoho.com:465
when looking into the debug messages I see these lines:
May 22 19:42:46 NCC-5001-D sSMTP[12775]: Creating SSL connection to host
May 22 19:48:46 NCC-5001-D sSMTP[12775]:
May 22 19:48:46 NCC-5001-D sSMTP[12775]: Invalid response SMTP Server (STARTTLS)
May 22 19:48:46 NCC-5001-D sSMTP[12775]: Cannot open smtp.zoho.com:465

my config file is as follows:
  1. Debug=YES
    root=user@yahoo.com
    mailhub=smtp.zoho.com:465
    rewriteDomain=zoho.com
    UseTLS=YES
    AuthUser=daggs1
    AuthPass=************
    UseSTARTTLS=YES
    FromLineOverride=yes







what am I doing wrong? are my settings right?

Thanks.