Details
Product: Ensim Pro for Linux
Version: 4.0.3 (Fedora Core 1, Fedora Core 2 and Red Hat Enterprise Linux 3ES)
Date: October 11,2005
Hotfix Description: Addresses the issue:
Errors while Deleting MX records or Updating SOA records in DNS.
Overview : Deleting MX records or Updating SOA records under DNS in the
control panel fails with the error as "Inappropriate Zone".
Download :
http://download.swsoft.com/ensim/download/pro/linux/4.0.3/hotfix/bind/delete_mx
(md5sum: 4f354b6422eea490e54a75053c9d49b3)
http://download.swsoft.com/ensim/download/pro/linux/4.0.3/hotfix/bind/DnsUpdate.pm
(md5sum: 5daf2c6af225682106ba6ed49097ade7 )
Installation Procedure:
1) Download the above files delete_mx and DnsUpdate.pm
2) Backup the existing files
cp /usr/lib/opcenter/bind/delete_mx /root/delete_mx.orig
cp /usr/lib/opcenter/bind/DnsUpdate.pm /root/DnsUpdate.pm.orig
3) Copy the file to the desired locations
cp delete_mx /usr/lib/opcenter/bind/delete_mx delete_mx
cp DnsUpdate.pm /usr/lib/opcenter/bind/DnsUpdate.pm
4) Restart named.
service named restart.
|