Op zaterdag 22 augustus 2009, schreef Andreas Metzler:
> Hello,
>
> gmail does not require tls_on_connect afaict, it suports
> STARTTLS.
>
> ametzler@argenau:~$ swaks -tls -q helo -s smtp.gmail.com
> === Trying smtp.gmail.com:25...
> === Connected to smtp.gmail.com.
> <- 220 mx.google.com ESMTP l19sm2643853fgb.28
> -> EHLO argenau.downhill.at.eu.org
[...]
Hello,
I only get:
$ swaks -tls -q helo -s smtp.gmail.com
=== Trying smtp.gmail.com:25...
*** Error connecting 0.0.0.0 to smtp.gmail.com:25:
*** IO::Socket::INET: connect: timeout
I think it depends on the originating ip-address.
Apparently other mailhosts can use port 25 and STARTTLS,
while 'ordinary' gmail users must use tls on connect and port 465
or 587.
Regards,
Arnold