mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Update setup.rst
This commit is contained in:
parent
a0d7b987ca
commit
933d3a435d
@ -29,7 +29,7 @@ for the ``VERSION_TAG`` branch, use:
|
||||
Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting
|
||||
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
|
||||
-----------------------------------
|
||||
@ -65,11 +65,11 @@ default configuration.
|
||||
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
|
||||
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:
|
||||
|
||||
- ``none`` is the default value, no Webmail service will be exposed;
|
||||
- ``roundcube`` will run the popular Roundcube Webmail ;
|
||||
- ``roundcube`` will run the popular Roundcube Webmail;
|
||||
- ``rainloop`` will run the popular Rainloop Webmail.
|
||||
|
||||
The administration interface is not exposed on the public address by default,
|
||||
|
Loading…
Reference in New Issue
Block a user