Debian troubles

Discussion in 'Installation/Configuration' started by lhatle, Dec 17, 2005.

  1. lhatle

    lhatle New Member

    I have gotten everything up to the telnet test done but system hangs when I try the localhost telnet. Have no idea where to go from here.

    :~# telnet localhost 25
    Trying 127.0.0.1...
    Connected to localhost.localdomain.
    Escape character is '^]'.
    220 divine1."mydomain".com ESMTP Postfix (Debian/GNU)


    replaced mydomain for real domain.
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1036/sshd
    tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1024/master
    tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 821/named
     
    Last edited: Dec 17, 2005
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the content of your /etc/postfix/main.cf file here.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    You must type in
    Code:
    ehlo localhost
    after you see
    Did you do that?
     
  4. lhatle

    lhatle New Member

    Falko was right I did not do the line. Ok so it is working. Thanks for pointing out the missing link :confused:
     

Share This Page