The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #11 (permalink)  
Old 06-25-2007
zazzybob's Avatar
zazzybob zazzybob is offline
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Code:
$ telnet sendmail.org 25
Trying 209.246.26.22...
Connected to sendmail.org.
Escape character is '^]'.
220 services.sendmail.org ESMTP Sendmail 8.14.0.Alpha1/8.14.0.Alpha1; Mon, 25 Jun 2007 22:09:42 -0700 (PDT)
HELO localhost
250 services.sendmail.org Hello foo.bar.com [199.199.199.199], pleased to meet you
QUIT
221 2.0.0 services.sendmail.org closing connection
Connection closed by foreign host.
Cheers
ZB
Reply With Quote