• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue error message / email security app / configuration check:

vhenning82

New Pleskian
i get the following error message when opening the email security app -> configuration check:

Execution filemng has failed with exit code 1, stdout: Host 2.0.0.127.multi.uribl.com not found: 3(NXDOMAIN) , stderr:

Can anyone help me?
 
Hi!

The extension executes the following command (you can try to run it manually in the terminal to see the full response of the query):

Code:
host -tTXT 2.0.0.127.multi.uribl.com

Please see here why and what you can do if the query is refused: URIBL.COM - Realtime URI Blacklist

Cheers
 
i have the same error.

when i type
Code:
host -tTXT 2.0.0.127.multi.uribl.com

i got:
Code:
Host 2.0.0.127.multi.uribl.com not found: 3(NXDOMAIN)

what can i do ?
 
The problem in that domain's authoritative NS servers have no "TXT" DNS records, therefore DNS cannot resolve them to run a query.
Contact the domain registrar or DNS provider for assistance to add "TXT" record on nameserver's records side.
 
I don't know what do to. My provider is strato.de. I have a vServer with Ubuntu Linux. I have a stratoserver.net domain that can't be edited...

What can I do
 
Whose domain 2.0.0.127.multi.uribl.com is it? Your? Who created and registered it for you? Ask him why DNS records are not configured for this domain as I said above.
 
I got the same error for the spamassassin-Blacklist (multi.uribl.com) after setting up my own DNS-Server using bind9 (comes with Plesk) and unbound.

First result:
# host -tTXT 2.0.0.127.multi.uribl.com
Host 2.0.0.127.multi.uribl.com not found: 3(NXDOMAIN)


If bind9 as own DNS-Server is installed in combination with unbound then etc/resolv.conf needs to become modified, too.
In my case I substituted in resolv.conf the both nameserver "external IP1" and nameserver "external IP2" by nameserver 127.0.01 (my localhost) what has led to:

# host -tA 2.0.0.127.multi.uribl.com
2.0.0.127.multi.uribl.com has address 127.0.0.14

and

# host -tTXT 2.0.0.127.multi.uribl.com
2.0.0.127.multi.uribl.com descriptive text "permanent testpoint"



Now also the Plesk extension "E-Mail Security" works without error message.
 
Back
Top