{% extends "base.html" %} {% block title %}Email Gateway · SD RMM{% endblock %} {% block content %} {% include "_email_nav.html" %}
Every message that flows through the inline SMTP gateway, with the verdict applied at the door.
127.0.0.1:10025 and filters mail inline (analyzer + ClamAV + policies) → clean is delivered (relayed downstream), threats are quarantined. Public MX comes in Phase B (needs IPv4 + rDNS).| Time (PT) | From | To | Subject | Verdict | Action |
|---|---|---|---|---|---|
| {{ g.ts| pt('%m-%d %H:%M:%S') }} | {{ g.mail_from or '—' }} | {{ g.rcpt_to or '—' }} | {{ g.subject or '—' }}
{% if it.reasons %}
|
{% if g.severity %}{{ g.severity }} {{ g.threat_type }} ({{ g.score }}){% else %}clean{% endif %}
{% if g.clam %} ClamAV: {{ g.clam }} {% endif %} |
{{ g.action }}{% if g.relay %} {{ g.relay }} {% endif %} |
No mail has flowed through the gateway yet. Send a test message to 127.0.0.1:10025 to see it filtered here.