PDA

View Full Version : Create new mail server...


admonet
10-17-2006, 01:16 PM
Any easy way to rewrite all DNS entries for either an A record (for mail.domain.com) or for the MX record? I wish to rewrite all domains to point to new MX records and set the new mx records for all new domains. I may not have searched hard enough but does anyone have an idea?

Some command I can designate new MX records for each domain?

admonet
10-18-2006, 08:45 AM
Anyone have any help on this yet?

jlasman
10-25-2006, 02:40 AM
Use a single-line edit tool to change the MX information; then update the zone file serial numbers and restart BIND with this command:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
Jeff