{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}
Back

{{ title }}

{% if action == 'new' %}
Domain admin: manages all quarantine for a domain. Mailbox user: only sees mail addressed to their own mailbox.
{% else %}

{{ user.role }}

{% endif %}
Use the full email: user@domain.com.au. For a mailbox user this is also the mailbox address.
{% if action == 'new' or (user and user.is_mailbox_user) %}
Mail addressed to any alias appears in this user's quarantine view. Applies to mailbox users only; ignored for domain admins.
{% endif %}
{% endblock %}