From: Bob Cunningham (no email)
Date: Sun Oct 02 2005 - 14:12:48 EDT
On Oct 2, 2005, at 2:30 AM, Len Conrad wrote:
> imgate# telnet 204.9.246.3
> Trying 204.9.246.3...
> ^C
>
> imgate# telnet 204.9.246.4
> Trying 204.9.246.4...
> ^C
>
Use port 25 for testing SMTP:
$ telnet 204.9.246.4 25
Trying 204.9.246.4...
Connected to srv-246-4.absolutelynews.com.
Escape character is '^]'.
220 mx1.ciliform.com ESMTP
quit
$ telnet 204.9.246.5 25
Trying 204.9.246.5...
Connected to host-246-5.westcoastdns.net.
Escape character is '^]'.
220 mx2.ciliform.com ESMTP
quit
|
|
|