Endless "DMARC failure to load tld list" errors

General support questions
Post Reply
TomekWaw
Posts: 5
Joined: 2020/05/26 12:23:12

Endless "DMARC failure to load tld list" errors

Post by TomekWaw » 2020/05/26 12:29:16

Hi.
I'm on the current 7 branch on multiple systems. All use exim as MTA.
Since last update I keep getting those error messages:

Code: Select all

DMARC failure to load tld list '/usr/share/publicsuffix/public_suffix_list.dat': No such file or directory
With every single email generated by cron or anything.

I have already added 3x "control = dmarc_disable_verify" under every occurrence of "control = dkim_disable_verify" in exim.conf
but it didn't solve this annoying issue.

Any ideas how to solve it the right way?

TomekWaw
Posts: 5
Joined: 2020/05/26 12:23:12

Re: Endless "DMARC failure to load tld list" errors

Post by TomekWaw » 2020/05/28 23:45:03

Am I the only one in the world suffering this issue..? :)

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Endless "DMARC failure to load tld list" errors

Post by TrevorH » 2020/05/28 23:49:01

We don't ship exim so you have to go out of your way to get it.

Google tells me that the location of that file can be changed by specifying a parameter. See section 5. in http://exim.org/exim-html-current/doc/h ... dmarc.html so hit that, read the 5th paragraph under that where it says "The dmarc_tld_file option defines the location of a text file..." and then goes on to tell you where you can download a copy of it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mijen67
Posts: 3
Joined: 2017/07/06 23:24:05

Re: Endless "DMARC failure to load tld list" errors

Post by mijen67 » 2020/06/06 10:37:10

TomekWaw wrote:
2020/05/28 23:45:03
Am I the only one in the world suffering this issue..? :)
Nope, I have ignored these for a while.

It seems CentOS 8 has added an rpm with the suffixes,
https://centos.pkgs.org/8/centos-baseos ... h.rpm.html

However, I'm still on CentOS 7 and I just tried to remove the problem by:

mkdir /usr/share/publicsuffix
cd /usr/share/publicsuffix
wget https://publicsuffix.org/list/public_suffix_list.dat

Time will tell if the errors goes away.

Kind regards,
Michael

TomekWaw
Posts: 5
Joined: 2020/05/26 12:23:12

Re: Endless "DMARC failure to load tld list" errors

Post by TomekWaw » 2020/06/18 07:10:11

Thanks for your answers @TrevorH, @mijen67.

I made this on key servers. With others I will wait for this bug to be solved:
https://bugzilla.redhat.com/show_bug.cgi?id=1836274

renich
Posts: 3
Joined: 2018/11/22 18:35:04

Re: Endless "DMARC failure to load tld list" errors

Post by renich » 2021/06/29 22:24:14

For what is worth, you can, now, install it in CentOS 7 from the EPEL repo:

Code: Select all

yum -y install publicsuffix-list

Post Reply