You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Forgot to include this in the previous commit for removing WEB_* settings from setup.
This commit is contained in:
@@ -9,7 +9,7 @@ bound to the internal IMAP and SMTP server for users to access their mailbox thr
|
|||||||
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 caused by such an increase of attack surface.<p>
|
the security implications caused by such an increase of attack surface.<p>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Enable Web email client (and path to the Web email client)</label>
|
<label>Enable Web email client</label>
|
||||||
<br/>
|
<br/>
|
||||||
<select class="btn btn-primary dropdown-toggle" name="webmail_type" id="webmail">
|
<select class="btn btn-primary dropdown-toggle" name="webmail_type" id="webmail">
|
||||||
{% for webmailtype in ["none", "roundcube", "snappymail"] %}
|
{% for webmailtype in ["none", "roundcube", "snappymail"] %}
|
||||||
@@ -17,9 +17,6 @@ the security implications caused by such an increase of attack surface.<p>
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<p></p>
|
<p></p>
|
||||||
<div class="input-group">
|
|
||||||
<input class="form-control" type="text" name="webmail_path" id="webmail_path" style="display: none">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user