Skip to main content

smtp through port 465 timing out

Comments

5 comments

  • ankeshanand
    If the User Email Accounts are timing out, It is due to only 3 reasons as I know: 1. The Ports are not publicly visible or the Service is going down. Try lsof -i:465 on Terminal and check if exim/smtp has occupied the port. If not, The service is probably down. 2. Check for Default Settings in Exim Configuration. It is most likely that any wrong Data has caused a Failure. 3.From WHM, check Home "Server Configuration "Tweak Settings - Restrict outgoing SMTP to root, exim, and mailman (FKA SMTP Tweak) [?] (Enabling this feature will redirect outgoing SMTP connections to the local mail server. root, exim, and mailman are still allowed to make direct connections.) Also, Try Checking through Online utilities if your port is open and can be Visited by Another site. Also note that port 465 is SSL only. Port 25 is plain or may use STARTTLS. I would suggest you to disabled firewalld/csf/lfd whatever Firewall is there and then try for Port 465 Again to see if its a Firewall problem.
    0
  • cPRex Jurassic Moderator
    I like the things that @ankeshanand mentioned, although these wouldn't confirm if the port is accessible outside the system. To check that, you'd want to perform the following test from a workstation and not the server: telnet x.x.x.x 465
    where "x.x.x.x" is the server's IP address. Can you try that and see if you are able to connect?
    0
  • accafella
    hi @ankeshanand and thanks.
    I like the things that @ankeshanand mentioned, although these wouldn't confirm if the port is accessible outside the system. To check that, you'd want to perform the following test from a workstation and not the server: telnet x.x.x.x 465
    where "x.x.x.x" is the server's IP address. Can you try that and see if you are able to connect?

    Yes I had, or have since, tried all those things and thanks all for your help and suggestions. I turns out that we had inadvertently ordered the default fire-walling for our new VPS so in addition to the ConfigServer I installed there were some fire-walling conflicts resulting in port 465 remaining closed even as CSF reported it as open. Facepalm. So I disabled the default firewall and all it all works fine now. Thanks again all for your assistance.
    0
  • cPRex Jurassic Moderator
    I'm glad that's all it was!
    0
  • ankeshanand
    hi @ankeshanand and thanks. Yes I had, or have since, tried all those things and thanks all for your help and suggestions. I turns out that we had inadvertently ordered the default fire-walling for our new VPS so in addition to the ConfigServer I installed there were some fire-walling conflicts resulting in port 465 remaining closed even as CSF reported it as open. Facepalm. So I disabled the default firewall and all it all works fine now. Thanks again all for your assistance.

    I'm Glad I could Help!
    0

Please sign in to leave a comment.