2022-02-16 18:52:35 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-01-11 10:22:39 +01:00
|
|
|
Your mailbox {{ mailbox.email }} and alias {{alias.email}} cannot have the same domain.
|
2020-08-30 19:06:50 +02:00
|
|
|
|
2020-12-21 09:39:26 +01:00
|
|
|
The alias domain should point to SimpleLogin servers so emails sent to it are forwarded by SimpleLogin.
|
2020-08-30 19:06:50 +02:00
|
|
|
|
2020-12-21 09:39:26 +01:00
|
|
|
The mailbox domain should be your "final" email address that can receive emails from SimpleLogin
|
|
|
|
and cannot point to SimpleLogin.
|
|
|
|
|
|
|
|
Please either
|
|
|
|
- update the mailbox to a final email address on {{ mailbox_url }}
|
|
|
|
- remove {{alias.email}} domain from your custom domains
|
2022-02-16 18:52:35 +01:00
|
|
|
{% endblock %}
|