{% extends "base.html" %} {% block title %}Gateway Domains · SD RMM{% endblock %} {% block content %} {% include "_email_nav.html" %}
Onboard a customer domain onto the inline email gateway. Add it, publish the DNS records we generate, and we filter its mail at the door.
The downstream mailserver is where we relay clean mail after filtering (their current MX target, before they switch it to us).
| Domain | Org | Downstream | DNS checks | Status | |
|---|---|---|---|---|---|
| {{ d.domain }} | {{ org_name.get(d.org_id, '—') if d.org_id else '—' }} | {{ d.downstream_host or '—' }}{% if d.downstream_host %}:{{ d.downstream_port }}{% endif %} | MX{{ '✓' if d.mx_ok else '·' }} TXT{{ '✓' if d.txt_ok else '·' }} SPF{{ '✓' if d.spf_ok else '·' }} | {{ d.status }} | Setup › |
No domains onboarded yet. Add one above to generate its DNS setup.
{% endif %}