Web Hosting Talk







View Full Version : MX records


SuperDon
11-11-2001, 10:26 AM
Hi,

How do i chnage the MX record for an account?

I need to change the record to sitemail.everyone.net using CPanel.

Thanks.

Synergy
11-11-2001, 12:45 PM
go into shell and if i remember the correct path it is

/var/named/userdomainname.com.db

so enter

pico /var/named/userdomainname.com.db
and add the mx record and then restart named

/etc/rc.d/init.d/named stop

/etc/rc.d/init.d/named start