1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-31 09:01:55 +00:00

[ACME] Skip mta-sts certificate request when MTA-STS is not active for a domain

This commit is contained in:
FreddleSpl0it
2026-07-30 10:33:55 +02:00
parent 2d5f166ba8
commit d64c923aca
5 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -340,7 +340,7 @@
<div class="row mb-4">
<div class="offset-sm-2 col-sm-10">
<div class="form-check">
<label><input type="checkbox" class="form-check-input" value="1" name="active"{% if mta_sts.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
<label><i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_active_info|raw }}"></i><input type="checkbox" class="form-check-input" value="1" name="active"{% if mta_sts.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
</div>
</div>
</div>