{% 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 %}Settings - DMARQ{% endblock %} {% block page_title %}Settings{% endblock %} {% block content %}
{% call card() %} {% call card_header() %} {% call card_title() %}Mail Sources{% endcall %} {% call card_description() %} IMAP and other inbox credentials are now managed on the dedicated Mail Sources page. Multiple accounts and methods (IMAP, POP3, Gmail API) can be configured there. {% endcall %} {% endcall %} {% call card_content() %} Manage Mail Sources {% endcall %} {% endcall %} {% call card() %} {% call card_header() %} {% call card_title() %}DMARC Policy Management{% endcall %} {% call card_description() %} Configure default DMARC policy settings for newly added domains {% endcall %} {% endcall %} {% call card_content() %}
{% call form_group() %} {% call label(for="default_policy") %}Default DMARC Policy{% endcall %}

Policy applied to new domains when no specific policy is set

{% endcall %} {% call form_group() %} {% call label(for="percent") %}Percentage{% endcall %}
100%

Percentage of messages to which the DMARC policy is applied

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