{% extends "layouts/base.html" %} {% from "components/ui/card.html" import card, card_header, card_title, card_description, card_content, card_footer %} {% from "components/ui/button.html" import button %} {% from "components/ui/alert.html" import alert, alert_title, alert_description %} {% from "components/ui/input.html" import input, label, form_group %} {% block title %}Mail Sources - DMARQ{% endblock %} {% block page_title %}Mail Sources{% endblock %} {% block content %}

Mail Sources

Manage inbox accounts used to automatically retrieve DMARC reports. Multiple accounts and connection methods (IMAP, POP3, Gmail API, Microsoft 365) are supported.

{% call card() %} {% call card_header() %} {% call card_title() %}Configured Accounts{% endcall %} {% call card_description() %}Click a row to edit. Use the toggle to enable or disable polling for an account.{% endcall %} {% endcall %} {% call card_content() %} {% endcall %} {% endcall %}

How often to check for new reports (min 15 min)

Backfill Mail Source

Delete Mail Source

Are you sure you want to delete ? This action cannot be undone.

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