{% extends "baseTemplate/index.html" %} {% load static %} {# Per-domain and per-mailbox hourly outbound caps. #} {% block title %}Email limits{% endblock %} {% block content %}

Email limits

Hourly outbound caps. The domain cap is what Postfix and the policy daemon enforce; the per-mailbox cap stops one compromised account from burning the whole domain's allowance.

{% if not domains %}
There are no domains available to you yet.
{% else %} {% if not isAdmin %}
You can lower these limits at any time. Raising the domain cap needs an administrator.
{% endif %}
Cannot exceed the domain limit.
The per-mailbox limit is higher than the domain limit.

Currently enforced

Domain
/h
Per mailbox
/h
Panel default
{{ defaultLimit }}/h

Changes are written to the Postfix sender-limit map and take effect on the next reload, which happens automatically as part of the save.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}