From 1ede5dc3011c72a57e9b3086bf0769c40846e57f Mon Sep 17 00:00:00 2001
From: Leigh Morresi Mailu comes with multiple base features, including a specific admin
interface, Web email clients, antispam, antivirus, etc.
In this section you can enable the services to you liking.
Before starting, some variables must be set.
-In the next sections we need to set the postmaster address. This is a combination from the postmaster local part and the main mail domain. -The main mail domain is also used as "server display name". This is the way the SMTP server identifies himself when connecting to others. +
In the following sections we need to set the postmaster address. This is a combination of the postmaster local part and the main mail domain. +The main mail domain is also used as "server display name". This is the way the SMTP server identifies itself when connecting to others. The Postmaster will get an e-mail address <postmaster>@<main_domain>. This address will receive the DMARC "rua" and "ruf" reports. Or in plain english: if receivers start to classify your mail as spam, this postmaster will be informed.
@@ -26,7 +26,7 @@ Or in plain english: if receivers start to classify your mail as spam, this post Main mail domain and server display name. - @@ -48,7 +48,7 @@ Or in plain english: if receivers start to classify your mail as spam, this post/ minute
Mailu comes in multiple "flavors". It was originally designed to run on top of Docker Compose but now offers multiple options including Docker Stack, Rancher, Kubernetes.
Please note that "official" support, that is provided by the most active -developpers, will mostly cover Compose and Stack, while other flavors are +developers will mostly cover Compose and Stack, while other flavors are maintained by specific contributors.
Mailu comes with multiple base features, including a specific admin interface, Web email clients, antispam, antivirus, etc. In this section you can enable the services to you liking.
From 83b51e6597e1d318a3e13d464ae13905cacb978e Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Sun, 8 Mar 2020 00:57:28 +0100 Subject: [PATCH 2/3] Place checkbox descriptions after checkboxes and labels, set italic for readability. --- setup/templates/steps/compose/02_services.html | 15 +++++++++------ setup/templates/steps/stack/02_services.html | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/setup/templates/steps/compose/02_services.html b/setup/templates/steps/compose/02_services.html index 13502b8d..d89ab32b 100644 --- a/setup/templates/steps/compose/02_services.html +++ b/setup/templates/steps/compose/02_services.html @@ -26,34 +26,37 @@ the security implications caused by such an increase of attack surface.
An antivirus server helps fighting large scale virus spreading campaigns that leverage -e-mail for initial infection. Make sure that you have at least 1GB of memory for ClamAV to -load its signature database.
A Webdav server exposes a Dav interface over HTTP so that clients can store -contacts or calendars using the mail account.
Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox.
-
An antivirus server helps fighting large scale virus spreading campaigns that leverage -e-mail for initial infection. Make sure that you have at least 1GB of memory for ClamAV to -load its signature database.
A Webdav server exposes a Dav interface over HTTP so that clients can store -contacts or calendars using the mail account.
Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox.
Enable fetchmail - Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox. + Fetchmail allows users to retrieve mail from an external mail-server via IMAP/POP3 and puts it in their inbox. diff --git a/setup/templates/steps/stack/02_services.html b/setup/templates/steps/stack/02_services.html index 4f515601..3f5186b0 100644 --- a/setup/templates/steps/stack/02_services.html +++ b/setup/templates/steps/stack/02_services.html @@ -52,7 +52,7 @@ the security implications caused by such an increase of attack surface.
Enable fetchmail - Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox. + Fetchmail allows users to retrieve mail from an external mail-server via IMAP/POP3 and puts it in their inbox.