{% extends "baseTemplate/index.html" %} {% load static %} {# Deliberately separate from the list page: deletion destroys mail. #} {% block title %}Delete email account{% endblock %} {% block content %}

Delete email account

Removing a mailbox deletes its Maildir and every forwarder pointing at it or from it. There is no undo — take a backup first if the mail matters.

{% if not domains %}
There are no domains available to you yet.
{% else %}
This domain has no mailboxes.

What gets removed

  • The mailbox row Postfix and Dovecot authenticate against.
  • The Maildir on disk, including every stored message.
  • Every forwarder whose source or destination is this address.

Aliases pointing at the address survive and will start bouncing; remove them separately on the forwarding page.

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