Change Default DNS

Hello,

Is it possible to change the default DNS template. I want to use smtp.domain.com in stead of mail.domain.com.

Reghards,

Martin Koekenberg

Status: 
Closed (fixed)

Comments

Sure .. you can do this at System Settings -> Server Templates -> Default Settings -> BIND DNS Domain. In the "BIND DNS records for new domains" you would need to enter a complete template like :

$ttl 3700
@ IN SOA ns.yourdomain.com. root.yourdomain.com. (
1262196529
10800
3600
604800
38400 )
@ IN NS ns1.yourdomain.com.
@ IN NS ns1.yourdomain.com.
$DOM. IN A $IP
www.$DOM. IN A $IP
ftp.$DOM. IN A $IP
m.$DOM. IN A $IP
localhost.$DOM. IN A 127.0.0.1
webmail.$DOM. IN A $IP
admin.$DOM. IN A $IP
smtp.$DOM. IN A $IP
$DOM. IN MX 5 smtp.$DOM.
$DOM. IN TXT "v=spf1 a mx a:$DOM ip4:$IP ?all"

Also, check the "Use only the records above" radio button.

Automatically closed -- issue fixed for 2 weeks with no activity.