diff --git a/setup/templates/steps/compose/02_services.html b/setup/templates/steps/compose/02_services.html index a78a3f62..20d4d7cb 100644 --- a/setup/templates/steps/compose/02_services.html +++ b/setup/templates/steps/compose/02_services.html @@ -1,4 +1,4 @@ -{% call macros.panel("info", "Step 3 - pick some features") %} +{% call macros.panel("info", "Step 3 - Pick some features") %}
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.
@@ -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.
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.
@@ -22,34 +22,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.