Telnet connection

Discussion in 'ISPConfig 3 Priority Support' started by misterm, Oct 21, 2023.

  1. misterm

    misterm Member HowtoForge Supporter

    Hello
    in which log file you can see telnet connections.
    I'd like to know how to make a telnet connection on port 587, which I can't do even with the firewall on/off.
    Mz
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you want to connect to port 587 then this is a connection to the email system (postfix), this means you can find it in the mail.log file. This means the log file always depends on the service you want to connect to and not if you use Telnet or another client for the connection.
     
  3. misterm

    misterm Member HowtoForge Supporter

    Ok till, we agree, that a telnet connection is like this
    Mz
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Code:
    root@server1:~# telnet localhost 587
    Trying ::1...
    Connected to localhost.
    Escape character is '^]'.
    220 server1.example.com ESMTP Postfix (Debian/GNU)
    quit
    221 2.0.0 Bye
    Connection closed by foreign host.
     

Share This Page