|
|
@ -29,7 +29,7 @@ for the ``VERSION_TAG`` branch, use:
|
|
|
|
Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting
|
|
|
|
Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting
|
|
|
|
to match your setup directory if different from ``/mailu``.
|
|
|
|
to match your setup directory if different from ``/mailu``.
|
|
|
|
|
|
|
|
|
|
|
|
Mdify the ``VERSION`` configuration in the ``.env`` file to reflect the version you picked.
|
|
|
|
Modify the ``VERSION`` configuration in the ``.env`` file to reflect the version you picked.
|
|
|
|
|
|
|
|
|
|
|
|
Set the common configuration values
|
|
|
|
Set the common configuration values
|
|
|
|
-----------------------------------
|
|
|
|
-----------------------------------
|
|
|
@ -65,7 +65,7 @@ default configuration.
|
|
|
|
A Webmail is a Web interface exposing an email client. Mailu webmails are
|
|
|
|
A Webmail is a Web interface exposing an email client. Mailu webmails are
|
|
|
|
bound to the internal IMAP and SMTP server for users to access their mailbox through
|
|
|
|
bound to the internal IMAP and SMTP server for users to access their mailbox through
|
|
|
|
the Web. By exposing a complex application such as a Webmail, you should be aware of
|
|
|
|
the Web. By exposing a complex application such as a Webmail, you should be aware of
|
|
|
|
the security implications such an increase of attack surface. The ``WEBMAIL``
|
|
|
|
the security implications caused by such an increase of attack surface. The ``WEBMAIL``
|
|
|
|
configuration option must be one of the following:
|
|
|
|
configuration option must be one of the following:
|
|
|
|
|
|
|
|
|
|
|
|
- ``none`` is the default value, no Webmail service will be exposed;
|
|
|
|
- ``none`` is the default value, no Webmail service will be exposed;
|
|
|
|