Skip to content

Commit d301d61

Browse files
committed
Add a info box about needed dns names during let's encrypt mail creation
fixes hestiacp#544
1 parent 2c80ec0 commit d301d61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/templates/admin/edit_mail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
<table style="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ;" id="ssltable">
9797
<tr>
9898
<td class="input-label vst-text">
99+
<span class="alert alert-info alert-with-icon">
100+
<i class="fas fa-exclamation"></i>
101+
<?=__("Let's Encrypt for mail needs a dns record for mail.$v_domain and webmail.$v_domain!")?><br/>
102+
</span>
99103
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letsencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.MAIL.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
100104
</td>
101105
</tr>

0 commit comments

Comments
 (0)