Cant telnet port 25 getting error

Discussion in 'Installation/Configuration' started by timgerr, Jan 30, 2006.

  1. timgerr

    timgerr New Member

    I am following the directions to install a ISCONFIG server and I am getting errors when I telnet port 25, I am on paget 4 (ISP-Server Setup - Ubuntu 5.10 "Breezy Badger" - Page 4) here is the error that I am getting


    root@mrbutns:/etc/init.d# telnet localhost 25
    Trying 127.0.0.1...
    Connected to localhost.localdomain.
    Escape character is '^]'.
    220 server1.example.com ESMTP Postfix (Ubuntu)



    Thanks all
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This is the expected result, what happens if you type:

    Code:
    ehlo localhost
     
  3. falko

    falko Super Moderator ISPConfig Developer

    After you see the
    Code:
    220 server1.example.com ESMTP Postfix (Ubuntu)
    line, you must type
    Code:
    ehlo localhost
    , as Till said before.
     
  4. timgerr

    timgerr New Member

    I will try this next time I am at work, I am out sick now.

    Thanks
     

Share This Page