adding nameserver record for existing domain

dannygoh

Verified User
Joined
Feb 9, 2004
Messages
366
Location
Malaysia
Hi,

I have implement a backup email for all my client. How to i add this backup mx record for 200+ domain name.

Code:
backupmx        14400   IN      A       xx.xx.xx.xx
domain.com.     14400   IN      MX      50 backupmx
 
In the user control panel on all updated skins there's a link to "MX Records". That's where you'd enter backupmx and the value 50.

It will automatically get assigned to look like this:

backupmx IN MX 50 domain.com.

Jeff
 
Back
Top