• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

DNS : SOA Serial

Frank.P

Regular Pleskian
SOA Serial
SOA REFRESH
SOA RETRY
SOA EXPIRE
SOA MINIMUM TTL

This are all items of DNS and by default set that :

SOA Serial = 0
Pass SOA REFRESH = 10800. That is OK
Pass SOA RETRY = 3600. Looks ok
Pass SOA EXPIRE = 604800.Looks ok
Pass SOA MINIMUM TTL = 10800 is OK (RFC2308 recommends a value of 1-3 hours)

___________________

SOA Serial always is set to 0 and this is a wrong setting.
 
I have checked SOA template in Tools & Settings -> DNS Settings -> SOA Records Template and found that SOA MINIMUM TTL = 3 hours by default. What do you mean that SOA Serial = 0? Where is it? Maybe you need to enable "Use serial number format recommended by IETF and RIPE" option?
 
Try update SOA for this domain with

# /usr/local/psa/bin/dns --update-soa mi-hosting.es

and then check Serial number with

# dig mi-hosting.es soa +short
 
MSDOS
_______

C:\Parallels\Plesk\bin>dns --update-soa mi-hosting.es
SUCCESS: Updating SOA record for mi-hosting.es


C:\Parallels\Plesk\dns\bin>dig mi-hosting.es soa +short
dns1.mi-hosting.es. soporte.mi-hosting.es. 0 10800 3600 604800 10800
 

Attachments

  • img1.JPG
    img1.JPG
    111.6 KB · Views: 28
  • img2.JPG
    img2.JPG
    104 KB · Views: 27
Sorry, but I can't reproduce it on my test environment and I haven't got a clue why you have 0 Serial number there. Therefore I suggest you contact Support Team.
 
Back
Top