|
There are a few e-mail encryption services out
there (e.g, see Sigaba & Zix, among others). We provide an
encrypted e-mail service for our healthcare customers that encrypts messages,
not only in transport, but while stored in their mailboxes, as well. We
also provide a TLS/SSL gateway server that requires the e-mail client (Outlook,
OE, Thunderbird, Opera, Eudora, etc.) to establish a TLS/SSL session to the
server on either Port 25 (SMTP), 465 (SMTPS) or 587 (Submission) and once the
encrypted session is established, then the SMTP Authentication challenge takes
place before the server will accept a message for relaying (that way plain text
passwords are encrypted in transport).
Utilizing TLS/SSL over ports 465 and 587, as well
as 25, enables us to also support those customers that may be using an ISP that
blocks port 25 outbound. Port 25 inbound and outbound can be set to
advertise its TLS/SSL support, and can either require it or accept it, if
offered. Here is a sample header from a
message delivered though one of our secure gateways by an e-mail
client:
Received: from SOMEHOST (unknown
[xxx.xxx.xxx.xxx])
(using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.example.com (Secure E-Mail Service) with ESMTP id 1234567 We do not publish the SMTP Auth header, but could
if we wanted to trigger spam filtering bypass for authenticated users.
However, in our case, only authenticated user can relay through these gateways,
so the header is unnecessary. And if you wanted to be "real" secure, you
could request or even require client certificates for two-way
authentication.
This same server also supports IMAPS (port
993), POP3S (port 995), and HTTPS (port 443). And best of all, it is all
done with open source software, from the OS to all necessary e-mail
applications, including spam filtering and virus scanning. It's a really
nice setup and is very fast and efficient, as well. If you would like all
of the gory details, e-mail me off-list.
Bill
--- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. |
- [Declude.JunkMail] OT: pgp in emails - can yo... Craig Edmonds
- Re: [Declude.JunkMail] OT: pgp in emails... Darrell \([EMAIL PROTECTED])
- Re: [Declude.JunkMail] OT: pgp in emails... Bill Landry
