Using SMTP with external email client problem
I am trying to use the SMTP with turbomailer but its getting failed. i have also turn off the option "Require clients to connect with SSL or issue the STARTTLS command before they are allowed to authenticate with the server" and its still giving me error. i disable smtp restriction but nothing work. if i try to send via my whm/cpanel webmail its work fine but cant connect with external email client
[removed - please attach images directly to thread]
can anyone give me the solution
-
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 -
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 -
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_mainlog0 -
[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 -
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 for0 -
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 -
Hi @patelchris97 What is output in the exim logs for that transaction? 0
Please sign in to leave a comment.
Comments
7 comments