cat /dev/DiBona/brain: What About E-mail Security?
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- Designing Electronics with Linux
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Dynamic DNS—an Object Lesson in Problem Solving
- Using Salt Stack and Vagrant for Drupal Development
- New Products
- A Topic for Discussion - Open Source Feature-Richness?
- Validate an E-Mail Address with PHP, the Right Way
- What's the tweeting protocol?
- Drupal Is a Framework: Why Everyone Needs to Understand This
- Home, My Backup Data Center
- General
2 hours 11 min ago - Kernel Problem
12 hours 14 min ago - BASH script to log IPs on public web server
16 hours 41 min ago - DynDNS
20 hours 17 min ago - Reply to comment | Linux Journal
20 hours 49 min ago - All the articles you talked
23 hours 13 min ago - All the articles you talked
23 hours 16 min ago - All the articles you talked
23 hours 17 min ago - myip
1 day 3 hours ago - Keeping track of IP address
1 day 5 hours ago
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?



Comments
Re: cat /dev/DiBona/brain: What About E-mail Security?
The ONLY WAY to ensure completely secure email is to use either Gnupg or PGP. The message retains its encryption and security from sender to receiver... Just how many mail servers the message transits thru is irrelevant.
Further more, key generation and distribution are under the complete control of the individuals concerned.....
Peterson...
Re: cat /dev/DiBona/brain: What About E-mail Security?
Or, use an S/MIME certificate. S/MIME has a greater chance of being widely accepted because the most popular (not necessarily the best) mail clients support it. S/MIME is probably easier to use for the average user. That said, I even got Mutt to sign/verify and encrypt/decrypt using the certificate/key (PKCS12 file) I exported from Mozilla, took apart with openssl, and whose components (cert, key, intermediate CA, and root CA) I put in the files Mutt expected them to be in. Admittedly, I find myself hitting (S)/MIME-(f)orget_it before sending in most cases because most people use S/MIME certs as much as they use PGP/GPG -- which is hardly ever.
Disclaimer: I work for a CA and use my S/MIME cert as much as possible -- even for client authentication to our company website. Later versions of curl can even use S/MIME certs to authenticate itself to a website that requires client authentication.
the crypto specified in the
the crypto specified in the S/MIME standard is too weak to provide reliable security, it's only protection against casual snoopage
Re: cat /dev/DiBona/brain: What About E-mail Security?
Or tell everybody to get a free personal certificate from Thawte or use PGP. Then you don't have to change anything on the server.
Re: cat /dev/DiBona/brain: What About E-mail Security?
Thawte certs are the best :)
Re: cat /dev/DiBona/brain: What About E-mail Security?
The biggest problem with implementing TLS mail is all the poorly configured TLS mail servers presently online that break mail sending when trying to negotiate TLS with each other. This is the biggest barrier to widespread TLS use
Stephen
meridian@tha.net
Secure telnet since 1993 at the latest
Secure forms of telnet have been in existence since 1993 or earlier, and there are implementations that support authentication and encryption.
http://www.columbia.edu/kermit/telnet80.html is a good place to start learning more about security options in telnet.
Re: cat /dev/DiBona/brain: What About E-mail Security?
What advantage does this offer over generating your own cert with openssl?
I don't see FreeSSL.com in any of the lists of trusted CAs I quickly checked, so I'm not too sure how they can beat 'mydomain.com.au' the new self-signed CA.
Their https server uses a cert signed by usertrust.com, which is in turn self-signed. If the same is true of their certs for sale, I may as well just generate my own instead.
We already use our own root CA to generate client certificates (which we require to grant access over the 'net) for users who want remote HTTPs, SMTP and IMAP access. We also make server certs for TLS-protected LDAP, HTTPs for use on the intranet. I'm very surprised this option wasn't mentioned in the article. Perhaps I've missed something.
--
Craig Ringer
Re: cat /dev/DiBona/brain: What About E-mail Security?
Also, you can get free (as in beer) certificates from cacert.
Re: POP and IMAP
Except that S/POP and IMAP/S are pretty well-known and many clients have GUI interfaces that allow the user to simply "Click here to autoconfigure" and they figure out if your server supports secure versions of POP and/or IMAP and then uses them, if available.
Of course, none of this protects your mail while it sits in the spool area of the various mailservers that it transits through. Which is why PGP/GPG encryption is truly the only way to secure email, since it's fully endpoint-to-endpoint encryption. It doesn't sit plaintext in some mailserver's spool directory...
Re: POP and IMAP
Which is why PGP/GPG encryption is truly the only way to secure email
Mmmm... I don't agree. What about S/MIME?
S/MIME doesn't offer the
S/MIME doesn't offer the choices nor the security of properly configured PGP or GnuPG. S/MIME is a distant second choice that needs to be updated to offer strong crypto and appropriate pubkey lengths or it's only protection against casual snoopage. The guy who said PGP/GPG is the "one true way" is correct.
pop/imap
no mention of encrypting pop/imap huh? You've only taken care of outgoing mail and completely ignored incoming mail in which your password is typically sent in the clear.
Re: pop/imap
I wanted to keep the article focused and to the point, as the other commented noted, many people have and use pop-s and imap-ssl, but in my experience tls enabled servers aren't as common as I'd like them to be....hence the articles focus.
That said, please, everyone, use pop-s or imap-s :-)
Chris DiBona