61 lines
1.4 KiB
HTML
61 lines
1.4 KiB
HTML
|
<include href="header.html" />
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<th>Domain</th>
|
||
|
<th>Status</th>
|
||
|
<th>Mailbox Limit</th>
|
||
|
<th>Default Quota</th>
|
||
|
<th>Default Rate Limit</th>
|
||
|
<check if="{{ @NAV.mapping=='vpanel' }}">
|
||
|
<th>Action</th>
|
||
|
</check>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>{{ @domain_array.domain }}</td>
|
||
|
<td>{{ @domain_array.status }}</td>
|
||
|
<td>{{ @domain_array.mbox_limit }}</td>
|
||
|
<td>{{ @domain_array.mbox_quota_default }}</td>
|
||
|
<td>{{ @domain_array.mbox_ratelimit_default }}</td>
|
||
|
<check if="{{ @NAV.mapping=='vpanel' }}">
|
||
|
<td><a href="{{@NAV.vmailbase}}/Edit">Edit</a> <a href="{{@NAV.vmailbase}}/Delete">Delete</a></td>
|
||
|
</check>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="{{@NAV.vmailbase}}/Accounts">Accounts</a></li>
|
||
|
<li><a href="{{@NAV.vmailbase}}/Aliases">Aliases</a></li>
|
||
|
<li><a href="{{@NAV.vmailbase}}/Autoresponders">Autoresponders</a></li>
|
||
|
<li><a href="{{@NAV.vmailbase}}/Forwards">Forwards</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
|
||
|
|
||
|
<!--<br><br>
|
||
|
<b>DNS:</b> <br>
|
||
|
<b>SPF:</b> <br>
|
||
|
<b>DKIM:</b> <br>
|
||
|
<b>Let's Encrypt:</b><br>
|
||
|
<br><br>
|
||
|
Email Application Settings:<br>
|
||
|
|
||
|
mail.example.com etc etc.<br>
|
||
|
webmail<br>
|
||
|
<br>
|
||
|
POP<br>
|
||
|
Port 110 with or without STARTTLS<br>
|
||
|
Port 995 SSL/TLS<br>
|
||
|
<br>
|
||
|
IMAP<br>
|
||
|
Port 143 with or without STARTTLS<br>
|
||
|
Port 993 SSL/TLS<br>
|
||
|
<br>
|
||
|
SMTP<br>
|
||
|
Port 25 plain, no security<br>
|
||
|
Port 587 with or without STARTTLS<br>
|
||
|
Port 465 SSL/TLS<br>
|
||
|
<br>-->
|
||
|
<include href="footer.html" />
|