ports/mail/opendmarc/files/patch-opendmarc_opendmarc.conf.sample
Yasuhito FUTATSUKI 71cc74d1f1 mail/opendmarc: Add dns/public_suffix_list to RUN_DEPENDS
OpenDMARC uses public_suffix_list.dat for checking organizational
domains. Make public_suffix_list install automatically.

PR:	280931
2025-05-05 02:08:48 +03:00

11 lines
368 B
Plaintext

--- opendmarc/opendmarc.conf.sample.orig 2021-12-20 06:40:37 UTC
+++ opendmarc/opendmarc.conf.sample
@@ -294,6 +294,7 @@
## One location to retrieve the file from is https://publicsuffix.org/list/
#
# PublicSuffixList path
+PublicSuffixList %%PREFIX%%/share/public_suffix_list/public_suffix_list.dat
## RecordAllMessages { true | false }
## default "false"