mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-06-06 08:08:58 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1de9a93140 | ||
|
|
e64f88bb64 | ||
|
|
86d78e946a |
@@ -1,6 +1,12 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 76 (May 24, 2026)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* Fixed Nextcloud broken after PHP update by updating Nextcloud settings.
|
||||||
|
* Fixed invalid HTML in the control panel broken by the last version.
|
||||||
|
|
||||||
Version 75 (April 20, 2026)
|
Version 75 (April 20, 2026)
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -45,44 +45,42 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
<label for="addaliasSenders" class="col-sm-1 control-label">Permitted Senders</label>
|
<label for="addaliasSenders" class="col-sm-1 control-label">Permitted Senders</label>
|
||||||
</legend>
|
</legend>
|
||||||
|
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label for="addaliasForwardsToNotAdvanced">
|
<label for="addaliasForwardsToNotAdvanced">
|
||||||
<input id="addaliasForwardsToNotAdvanced"
|
<input id="addaliasForwardsToNotAdvanced"
|
||||||
name="addaliasForwardsToDivToggle"
|
name="addaliasForwardsToDivToggle"
|
||||||
type="radio"
|
type="radio"
|
||||||
checked
|
checked
|
||||||
onclick="$('#addaliasForwardsToDiv').toggle(false)">
|
onclick="$('#addaliasForwardsToDiv').toggle(false)">
|
||||||
Any mail user listed in the Forwards To box can send mail claiming to be from
|
Any mail user listed in the Forwards To box can send mail claiming to be from
|
||||||
<span class="regularalias">the alias address</span>
|
<span class="regularalias">the alias address</span>
|
||||||
<span class="catchall domainalias">any address on the alias domain</span>.
|
<span class="catchall domainalias">any address on the alias domain</span>.
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label for="addaliasForwardsToAdvanced">
|
<label for="addaliasForwardsToAdvanced">
|
||||||
<input id="addaliasForwardsToAdvanced"
|
<input id="addaliasForwardsToAdvanced"
|
||||||
name="addaliasForwardsToDivToggle"
|
name="addaliasForwardsToDivToggle"
|
||||||
type="radio"
|
type="radio"
|
||||||
onclick="$('#addaliasForwardsToDiv').toggle(true)">
|
onclick="$('#addaliasForwardsToDiv').toggle(true)">
|
||||||
I’ll enter the mail users that can send mail claiming to be from
|
I’ll enter the mail users that can send mail claiming to be from
|
||||||
<span class="regularalias">the alias address</span>
|
<span class="regularalias">the alias address</span>
|
||||||
<span class="catchall domainalias">any address on the alias domain</span>.
|
<span class="catchall domainalias">any address on the alias domain</span>.
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</fieldset>
|
||||||
</fieldset>
|
</div>
|
||||||
</div>
|
<div id="addaliasForwardsToDiv" style="margin-top: .5em; margin-left: 1.4em; display: none;">
|
||||||
<div id="addaliasForwardsToDiv" style="margin-top: .5em; margin-left: 1.4em; display: none;">
|
<textarea class="form-control" rows="3" id="addaliasSenders" placeholder="one user per line or separated by commas"></textarea>
|
||||||
<textarea class="form-control" rows="3" id="addaliasSenders" placeholder="one user per line or separated by commas"></textarea>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-offset-1 col-sm-11">
|
<div class="col-sm-offset-1 col-sm-11">
|
||||||
@@ -96,7 +94,7 @@
|
|||||||
<table id="alias_table" class="table" style="width: auto">
|
<table id="alias_table" class="table" style="width: auto">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" aria-label="Actions"></th>
|
<th scope="col" aria-label="Actions"></th>
|
||||||
<th scope="col"> Alias<br></th>
|
<th scope="col"> Alias<br></th>
|
||||||
<th scope="col"> Forwards To</th>
|
<th scope="col"> Forwards To</th>
|
||||||
<th scope="col"> Permitted Senders</th>
|
<th scope="col"> Permitted Senders</th>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
|
|||||||
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
|
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
|
||||||
# This machine is running Ubuntu 22.04, which is supported by
|
# This machine is running Ubuntu 22.04, which is supported by
|
||||||
# Mail-in-a-Box versions 60 and later.
|
# Mail-in-a-Box versions 60 and later.
|
||||||
TAG=v75
|
TAG=v76
|
||||||
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
|
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
|
||||||
# This machine is running Ubuntu 18.04, which is supported by
|
# This machine is running Ubuntu 18.04, which is supported by
|
||||||
# Mail-in-a-Box versions 0.40 through 5x.
|
# Mail-in-a-Box versions 0.40 through 5x.
|
||||||
|
|||||||
@@ -324,6 +324,7 @@ php"$PHP_VER" <<EOF > "$CONFIG_TEMP" && mv "$CONFIG_TEMP" "$STORAGE_ROOT/ownclou
|
|||||||
include("$STORAGE_ROOT/owncloud/config.php");
|
include("$STORAGE_ROOT/owncloud/config.php");
|
||||||
|
|
||||||
\$CONFIG['config_is_read_only'] = false;
|
\$CONFIG['config_is_read_only'] = false;
|
||||||
|
\$CONFIG['appstoreenabled'] = false; # https://discourse.mailinabox.email/t/problems-with-z-push-and-nextcloud-likely-after-package-updates-today/16460/21
|
||||||
|
|
||||||
\$CONFIG['trusted_domains'] = array('$PRIMARY_HOSTNAME');
|
\$CONFIG['trusted_domains'] = array('$PRIMARY_HOSTNAME');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user