search for: available_nameserv

Displaying 5 results from an estimated 5 matches for "available_nameserv".

2017 Aug 10
5
Centos 7 specific cure for Spamassassin DNS lookup problem
I have the following error message in my /var/log/spamd spf: lookup failed: available_nameservers: No DNS servers available! Having Googled the error message I've found a number of responses which involve patching Perl or Spamassassin or other cures. Before I start changing things I was wondering if there was a Centos 7 specific resolution. Where possible, on production machines I p...
2017 Aug 10
0
Centos 7 specific cure for Spamassassin DNS lookup problem
On Thu, 10 Aug 2017, Gary Stainburn wrote: > I have the following error message in my /var/log/spamd > > spf: lookup failed: available_nameservers: No DNS servers available! > > Having Googled the error message I've found a number of responses > which involve patching Perl or Spamassassin or other cures. > > Before I start changing things I was wondering if there was a Centos > 7 specific resolution. Where possibl...
2017 Aug 10
0
Centos 7 specific cure for Spamassassin DNS lookup problem
On 08/10/2017 01:21 AM, Gary Stainburn wrote: > I have the following error message in my /var/log/spamd > > spf: lookup failed: available_nameservers: No DNS servers available! Try starting spamassassin later. Run "systemctl edit spamassassin.service" and insert two lines: [Unit] After=network-online.target
2017 Aug 10
1
Centos 7 specific cure for Spamassassin DNS lookup problem
On 10/08/17 15:37, Paul Heinlein wrote: > On Thu, 10 Aug 2017, Gary Stainburn wrote: > >> I have the following error message in my /var/log/spamd >> >> spf: lookup failed: available_nameservers: No DNS servers available! >> >> Having Googled the error message I've found a number of responses >> which involve patching Perl or Spamassassin or other cures. >> >> Before I start changing things I was wondering if there was a Centos 7 >> specific res...
2017 Aug 14
1
Centos 7 specific cure for Spamassassin DNS lookup problem
On Thursday 10 August 2017 18:45:32 Gordon Messmer wrote: > On 08/10/2017 01:21 AM, Gary Stainburn wrote: > > I have the following error message in my /var/log/spamd > > > > spf: lookup failed: available_nameservers: No DNS servers available! > > Try starting spamassassin later. Run "systemctl edit > spamassassin.service" and insert two lines: > > [Unit] > After=network-online.target I will add the code, although updating RPM contents is one of the things I was trying to avoi...