Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Hi, i want to start the port 110 running. How do i do it? I type telnet localhost 110 it replies connection refuse What should i do? Thanks...
  1. #1
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117

    how to start the localhost 110 running?

    Hi,
    i want to start the port 110 running. How do i do it?

    I type
    telnet localhost 110
    it replies connection refuse

    What should i do?

    Thanks

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Well, first you need a Service Liserning on that port.
    This can be done my Deamons or by Normal Programs.
    Then you should open the Firewall for the Traffic you want to Allow to that port. (Etc all incomming on port 110 with the RST Flag enabled)
    Then you must test it.

    Then you can use it
    New Users, please read this..
    Google first, then ask..

  3. #3
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117
    ok.. how do i go about it?

    i have download the imap file. I make the file and copy the ipopd into my /usr/local/bin.

    I manage to send a mail using root to my username which is dean.

    if i type mail, it says i have receive a mail and i'm able to read it.

    I need to open using the localhost 110, therefore i use this command
    telnet localhost 110, but it replies connection refuse..

    Mmm...
    What should i do next?

  4. #4
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    I need to open using the localhost 110, therefore i use this command
    telnet localhost 110, but it replies connection refuse..

    That is opening a ClearText protocol to the port 110.
    Check your Firewall. He might block that.
    And you are 100% sure that the Deamon is waiting/liserning to port 110?
    New Users, please read this..
    Google first, then ask..

  5. #5
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117
    hi, how to check if port 110 is running?
    if not running how do i start it?

    I have already disable the firewall

    Thanks

  6. #6
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    netstart -a to show all the Liserning and Esseblised Connections on your Box.
    How to start depents on the service and distro.
    If you want to start sshd (Secure Shell Deamon) in Gentoo you should run:
    Code:
    /etc/init.d/sshd start
    Well I see you want port 110. So I think there is a maildeamon there?
    Tell me more if you need more help.

    Like what service do you want to run on port 110?
    Whats the output of netstat?
    What distro do you run?
    Have you tested your Deamon already?
    New Users, please read this..
    Google first, then ask..

  7. #7
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117
    Ok please correct me if i'm wrong.
    I have read that xinetd daemon is use to control the internet services such as ftp, pop3 etc..

    Therefore i started my xinetd daemon by
    Code:
    /etc/init.d/xinetd start
    This is the reply
    Code:
    xxx@DellCM:~> /etc/init.d/xinetd start
    Starting INET services. (xinetd)                                     done
    Ok now, what command do i type to see that xinetd process is really running?

  8. #8
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117
    My next question is

    i log in as root
    su root
    password <password>
    next i send a mail to a user xxx on the same machine using the mail command to a user in this machine

    Ok. Mail is sent to user xxx with sender as root.

    i know there are ways to get read the mail. therefore 1 way is using mail command and i can read the mail.

    I read that i can read mail by telnet to localhost 110

    Code:
    xxx@DellCM:~> telnet localhost 110
    Trying 127.0.0.1...
    telnet: connect to address 127.0.0.1: Connection refused
    Trying ::1...
    telnet: connect to address ::1: Connection refused
    You have mail in /var/spool/mail/xxx
    So how do i open this port 110 or is has been open?

    I'm using suse enterprise desktop linux 10 download from novell.
    I need guidance pls..
    Thanks

  9. #9
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    No you cant read your mail like that untill you install a server behind port 110 that allows Telnet to Read/Send email.
    I think you miss a very important thing here.
    Telnet is a Clear-Text protocol. It cant do anything else then send or recive clear data.
    the email you send will be pot in /var/spool/mail/xx by your mailserver.
    Also if you want to use telnet to read it before its in the inbox you should use a Packet Sniffer eg tshark or wireshark
    New Users, please read this..
    Google first, then ask..

  10. #10
    Linux Newbie
    Join Date
    Oct 2007
    Posts
    117
    Hi thanks for your reply..
    That means i not able to read the mail using telnet?

    Actually i just wan to try if can read the mail by using telnet localhost 110, because when i type mail xxx, i am able to read the mail..

    Both users are running on the same machine i assusme 2 roles.

    Thanks

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...