From dd1be737c4d975aaefa12117aa9df5d00accdb62 Mon Sep 17 00:00:00 2001 From: Andreas Rother Date: Fri, 26 Jun 2020 13:42:45 +0200 Subject: [PATCH 1/2] Added FAQ about SMTP Banner --- docs/faq.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 46b519a1..66a7a48b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -253,7 +253,7 @@ correct syntax. The following file names will be taken as override configuration - `Nginx`_ - All ``*.conf`` files in the ``nginx`` sub-directory; - `Rspamd`_ - All files in the ``rspamd`` sub-directory. -*Issue reference:* `206`_. +*Issue reference:* `206`_, `1368`_. I want to integrate Nextcloud 15 (and newer) with Mailu ``````````````````````````````````````````````````````` @@ -353,6 +353,15 @@ down and up again. A container restart is not sufficient. *Issue reference:* `615`_. +SMTP Banner from overrides/postfix.cf is ignored +```````````````````````````````````````````````` + +Any mail related connection is proxied by nginx. Therefore the SMTP Banner is also set by nginx. Overwriting in overrides/postfix.cf does not apply. If you want to change the hostname in the SMTP Banner greeting, you must change the first entry of HOSTNAMES in mailu.env. + +*Issue reference:* `1368`_. + +.. _`1368`: https://github.com/Mailu/Mailu/issues/1368 + 403 - Access Denied Errors --------------------------- From bf8acbb343b7560d2517bd29ebe3470795742387 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sun, 23 Aug 2020 14:40:57 +0200 Subject: [PATCH 2/2] Remove section about hostname change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changing Hostname in the .env and in the banner might lead to various breakages of the setup — so don’t advise it to users in the FAQ. Co-authored-by: Thomas Sänger --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 66a7a48b..434781c8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -356,7 +356,7 @@ down and up again. A container restart is not sufficient. SMTP Banner from overrides/postfix.cf is ignored ```````````````````````````````````````````````` -Any mail related connection is proxied by nginx. Therefore the SMTP Banner is also set by nginx. Overwriting in overrides/postfix.cf does not apply. If you want to change the hostname in the SMTP Banner greeting, you must change the first entry of HOSTNAMES in mailu.env. +Any mail related connection is proxied by nginx. Therefore the SMTP Banner is also set by nginx. Overwriting in overrides/postfix.cf does not apply. *Issue reference:* `1368`_.