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.

+ + 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.

+ + 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.

+ + 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/config.html b/setup/templates/steps/config.html index b3e57e22..d6526eeb 100644 --- a/setup/templates/steps/config.html +++ b/setup/templates/steps/config.html @@ -8,7 +8,7 @@ have been Before starting some variables must be set

+

Before starting, some variables must be set.

@@ -16,8 +16,8 @@ have been
-

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

diff --git a/setup/templates/steps/flavor.html b/setup/templates/steps/flavor.html index a77b0215..9ef16aa0 100644 --- a/setup/templates/steps/flavor.html +++ b/setup/templates/steps/flavor.html @@ -1,9 +1,9 @@ -{% call macros.panel("info", "Step 1 - pick a flavor") %} +{% call macros.panel("info", "Step 1 - Pick a flavor") %}

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.

diff --git a/setup/templates/steps/stack/02_services.html b/setup/templates/steps/stack/02_services.html index 4f50bb40..3f5186b0 100644 --- a/setup/templates/steps/stack/02_services.html +++ b/setup/templates/steps/stack/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.

@@ -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.

+ + 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.

+ + 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.

+ + Fetchmail allows users to retrieve mail from an external mail-server via IMAP/POP3 and puts it in their inbox.