Quote Originally Posted by wysota View Post
Can you connect to gmail-smtp-in.l.google.com using telnet?

telnet gmail-smtp-in.l.google.com 25

The server should respond with a smtp greeting, something like:
220 mx.google.com ESMTP
I get this
Qt Code:
  1. abc@abc:~> telnet gmail-smtp-in.l.google.com 25
  2. Trying 209.85.147.27...
  3. telnet: connect to address 209.85.147.27: No route to host
  4. Trying 209.85.147.114...
  5. telnet: connect to address 209.85.147.114: No route to host
To copy to clipboard, switch view to plain text mode