Skip to main content

Turn off SMTP Authentication?

Comments

4 comments

  • sparek-3
    What port is the user using to check mail with? Is the user using STARTTLS for their POP3 or IMAP (receiving mail) connection? What version of Outlook is the user using? I would guess that the user is not using secure POP3 or IMAP and is using an older version of Outlook that perhaps does not support TLSv1.2 and your server is only accepting TLSv1.2 connections, that's why the user is unable to start a secure connection. When you don't use TLS, then everything you send and receive along that connection is passed in plain text. This means anyone that happens to be listening on the connection can read everything that passes through it - including password information if it is sent.
    0
  • JMGarcía
    The user don't use Outlook, is a custom desktop application made in .net I think,... So if the rest of the cpanel accounts in this VPS use TLS o SSL, there would be no security problems in these?
    0
  • sparek-3
    If the user's application works without TLS but does not work with TLS... then the issue is with TLS. I would suspect that the client's custom desktop application is relying on old TLS libraries and needs to be updated, otherwise it won't be able to use TLS. Is not using TLS good or bad? That's entirely up to you and the client.
    0
  • cPanelLauren
    It seems like ultimately the issue is that the outlook client you're client is using isn't utilizing the TLS protocol instead it's trying to connect over SSL which the server does not accept as noted by @sparek-3. Microsoft did add fixes in the forum of a patch for this
    0

Please sign in to leave a comment.