[pmg-devel] [PATCH pmg-api 7/7] templates: enable DMARC plugin in v400.pre.in
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Mar 13 22:23:50 CET 2023
This module needs Mail::DMARC (libmail-dmarc-perl) as prerequisite.
It is currently only available in sid and bookworm, but can be
trivially rebuild for bullseye.
the dmarc tests are skipped if only internal relays are used/present
in the headers, so I could not explicitly test this
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
src/templates/v400.pre.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/templates/v400.pre.in b/src/templates/v400.pre.in
index 233493d..e09e807 100644
--- a/src/templates/v400.pre.in
+++ b/src/templates/v400.pre.in
@@ -64,5 +64,5 @@ url_shortener_cache_dsn dbi:SQLite:dbname=/var/lib/pmg/decode_short_urls.db
#
# Requires Mail::DMARC module and working SPF and DKIM Plugins.
#
-# loadplugin Mail::SpamAssassin::Plugin::DMARC
+loadplugin Mail::SpamAssassin::Plugin::DMARC
--
2.30.2
More information about the pmg-devel
mailing list