• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 11.0.9 on CentOS 6.3, DNS does not work, error SERVFAIL

But your root domain is not resolvable:

$ host suni.sc
Host suni.sc not found: 2(SERVFAIL)

I think that you should correctly setup domain zone for suni.sc domain first.
 
Thank you for your reply. The domain zone for suni.sc is already setup correctly through Plesk Panel. I forgot to post the zone file.
This is what I can´t understand. The /etc/named.conf and zone file for suni.sc was checked for errors with named-checkconf and named-checkzone.


[root@starburst ~]# cat /var/named/chroot/var/suni.sc
; *** This file is automatically generated by Plesk ***
$TTL 86400

@ IN SOA sbns1.suni.sc. xxx.xxx.xxx. (
2013040905 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
10800 ) ; Minimum

suni.sc. IN NS sbns1.suni.sc.
suni.sc. IN NS sbns2.suni.sc.
suni.sc. IN A 82.221.102.97
webmail.suni.sc. IN A 82.221.102.97
mail.suni.sc. IN A 82.221.102.97
ipv4.suni.sc. IN A 82.221.102.97
sbns1.suni.sc. IN A 193.107.87.65
sbns2.suni.sc. IN A 193.107.87.66
ftp.suni.sc. IN CNAME suni.sc.
*.webmail.suni.sc. IN CNAME suni.sc.
www.suni.sc. IN CNAME suni.sc.
suni.sc. IN MX 10 mail.suni.sc.
suni.sc. IN TXT "v=spf1 +a +mx -all"



Please help, all help is greatly appreciated!

Thank You
Andreas
 
Last edited:
Hello, I have the same issue. Did you fix this by any chance ?




Thank you for your reply. The domain zone for suni.sc is already setup correctly through Plesk Panel. I forgot to post the zone file.
This is what I can´t understand. The /etc/named.conf and zone file for suni.sc was checked for errors with named-checkconf and named-checkzone.


[root@starburst ~]# cat /var/named/chroot/var/suni.sc
; *** This file is automatically generated by Plesk ***
$TTL 86400

@ IN SOA sbns1.suni.sc. xxx.xxx.xxx. (
2013040905 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
10800 ) ; Minimum

suni.sc. IN NS sbns1.suni.sc.
suni.sc. IN NS sbns2.suni.sc.
suni.sc. IN A 82.221.102.97
webmail.suni.sc. IN A 82.221.102.97
mail.suni.sc. IN A 82.221.102.97
ipv4.suni.sc. IN A 82.221.102.97
sbns1.suni.sc. IN A 193.107.87.65
sbns2.suni.sc. IN A 193.107.87.66
ftp.suni.sc. IN CNAME suni.sc.
*.webmail.suni.sc. IN CNAME suni.sc.
www.suni.sc. IN CNAME suni.sc.
suni.sc. IN MX 10 mail.suni.sc.
suni.sc. IN TXT "v=spf1 +a +mx -all"



Please help, all help is greatly appreciated!

Thank You
Andreas
 
Hello, I have the same issue. Did you fix this by any chance ?

Sorry, I had a break with this project as I still havent figured it out :/ There is something with the setup as Igor says. Please let me know if you have a solution.
 
Last edited:
Back
Top