Skip to main content

Using SMTP with external email client problem

Comments

7 comments

  • cPanelLauren
    Hello @patelchris97 It sounds like you're attempting to make an SSL connection to the server from the mail client. What ports are you using for incoming/outgoing server? Thanks!
    0
  • patelchris97
    i dont think its issue with port, i have tried both port 465/587 but its give me same error. thats problem mostly happens when "Require clients to connect with SSL or issue the STARTTLS command before they are allowed to authenticate with the server" is set to "ON". well this time, after installing whm in new server and turn that off, i still got the error but via webmail its work fine. i have installed whm in 2 different new server and that error still happen.
    0
  • cPanelLauren
    Hi @patelchris97 Turning the require SSL/STARTTLS before an account can authenticate off is not going to stop the client from attempting to make a connection over SSL and right now based on that screenshot you're showing me you're attempting to make an SSL connection to the server. I'd wager that the client is using an out of date SSL protocol that the server does not support as well. You'd be able to see this in the exim logs at /var/log/exim_mainlog
    0
  • patelchris97
    [root@vm-francmay-105903 ~]# /var/log/exim_mainlog -bash: /var/log/exim_mainlog: Permission denied [root@vm-francmay-105903 ~]# /var/log/exim_mainlog -bash: /var/log/exim_mainlog: Permission denied
    0
  • cPanelLauren
    Hello @patelchris97 I just gave you the location of the exim_mainlog just running that won't get you any output. You might try something like the following: grep "email@domain.tld" /var/log/exim_mainlog
    Where email@domain.tld is the email address you're looking for
    0
  • patelchris97
    i installed whm in another server and smtp work with external client in 24hours. then after i reboot server to apply update am getting "smtpconnecterror 421"
    0
  • cPanelLauren
    Hi @patelchris97 What is output in the exim logs for that transaction?
    0

Please sign in to leave a comment.