From d152603abdf7f6fe4e59dfb30c63955cf2b55812 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 3 Jun 2015 16:30:26 -0400 Subject: [PATCH] changelog entries and mention our forks of postgrey and dovecot in the README --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ce0424..afa24f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ CHANGELOG ========= +In Development +-------------- + +Mail: +* Greylisting will now let some reputable senders pass through immediately. +* Searching mail (via IMAP) will now be much faster using the dovecot lucene full text search plugin. +* Fix for deleting admin@ and postmaster@ addresses. + +Web: +* 'www' subdomains now automatically redirect to their parent domain (but you'll need to install an SSL certificate). +* OCSP no longer uses Google Public DNS. + +Control panel: +* Resetting a user's password now forces them to log in again everywhere. + +System: +* The munin system monitoring tool is now installed and accessible at /admin/munin. + + v0.10 (June 1, 2015) -------------------- diff --git a/README.md b/README.md index fa4bc933..a8358cbc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,11 @@ The components installed are: * Spam filtering ([spamassassin](https://spamassassin.apache.org/)), greylisting ([postgrey](http://postgrey.schweikert.ch/)) * DNS ([nsd4](http://www.nlnetlabs.nl/projects/nsd/)) with [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), and [SSHFP](https://tools.ietf.org/html/rfc4255) records automatically set * Firewall ([ufw](https://launchpad.net/ufw)), intrusion protection ([fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page)), system monitoring ([munin](http://munin-monitoring.org/)) + +It also includes: + * A control panel and API for adding/removing mail users, aliases, custom DNS records, etc. and detailed system monitoring. +* Our own builds of postgrey and dovecot-lucene distributed via the [Mail-in-a-Box PPA](https://launchpad.net/~mail-in-a-box/+archive/ubuntu/ppa) on Launchpad. For more information on how Mail-in-a-Box handles your privacy, see the [security details page](security.md).