Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.21 KB

README.md

File metadata and controls

67 lines (47 loc) · 2.21 KB

Mail-in-a-Box (Ubuntu 16.04 aware)

Changes from albi

  • added postsrsd for mail forwarding and spf
  • roundcube update 1.3.6
  • nextcloud update 13.0.4
  • nextcloud calendar 1.6.1
  • nextcloud contacts 2.1.5
  • nextcloud spreed 3.1.0
  • roundcube enigma (pgp) activated
  • roundcube standard changes

This is a fork

For original sources, see Mail-in-a-Box!

Why is this fork special?

Using this fork, one may easily install mail-in-a-box on Ubuntu 16.04.03!

Features

  • spreed in Nextcloud by default
    • private and secure voice & videoconference calls
  • nextant in Nextcloud by default
    • fulltext search built on top of Apache Solr
    • you can search text within all of your JPGs, PNGs, PDFs, Office documents, etc. (it's using OCR)
  • all services run in an systemd init system (much better UX)
  • no php5 anywhere! - all running on php7, so there is no need to maintain two versions of php
  • lesser hardware requirements (I run it on 512 MB RAM & 1 CPU without any hassle - from DigitalOcean )

Disadvantages

  • lack of dovecot-lucene in Ubuntu 16.04 brought me to a decision to don't include fulltext search into the roundcube
    • but that seems not to be an issue because all modern email clients have this already installed

Quick Install

# Clone this fork
git clone https://github.com/jirislav/mailinabox.git
cd mailinabox

git checkout v0.26c-ubuntu16

# Run installation
setup/start.sh

Toubleshooting

In case of some trouble, please issue setup/start.sh command once again. If that doesn't help, please also try this command:

INSTALL_NEXTANT=no setup/start.sh

Otherwise, you are welcome to file a new issue.

For further info, see the original documentation for obtaining mail-in-a-box.