From c7a2aad0f8e0c2333a7b57449dbd5814a200973c Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 3 Sep 2014 11:10:30 -0400 Subject: [PATCH] tweak readme to emphasize not being customizable --- README.md | 38 +++++++++++--------------------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 4a24ca9a..1e271022 100644 --- a/README.md +++ b/README.md @@ -7,33 +7,6 @@ Mail-in-a-Box helps individuals take back control of their email by defining a o **This is a work in progress. I work on this in my limited free time.** -Why build this? Mass electronic surveillance by governments revealed over the last year has spurred a new movement to [re-decentralize](http://redecentralize.org/) the web, that is, to empower netizens to be their own service providers again. SMTP, the protocol of email, is decentralized in principle but highly centralized in practice due to the high cost of implementing all of the modern protocols that surround it. As a result, most individuals trade their independence for access to a “free” email service. - - -The Box -------- - -Mail-in-a-Box turns a fresh Ubuntu 14.04 LTS 64-bit machine into a working mail server, including SMTP ([postfix](http://www.postfix.org/)), IMAP ([dovecot](http://dovecot.org/)), Exchange ActiveSync ([z-push](https://github.com/fmbiete/Z-Push-contrib)), webmail ([Roundcube](http://roundcube.net/)), spam filtering ([spamassassin](https://spamassassin.apache.org/)), greylisting ([postgrey](http://postgrey.schweikert.ch/)), CardDAV/CalDAV ([ownCloud](http://owncloud.org/)), DNS, [SPF](https://en.wikipedia.org/wiki/Sender_Policy_Framework), DKIM ([OpenDKIM](http://www.opendkim.org/)), [DMARC](https://en.wikipedia.org/wiki/DMARC), [DNSSEC](https://en.wikipedia.org/wiki/DNSSEC), [DANE TLSA](https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities), [SSHFP](https://tools.ietf.org/html/rfc4255), and basic system services like a firewall, intrusion protection, and setting the system clock. - -This setup is what has been powering my own personal email since September 2013. - -Please see [mailinabox.email](https://mailinabox.email) for more information and how to set up a Mail-in-a-Box. - -In short, it's like this: - - # do this on a fresh install of Ubuntu 14.04 only! - sudo apt-get install -y git - git clone https://github.com/mail-in-a-box/mailinabox - cd mailinabox - sudo setup/start.sh - -Congratulations! You should now have a working setup. You'll be given the address of the administrative interface for further instructions. - -**Status**: This is a work in progress. It works for what it is, but it is missing such things as quotas, backup/restore, etc. - -The Goals ---------- - I am trying to: * Make deploying a good mail server easy. @@ -42,8 +15,19 @@ I am trying to: * **Not** to be a mail server that the NSA cannot hack. * **Not** to be customizable by power users. +The long-term goal is to have this be a one-click email appliance with *no* user-configurable setup options. + For more background, see [The Rationale](https://github.com/mail-in-a-box/mailinabox/wiki). +This setup is what has been powering my own personal email since September 2013. + +The Box +------- + +Mail-in-a-Box turns a fresh Ubuntu 14.04 LTS 64-bit machine into a working mail server, including SMTP ([postfix](http://www.postfix.org/)), IMAP ([dovecot](http://dovecot.org/)), Exchange ActiveSync ([z-push](https://github.com/fmbiete/Z-Push-contrib)), webmail ([Roundcube](http://roundcube.net/)), spam filtering ([spamassassin](https://spamassassin.apache.org/)), greylisting ([postgrey](http://postgrey.schweikert.ch/)), CardDAV/CalDAV ([ownCloud](http://owncloud.org/)), DNS, [SPF](https://en.wikipedia.org/wiki/Sender_Policy_Framework), DKIM ([OpenDKIM](http://www.opendkim.org/)), [DMARC](https://en.wikipedia.org/wiki/DMARC), [DNSSEC](https://en.wikipedia.org/wiki/DNSSEC), [DANE TLSA](https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities), [SSHFP](https://tools.ietf.org/html/rfc4255), and basic system services like a firewall, intrusion protection, and setting the system clock. + +Please see [mailinabox.email](https://mailinabox.email) for more information and how to set up a Mail-in-a-Box. + The Acknowledgements --------------------