Check your qmail box by telnetting port 25. After the greeting, type
starttls and hit enter. If it's TLS ready, it should respond with a '220
ready for tls'.
Dan Herbon wrote:
Hello,
My company wants to establish Encrypted email for sensitive emails. I
found a company in which several b
That was my impression. So a port is either configured for SSL or not?
(not considering TLS, which would go on a non-SSL port configured with TLS
capability)
Warren Melnick wrote:
> It depends on whether the port wants ssl as it is contacted or if it
> takes a normal connection and a STARTTLS comm
It depends on whether the port wants ssl as it is contacted or if it
takes a normal connection and a STARTTLS command that then flips it
into secure mode.
W
On Thu, Feb 14, 2008 at 2:22 PM, Eric Shubes <[EMAIL PROTECTED]> wrote:
> Ben Mills wrote:
> >
> > I don't know about the port thing. SSL
Ben Mills wrote:
>
> I don't know about the port thing. SSL on port 25 works fine.
>
I wasn't aware of that. I wonder why there's a separate standard port for
SSL on various services (https, nntps, ldaps, imaps, pop3s, telnets).
--
-Eric 'shubes'
--
I should have said essentially the same. I was trying to keep it simple,
not to misinform. At the time TLS was being standardized, there were
issues with RSA being under patent, DES which was never considered
secure, and 512 key lengths which really shouldn't be used nowadays.
OTOH the really
Ben Mills wrote:
> TLS is SSL.
Sorta kinda. ;) They're both encrypted connections, but they're just a tad
different in the way they're initiated. In simple terms, with SSL a
dedicated port is used strictly for encrypted communications, and all
traffic on the port is encrypted. With TLS, a 'normal'
TLS is SSL. By default your toaster should attempt attempt an encrypted
connection every time it connects to a foreign host. To go further, you
may wish to use SSL between your server and its clients. POP3 SSL (port
995) is ready to go with the default build of toaster. But you need to
build a
Hello,
My company wants to establish Encrypted email for sensitive emails. I found
a company in which several banks use that offer Email Encryption. I spoke
with their tech guys and they said basically I relay all email that leaves
the server through their servers via "TLS Encryption." Has anyo