1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-02 19:49:16 +00:00

Merge branch 'staging' into nightly

This commit is contained in:
FreddleSpl0it
2025-03-24 11:38:59 +01:00
29 changed files with 237 additions and 114 deletions

View File

@@ -117,6 +117,8 @@
<select data-style="btn btn-light btn-sm" class="form-control" id="key_size" name="key_size" title="{{ lang.admin.dkim_key_length }}" required>
<option data-subtext="bits">1024</option>
<option data-subtext="bits">2048</option>
<option data-subtext="bits">3072</option>
<option data-subtext="bits">4096</option>
</select>
</div>
</div>