2022-07-01 15:24:26 -07:00
|
|
|
<include href="header.html" />
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Account</th>
|
|
|
|
<th>Status</th>
|
|
|
|
<th>Quota</th>
|
2022-07-02 10:08:09 -07:00
|
|
|
<check if="{{ @NAV.mapping=='vpanel' }}">
|
|
|
|
<th>Rate Limit</th>
|
|
|
|
</check>
|
2022-07-01 15:24:26 -07:00
|
|
|
<th>Filtering</th>
|
|
|
|
<th>Action</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{ @mbox_array.mbox }}@{{ @mbox_array.domain }}</td>
|
|
|
|
<td>{{ @mbox_array.status }}</td>
|
|
|
|
<td>{{ @mbox_array.quota }}</td>
|
2022-07-02 10:08:09 -07:00
|
|
|
<check if="{{ @NAV.mapping=='vpanel' }}">
|
|
|
|
<td>{{ @mbox_array.ratelimit }}</td>
|
|
|
|
</check>
|
2022-07-01 15:24:26 -07:00
|
|
|
<td>{{ @mbox_array.filter }}</td>
|
|
|
|
<td><a href="{{@REALM}}/Edit">Edit</a> <a href="{{@REALM}}/Delete">Delete</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li><a href="{{@REALM}}/Aliases">Aliases</a></li>
|
|
|
|
<li><a href="{{@REALM}}/Autoresponder">Autoresponder</a></li>
|
|
|
|
<li><a href="{{@REALM}}/Forwarding">Forwarding</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" />
|