unable to connect gmail and hotmail via telnet
Posted
by
codeomnitrix
on Server Fault
See other posts from Server Fault
or by codeomnitrix
Published on 2011-02-21T04:56:00Z
Indexed on
2011/02/21
7:26 UTC
Read the original article
Hit count: 496
Hey all i am try to connect to gmail and hotmail server via telnet.
As:
$: telnet smtp.gmail.com 25
Trying 74.125.127.109...
Connected to gmail-smtp-msa.l.google.com.
Escape character is '^]'.
220 mx.google.com ESMTP j3sm3044317ybe.11
helo
250 mx.google.com at your service
220 2.0.0 Ready to start TLS
mail from: [email protected]
Connection closed by foreign host.
Here codeomnitrix is a user of smtp.localhost.com. And i am running postfix at my system with sitename being smtp.localhost.com.
And i am able to sent mail locally from one user to another user but can't send to any other user who is not local.
Thanks in advance:)
© Server Fault or respective owner