From 5502297fceb395ca16000c7277bff9613ac9336d Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 22 Apr 2018 16:09:26 +0200 Subject: [PATCH] Add the most important steps --- config/templates/steps/expose.html | 12 +++++-- config/templates/steps/optional.html | 16 +++++++++ config/templates/steps/services.html | 52 ++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 config/templates/steps/optional.html create mode 100644 config/templates/steps/services.html diff --git a/config/templates/steps/expose.html b/config/templates/steps/expose.html index a87d8979..665b08a2 100644 --- a/config/templates/steps/expose.html +++ b/config/templates/steps/expose.html @@ -14,12 +14,20 @@ avoid generic all-interfaces addresses like 0.0.0.0 or :: - +
- +
+

You server will be available under a main hostname but may expose multiple public +hostnames. Every e-mail domain that points to this server must have one of the +hostnames in its MX record. Hostnames must be coma-separated.

+ +
+ + +
{% endcall %} diff --git a/config/templates/steps/optional.html b/config/templates/steps/optional.html new file mode 100644 index 00000000..b7878b23 --- /dev/null +++ b/config/templates/steps/optional.html @@ -0,0 +1,16 @@ +{% call macros.panel("info", "Step 4 - enable optional features") %} +

Mailu also comes with less common optional features that you might wish +to enable.

+ +

The DAV service enables contacts and calendar storage through Mailu, +it is especially userful when synchronizing your desktop and mobile devices.

+ +
+ +
+
+ +
+
+ +{% endcall %} diff --git a/config/templates/steps/services.html b/config/templates/steps/services.html new file mode 100644 index 00000000..e80b4ff4 --- /dev/null +++ b/config/templates/steps/services.html @@ -0,0 +1,52 @@ +{% call macros.panel("info", "Step 3 - pick some features") %} +

Mailu comes with multiple base features, including a specific admin +interface, Web email clients (webmails), antispam, antivirus, etc. If you +wish to disable some of these features, you are free to do so.

+ +

The admin interface is the main Mailu-specific bit, it provides tools to +manage your email domains, users, etc.

+ +
+ +
+
+ +
+
+ +

Emails will be available through IMAP and POP3. You may also enable a Web +email client. These do add some complexity but provide an easier way of +accessing messages for beginner users.

+ +
+ +
+
+ +
+

+
+ {{ macros.radio("webmail_type", "roundcube", "RoundCube", "popular Webmail running on top of PHP") }} + {{ macros.radio("webmail_type", "rainloop", "Rainloop", "lightweight Webmail based on PHP, no database") }} +
+
+ +

Email filtering is a really important features. You can still disable it, which +will prevent Mailu from doing spam filtering, virus filtering, and from applying +white and blacklists that you may configure in the admin interface. You may +also disable the antivirus if required (it does use aroung 1GB of ram).

+ +
+ +
+
+ +
+ +{% endcall %}