[packages/exim] Rel 2; use PSL for dmarc
arekm
arekm at pld-linux.org
Wed May 13 16:09:31 CEST 2026
commit 45af6270171addcd32f5f3ac2aae3672d9f35037
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed May 13 16:06:24 2026 +0200
Rel 2; use PSL for dmarc
exim.spec | 3 ++-
exim4.conf | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/exim.spec b/exim.spec
index 1bfbce2..36d835c 100644
--- a/exim.spec
+++ b/exim.spec
@@ -22,7 +22,7 @@ Summary(pl.UTF-8): Agent Transferu Poczty Uniwersytetu w Cambridge
Summary(pt_BR.UTF-8): Servidor de correio eletrônico exim
Name: exim
Version: 4.99.3
-Release: 1
+Release: 2
Epoch: 2
License: GPL v2+
Group: Networking/Daemons/SMTP
@@ -98,6 +98,7 @@ Requires(pre): /usr/sbin/groupadd
Requires(pre): /usr/sbin/useradd
Requires: findutils
Requires: pam >= 0.79.0
+Requires: publicsuffix-list
Requires: rc-scripts
Requires: which
Provides: group(exim)
diff --git a/exim4.conf b/exim4.conf
index 91707da..13e4c7b 100644
--- a/exim4.conf
+++ b/exim4.conf
@@ -113,6 +113,10 @@ acl_smtp_data = acl_check_data
# You should not change those settings until you understand how ACLs work.
+# Public Suffix List used by DMARC (both exim implementations).
+# Provided by the publicsuffix-list package.
+dmarc_tld_file = /usr/share/publicsuffix/public_suffix_list.dat
+
# If you are running a version of Exim that was compiled with the content-
# scanning extension, you can cause incoming messages to be automatically
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/45af6270171addcd32f5f3ac2aae3672d9f35037
More information about the pld-cvs-commit
mailing list