From 8f615c6b987c2d31836c6ce363e7cd875b98ea38 Mon Sep 17 00:00:00 2001 From: Alexandre Anriot Date: Mon, 2 Nov 2015 16:54:48 +0100 Subject: [PATCH] Mention that /tmp has to be executable --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 61ce1c0..e34f4e9 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ An installer which deploy a complete mail server based on Modoboa. This tool is still in beta stage, it has been tested on Debian Jessie (8) only. + /tmp partitions must be mounted without ``noexec``. + Usage:: $ git clone https://github.com/modoboa/modoboa-installer @@ -19,7 +21,7 @@ To customize the installation, look at the ``installer.cfg`` file. By default, the following components are installed: * Database server (PostgreSQL or MySQL) -* Nginx and uUWSGI +* Nginx and uWSGI * Postfix * Dovecot * Amavis (with SpamAssassin and ClamAV)