top | item 4967155

(no title)

dsplittgerber | 13 years ago

How can I, as a somewhat proficient non-techie, accomplish that without having to dedicate a 24/7 *nix box from home?

Please, if anyone knows a simple, yet elegant solution, I'm all ears.

discuss

order

Xylakant|13 years ago

you can use encrypted mail, however that requires you to convince all people that you exchange mails with to use encrypted mail as well.

You could use a hosted email service in another country where the american authorities don't have easy access. Europe might be an option. However, as with hosting your own email server, that's only a partial solution: If you communicate with other people, your mail is not only stored in your inbox but also in their outbox. So they'd have to use a mail provider outside the US as well - see the first paragraph.

The best is probably a hybrid solution: Try to educate as many people to use encrypted mail as you can and use a mail server that's located outside the US. It doesn't provide 100% protection, but at least you're not part of the dragnet search.

olefoo|13 years ago

Errr... the NSA is specifically charged with monitoring communications that cross US national borders.

Using a mailserver in a foreign jurisdiction makes it more open to legal interception by the US government; not less.

ghayes|13 years ago

An alternative to postfix:

To receive mail, you could setup Haraka (a very simple NodeJS smtp server)[1] on any unix instance (such as AWS micro). You'll need to set proper MX records for your domain and a few simple configurations. If Heroku would let you specify a port (specifically, 25), you would be able to host on Heroku's free plan. This may put you back at odds by hosting your data on AWS (third-party). Also, you would likely need to setup a POP server to download your messages from the server.

[1] https://github.com/baudehlo/Haraka

ldh|13 years ago

I don't think that addresses the issue of needing a dedicated box to store your email; i.e. you still need that POP server.

kawsper|13 years ago

Wouldn't they be able to access cloud systems such as AWS, Linode or Heroku as long as it hosts e-mail systems?

nwh|13 years ago

I've been researching doing this for a while, but there's one big caveat that I can't get past- there's no decent server solutions for push mail. For desktop computers there's IMAP IDLE, but all the push solutions Apple's software uses are based on Microsoft Exchange (expensive).

I'm all ears too.

ams6110|13 years ago

You could use a local email program and set it to download then purge your mail from the server. That way it's not in their possession for more than 180 days. But you are then responsible for your own backups etc.

derwiki|13 years ago

... assuming that when you delete it, they delete it -- which I wouldn't assume.