Hacker News new | ask | show | jobs
by truthtechnician 5534 days ago
I run my own mail server with a roundcube frontend interface, for $5 a month (if that) on Amazon EC2.

What's the point of SSL in Gmail if Google has your certs?

2 comments

SSL is for end-point to end-point security. SSL does not attempt to solve the problem of either end being compromised. This means that SSL won't help you if your computer is infected with rogue software or if the server you're talking to is compromised.

SSL does, however, help to prevent eavesdropping between point A and point B.

Worthwhile if you use wireless networks, particularly unencrypted ones to access your email.

And with the cost of a godaddy or similar certificate so low, well worth implementing on your own box.

> I run my own mail server with a roundcube frontend > interface, for $5 a month (if that) on Amazon EC2.

How well does outgoing mail work for you?

Amazon EC2 IP ranges are considered a large enough source of spam for many people that they are blocked wholesale.