Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Ben Mills
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

Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Eric "Shubes"
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

Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Warren Melnick
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

Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Eric "Shubes"
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' --

Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Ben Mills
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

Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Eric "Shubes"
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'

Re: [qmailtoaster] TLS Secure

2008-02-14 Thread Ben Mills
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

[qmailtoaster] TLS Secure

2008-02-14 Thread Dan Herbon
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