Doc -
On Aug 3, 4:38 pm, "Zack (Doc)" <
z...@tnan.net> wrote:
> So it should be a setting in your GMail settings that specified the server
> on Dotster's side. Ask them if you should be using a different port number
> for the SSL connection. If they don't support TLS or SSL, then they don't
> support authenticated SMTP, and are a target to become an open-relay.
> That's a poor configuration.
SMTP-AUTH and TLS are both completely separate mechanisms. SMTP-AUTH
is for the straightforward auth with the MX server, be it plain, cram
md5 or otherwise
TLS OTOH is for peace of mind and is not required (although it is
recommended) for SMTP transactions. Look up RFC-4954. It provides SSL-
based security to as to stop password sniffers picking up the
otherwise plaintext SMTP passwords on the wire.
Therefore, it's not so much a "poor configuration", rather Dotster has
opted not to spend a fortune on signing certificates for each SMTP
server that they operate. That is all!
-Ronald