All Versions
62
Latest Version
Avg Release Cycle
66 days
Latest Release
1038 days ago

Changelog History
Page 6

  • v0.11 Changes

    June 29, 2015

    Advisories:

    • ๐Ÿ”ง Users can no longer spoof arbitrary email addresses in outbound mail. When sending mail, the email address configured in your mail client must match the SMTP login username being used, or the email address must be an alias with the SMTP login username listed as one of the alias's targets.
    • โšก๏ธ This update replaces your DKIM signing key with a stronger key. Because of DNS caching/propagation, mail sent within a few hours after this update could be marked as spam by recipients. If you use External DNS, you will need to update your DNS records.
    • ๐Ÿ“ฆ The box will now install software from a new Mail-in-a-Box PPA on Launchpad.net, where we are distributing two of our own packages: a patched postgrey and dovecot-lucene.

    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.
    • ๐Ÿ‘€ Users can no longer spoof arbitrary email addresses in outbound mail (see above).
    • ๐Ÿ›  Fix for deleting admin@ and postmaster@ addresses.
    • โšก๏ธ Roundcube is updated to version 1.1.2, plugins updated.
    • Exchange/ActiveSync autoconfiguration was not working on all devices (e.g. iPhone) because of a case-sensitive URL.
    • The DKIM signing key has been increased to 2048 bits, from 1024, replacing the existing key.

    ๐ŸŒ 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.
    • ๐Ÿ”’ The installed PHP version is no longer exposed through HTTP response headers, for better security.

    DNS:

    • 0๏ธโƒฃ Default IPv6 AAAA records were missing since version 0.09.

    Control panel:

    • ๐ŸŒฒ Resetting a user's password now forces them to log in again everywhere.
    • Status checks were not working if an ssh server was not installed.
    • SSL certificate validation now uses the Python cryptography module in some places where openssl was used.
    • ๐Ÿš€ There is a new tab to show the installed version of Mail-in-a-Box and to fetch the latest released version.

    System:

    • The munin system monitoring tool is now installed and accessible at /admin/munin.
    • ownCloud updated to version 8.0.4. The ownCloud installation step now is reslient to download problems. The ownCloud configuration file is now stored in STORAGE_ROOT to fix loss of data when moving STORAGE_ROOT to a new machine.
    • โšก๏ธ The setup scripts now run apt-get update prior to installing anything to ensure the apt database is in sync with the packages actually available.
  • v0.11.b Changes

    June 29, 2015

    v0.11b was posted shortly after the initial posting of v0.11 to correct a missing dependency for the new PPA.

  • v0.10 Changes

    June 01, 2015
    • SMTP Submission (port 587) began offering the insecure SSLv3 protocol due to a misconfiguration in the previous version.
    • ๐Ÿ”Œ Roundcube now allows persistent logins using Roundcube-Persistent-Login-Plugin.
    • โšก๏ธ ownCloud is updated to version 8.0.3.
    • SPF records for non-mail domains were tightened.
    • The minimum greylisting delay has been reduced from 5 minutes to 3 minutes.
    • ๐Ÿ‘‰ Users and aliases weren't working if they were entered with any uppercase letters. Now only lowercase is allowed.
    • After installing an SSL certificate from the control panel, the page wasn't being refreshed.
    • Backups broke if the box's hostname was changed after installation.
    • Dotfiles (i.e. .svn) stored in ownCloud Files were not accessible from ownCloud's mobile/desktop clients.
    • ๐Ÿ›  Fix broken install on OVH VPS's.
  • v0.09 Changes

    May 08, 2015

    Mail:

    • Spam checking is now performed on messages larger than the previous limit of 64KB.
    • POP3S is now enabled (port 995).
    • โšก๏ธ Roundcube is updated to version 1.1.1.
    • ๐Ÿ”’ Minor security improvements (more mail headers with user agent info are anonymized; crypto settings were tightened).

    ownCloud:

    • Downloading files you uploaded to ownCloud broke because of a change in ownCloud 8.

    DNS:

    • ๐ŸŒ Internationalized Domain Names (IDNs) should now work in email. If you had custom DNS or custom web settings for internationalized domains, check that they are still working.
    • It is now possible to set multiple TXT and other types of records on the same domain in the control panel.
    • ๐Ÿ‘ The custom DNS API was completely rewritten to support setting multiple records of the same type on a domain. Any existing client code using the DNS API will have to be rewritten. (Existing code will just get 404s back.)
    • On some systems the nsd service failed to start if network inferfaces were not ready.

    System / Control Panel:

    • In order to guard against misconfiguration that can lead to domain control validation hijacking, email addresses that begin with admin, administrator, postmaster, hostmaster, and webmaster can no longer be used for (new) mail user accounts, and aliases for these addresses may direct mail only to the box's administrator(s).
    • โšก๏ธ Backups now use duplicity's built-in gpg symmetric AES256 encryption rather than my home-brewed encryption. Old backups will be incorporated inside the first backup after this update but then deleted from disk (i.e. your backups from the previous few days will be backed up).
    • There was a race condition between backups and the new nightly status checks.
    • ๐Ÿ”’ The control panel would sometimes lock up with an unnecessary loading indicator.
    • You can no longer delete your own account from the control panel.

    Setup:

    • ๐Ÿš€ All Mail-in-a-Box release tags are now signed on github, instructions for verifying the signature are added to the README, and the integrity of some packages downloaded during setup is now verified against a SHA1 hash stored in the tag itself.
    • ๐Ÿ› Bugs in first user account creation were fixed.
  • v0.08 Changes

    April 01, 2015

    Mail:

    • ๐Ÿ”Œ The Roundcube vacation_sieve plugin by @arodier is now installed to make it easier to set vacation auto-reply messages from within Roundcube.
    • ๐Ÿšš Authentication-Results headers for DMARC, added in v0.07, were mistakenly added for outbound mail --- that's now removed.
    • The Trash folder is now created automatically for new mail accounts, addressing a Roundcube error.

    DNS:

    • 0๏ธโƒฃ Custom DNS TXT records were not always working and they can now override the default SPF, DKIM, and DMARC records.

    System:

    • โšก๏ธ ownCloud updated to version 8.0.2.
    • ๐Ÿ”ง Brute-force SSH and IMAP login attempts are now prevented by properly configuring fail2ban.
    • Status checks are run each night and any changes from night to night are emailed to the box administrator (the first user account).

    Control panel:

    • ๐Ÿ‘€ The new check that system services are running mistakenly checked that the Dovecot Managesieve service is publicly accessible. Although the service binds to the public network interface we don't open the port in ufw. On some machines it seems that ufw blocks the connection from the status checks (which seems correct) and on some machines (mine) it doesn't, which is why I didn't notice the problem.
    • The current backup chain will now try to predict how many days until it is deleted (always at least 3 days after the next full backup).
    • ๐Ÿšš The list of aliases that forward to a user are removed from the Mail Users page because when there are many alises it is slow and times-out.
    • โš  Some status check errors are turned into warnings, especially those that might not apply if External DNS is used.
  • v0.07 Changes

    February 28, 2015

    Mail:

    • โœ… If the box manages mail for a domain and a subdomain of that domain, outbound mail from the subdomain was not DKIM-signed and would therefore fail DMARC tests on the receiving end, possibly result in the mail heading into spam folders.
    • ๐Ÿ”ง Auto-configuration for Mozilla Thunderbird, Evolution, KMail, and Kontact is now available.
    • Domains that only have a catch-all alias or domain alias no longer automatically create/require admin@ and postmaster@ addresses since they'll forward anyway.
    • โšก๏ธ Roundcube is updated to version 1.1.0.
    • Authentication-Results headers for DMARC are now added to incoming mail.

    DNS:

    • 0๏ธโƒฃ If a custom CNAME record is set on a 'www' subdomain, the default A/AAAA records were preventing the CNAME from working.
    • ๐Ÿšš If a custom DNS A record overrides one provided by the box, the a corresponding default IPv6 record by the box is removed since it will probably be incorrect.
    • โœ… Internationalized domain names (IDNs) are now supported for DNS and web, but email is not yet tested.

    ๐ŸŒ Web:

    • Static websites now deny access to certain dot (.) files and directories which typically have sensitive info: .ht*, .svn*, .git*, .hg*, .bzr*.
    • ๐Ÿ‘ The nginx server no longer reports its version and OS for better privacy.
    • The HTTP->HTTPS redirect is now more efficient.
    • When serving a 'www.' domain, reuse the SSL certificate for the parent domain if it covers the 'www' subdomain too
    • If a custom DNS CNAME record is set on a domain, don't offer to put a website on that domain. (Same logic already applies to custom A/AAAA records.)

    Control panel:

    • Status checks now check that system services are actually running by pinging each port that should have something running on it.
    • The status checks are now parallelized so they may be a little faster.
    • The status check for MX records now allow any priority, in case an unusual setup is required.
    • The interface for setting website domain-specific directories is simplified.
    • ๐Ÿ The mail guide now says that to use Outlook, Outlook 2007 or later on Windows 7 and later is required.
    • External DNS settings now skip the special "_secondary_nameserver" key which is used for storing secondary NS information.

    Setup:

    • Install cron if it isn't already installed.
    • ๐Ÿ›  Fix a units problem in the minimum memory check.
    • If you override the STORAGE_ROOT, your setting will now persist if you re-run setup.
    • ๐Ÿ›  Hangs due to apt wanting the user to resolve a conflict should now be fixed (apt will just clobber the problematic file now).
  • v0.06 Changes

    January 04, 2015

    Mail:

    • 0๏ธโƒฃ Set better default system limits to accommodate boxes handling mail for 20+ users.

    Contacts/calendar:

    • โšก๏ธ Update to ownCloud to 7.0.4.
    • ๐Ÿ”€ Contacts syncing via ActiveSync wasn't working.

    Control panel:

    • ๐Ÿ†• New control panel for setting custom DNS settings (without having to use the API).
    • Status checks showed a false positive for Spamhause blacklists and for secondary DNS in some cases.
    • Status checks would fail to load if openssh-sever was not pre-installed, but openssh-server is not required.
    • The local DNS cache is cleared before running the status checks using 'rncd' now rather than restarting 'bind9', which should be faster and wont interrupt other services.
    • Multi-domain and wildcard certificate can now be installed through the control panel.
    • The DNS API now allows the setting of SRV records.

    Misc:

    • ๐Ÿ”ง IPv6 configuration error in postgrey, nginx.
    • Missing dependency on sudo.
  • v0.05 Changes

    November 18, 2014

    Mail:

    • The maximum size of outbound mail sent via webmail and Exchange/ActiveSync has been increased to 128 MB, the same as when using SMTP.
    • ๐Ÿšš Spam is no longer wrapped as an attachment inside a scary Spamassassin explanation. The original message is simply moved straight to the Spam folder unchanged.
    • ๐Ÿ”ง There is a new iOS/Mac OS X Configuration Profile link in the control panel which makes it easier to configure IMAP/SMTP/CalDAV/CardDAV on iOS devices and Macs.
    • ๐Ÿ”ง "Domain aliases" can now be configured in the control panel.
    • โšก๏ธ Updated to Roundcube 1.0.3.
    • IMAP/SMTP is now recommended even on iOS devices as Exchange/ActiveSync is terribly buggy.

    Control panel:

    • Installing an SSL certificate for the primary hostname would cause problems until a restart (services needed to be restarted).
    • Installing SSL certificates would fail if /tmp was on a different filesystem.
    • ๐Ÿ‘ Better error messages when installing a SSL certificate fails.
    • The local DNS cache is now cleared each time the system status checks are run.
    • Documented how to use +tag addressing.
    • ๐Ÿ’ป Minor UI tweaks.

    Other:

    • โšก๏ธ Updated to ownCloud 7.0.3.
    • The ownCloud API is now exposed properly.
    • DNSSEC now works on .guide domains now too (RSASHA256).
  • v0.04 Changes

    October 15, 2014

    ๐Ÿ’ฅ Breaking changes:

    • On-disk backups are now retained for a minimum of 3 days instead of 14. Beyond that the user is responsible for making off-site copies.
    • ๐Ÿ‘ IMAP no longer supports the legacy SSLv3 protocol. SSLv3 is now known to be insecure. I don't believe any modern devices will be affected by this. HTTPS and SMTP submission already had SSLv3 disabled.

    Control panel:

    • The control panel has a new page for installing SSL certificates.
    • The control panel has a new page for hosting static websites.
    • The control panel now shows mailbox sizes on disk.
    • It is now possible to create catch-all aliases from the control panel.
    • Many usability improvements in the control panel.

    DNS:

    • Custom DNS A/AAAA records on subdomains were ignored.
    • It is now possible to set up a secondary DNS server.
    • โšก๏ธ DNS zones were updating even when nothing changed.
    • Strict SPF and DMARC settings are now set on all subdomains not used for mail.

    ๐Ÿ”’ Security:

    • ๐Ÿ‘ DNSSEC is now supported for the .email TLD which required a different key algorithm.
    • Nginx and Postfix now use 2048 bits of DH parameters instead of 1024.

    Other:

    • Spam filter learning by dragging mail in and out of the Spam folder should hopefully be working now.
    • Some things were broken if the machine had an IPv6 address.
    • Other things were broken if the machine was on a non-utf8 locale.
    • No longer implementing webfinger.
    • โœ‚ Removes apache before installing nginx, in case it has been installed by distro.
  • v0.03 Changes

    September 24, 2014
    • โšก๏ธ Update existing installs of Roundcube.
    • Disabled catch-alls pending figuring out how to get users to take precedence.
    • ๐Ÿšš Z-Push was not working because in v0.02 we had accidentally moved to a different version.
    • Z-Push is now locked to a specific commit so it doesn't change on us accidentally.
    • The start script is now symlinked to /usr/local/bin/mailinabox.