Page 1 of 1

DMARC failure to load tld list

Posted: Wed May 20, 2020 5:08 pm
by pcready.cl
Hi,

I have this problem in one VPS:

Image

Code: Select all

DMARC failure to load tld list '/usr/share/publicsuffix/public_suffix_list.dat': No such file or directory
I have 8 VPS and the last one that configures via the same command as the other 8 has the error indicated above.

Code: Select all

curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd no --proftpd yes --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --hostname vm-ssdXXX.pcready.cl --email [email protected] --password XXXXXXXXXXXXXXXXXXXXXXXXXXXX
Exim works, but the error is not my other VPS and I am concerned that my emails are not reaching the recipients or they are poorly signed. Or that you are rejecting the emails of others. Thank you!

Re: DMARC failure to load tld list

Posted: Mon May 25, 2020 12:57 pm
by servtelecom
Recently this error has started to appear in my logs, how can I solve it?
2020-05-25 14:06:34 DMARC failure to load tld list '/usr/share/publicsuffix/public_suffix_list.dat': No such file or directory
Thank's

Re: DMARC failure to load tld list

Posted: Tue May 26, 2020 1:13 pm
by vpsops
Try to downgrade Exim to 4.92.3.
For me fixed also this problem.

Re: DMARC failure to load tld list

Posted: Tue May 26, 2020 1:41 pm
by servtelecom
perfect, it was solved! Thank you

what with this version gives the following error:

R = dnslookup T = remote_smtp defer (-1): smtp transport process returned non-zero status 0x0100: exit code 1

I think it is because I have activated: dsn_advertise_hosts = *

This is for delivery notification, if I disable it it works fine but I'm interested to have this activated

Re: DMARC failure to load tld list

Posted: Thu Jun 18, 2020 9:40 am
by peters
This is caused by bug https://bugzilla.redhat.com/show_bug.cgi?id=1836274

A solution would be to do the following:

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

Re: DMARC failure to load tld list

Posted: Thu Jun 18, 2020 11:22 am
by servtelecom
Perfect!! thank's!!

Re: DMARC failure to load tld list

Posted: Mon Aug 09, 2021 7:29 am
by pintudaso
DMARC failure to load tld list '/usr/share/publicsuffix/public_suffix_list.dat': No such file or directory

These errors are treated in the following way - in the console we execute:

# mkdir / usr / share / publicsuffix

# cd / usr / share / publicsuffix

# wget https://publicsuffix.org/list/public_suffix_list.dat