Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8359001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:59:54+00:00 2026-06-09T10:59:54+00:00

If I try: telnet localhost 143 I can get access to imap If I

  • 0

If I try:

telnet localhost 143

I can get access to imap

If I try

telnet server.name 143

I get

telnet: Unable to connect to remote host: Connection timed out

See output of my netstat.

netstat --numeric-ports -l | grep 143

tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN     
tcp6       0      0 :::143                  :::*                    LISTEN   

What does the above output mean?

Am at my wits end cannot get imap to work remotely, works perfectly with webmail on the server.

I’m accessing the server from laptop terminal remotely, and locally for localhost connection

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:59:55+00:00Added an answer on June 9, 2026 at 10:59 am

    The output you quote:

    tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN     
    tcp6       0      0 :::143                  :::*                    LISTEN
    

    means that you have a program (presumably your imap server) listening on port 143 via tcp (on both IPv4 and IPv6). And the “0.0.0.0” part means it should accept connections from any source. (If it said “127.0.0.1:143” for the local address, it would mean that only local connections would be accepted.)

    So, since it looks like you have the serer listening correctly, I’d first check that server.name actually resolves to the correct IP address. Can you contact any other services on that server to make sure that part works?

    Assuming that that works, then the next thing I’d check would be your firewall. You might look at http://www.cyberciti.biz/faq/howto-display-linux-iptables-loaded-rules/ but you could probably start by just running:

    sudo iptables -L -v
    

    On my machine which has no firewall rules I get this:

    $ sudo iptables -L -v
    Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
     pkts bytes target     prot opt in     out     source               destination         
    
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
     pkts bytes target     prot opt in     out     source               destination         
    
    Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
     pkts bytes target     prot opt in     out     source               destination         
    

    If you get something much different, the I’d take a closer look to see if that’s blocking your traffic.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using telnet by using the command: telnet <host ip> <port> I can connect
I can telnet to a certain host and port no problem and issue commands.
Specialized Server provides four interfaces to connect - HTTP, HTTPS, Telnet and SSH. We
Hy, i'm try to create a simple Telnet Server in python, but the server
I have the following code: http://pastebin.com/U9qYSmET When I try to telnet into my server
I need to send several commands over telnet to a server. If I try
I am trying to send Email using telnet and smtp.mail.yahoo.com server. when I try
I'm writing a library to support telnet'ing to a remote server and running apps.
try: html = urlopen('http://glbse.com/api/asset/' + asset.name) except: print 'error while updating the price of
Try as I might I cannot get my head around what the IteratorIterator class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.