From 1c8455cdc7e43cef4fd2c5311d32b1fc39191719 Mon Sep 17 00:00:00 2001 From: Nicholas Bush Date: Fri, 14 Sep 2018 02:08:26 +0100 Subject: [PATCH 1/2] Clarified some points in README Highlighting a few pain points I found when installing this lovely piece of software - a 1GB VPS saw builds failing, and I had to rebuild the VPS a few times until I discovered the passwords were the problem --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bed8d5f..d36ff59 100644 --- a/README.rst +++ b/README.rst @@ -19,9 +19,10 @@ An installer which deploy a complete mail server based on Modoboa. .. note:: - The server (physical or virtual) running Modoboa needs at least 1GB + The server (physical or virtual) running Modoboa needs at least 2GB of RAM in order to compile the required dependencies during the - installation process. + installation process. Passwords should not contain any special characters + as they may cause the installation to fail Usage:: From 61bac8e12d532d899cfcbf4f4103c24daa84d37d Mon Sep 17 00:00:00 2001 From: Nicholas Bush Date: Fri, 14 Sep 2018 16:50:48 +0100 Subject: [PATCH 2/2] Fixed recipient restrictions Fixes #237 - the ```-o smtpd_helo_restrictions=``` overrides the config in ```main.cf``` and causes Postfix to reject mail from some clients --- modoboa_installer/scripts/files/postfix/master.cf.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/modoboa_installer/scripts/files/postfix/master.cf.tpl b/modoboa_installer/scripts/files/postfix/master.cf.tpl index 75713f8..f149eb8 100644 --- a/modoboa_installer/scripts/files/postfix/master.cf.tpl +++ b/modoboa_installer/scripts/files/postfix/master.cf.tpl @@ -25,7 +25,6 @@ submission inet n - - - - smtpd -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions=reject_sender_login_mismatch - -o smtpd_recipient_restrictions= -o milter_macro_daemon_name=ORIGINATING %{amavis_enabled} -o smtpd_proxy_filter=inet:[127.0.0.1]:10026 #smtps inet n - - - - smtpd