Add to Favourites Add to Favourites    Print this Article Print this Article

How does Plesk generate SOA-Record for DNS zones ?

Parallels Plesk Panel (hereafter Plesk) generates SOA records the following way:

- TTL, Refresh, Expire and other records are set to values specified in Server -> DNS -> SOA Preferences page in Plesk interface.

- serial number is set to 'seconds since Epoch', i.e. since 01.01.1970. In further Plesk versions manual SOA changing is planned.

- authoritative name server is set equal to the first NS record, i.e. if you add name servers
ns1.domain.com NS domain.com
ns2.domain.com NS domain.com

then it will look as "@ IN SOA ns1.domain.com. ..." in zone file.

- authoritative contact is set to Client e-mail, can be configured on from Client -> Edit page.

If your second external name server is set in SOA as authoritative, try to delete name servers from DNS template and add them anew in correct order. Name server which will be added first as NS, will be used in SOA.

Was this answer helpful?

Also Read