Server Templates altındaki ayarların içinde
BIND DNS domain bölümü var.
BIND DNS records for new domains başlığına tıklayınca örnekli açıklama var:
Alıntı
BIND DNS records for new domains
When creating a new domain, a new zone is created. You may customize the records that are created here. This field expects valid named.conf entries, though the Virtualmin variables will be translated to the appropriate values for the domain. You may either add records to the standard Virtualmin-generated records, or you may completely replace the Virtualmin records with your own. For further information on BIND, consult the BIND chapter in the Webmin books.
The following substitutions can be used here. They will be replaced with the actual values from the domain when the template is used :
${DOM} The domain name, such as foo.com
${USER} The server's administration login, such as foo
${HOME} The server's home directory, like /home/foo
${EMAILTO} The virtual server's contact email address
In addition, conditional blocks like ${IF-MAIL}...${ENDIF-MAIL} and ${IF-WEB}...${ELSE-WEB}...{$ENDIF-WEB} may be used.
If you want to create your own SOA record, the substitutions ${CURRENT_YEAR}, ${CURRENT_MONTH} and ${CURRENT_DAY} may also be useful.
Mesela ben şunu ekledim:
Alıntı
;
; Gmail mx records
;
${DOM}. IN MX 1 ASPMX.L.GOOGLE.COM.
${DOM}. IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.
${DOM}. IN MX 5 ALT1.ASPMX.L.GOOGLE.COM.
${DOM}. IN MX 10 ASPMX2.GOOGLEMAIL.COM.
${DOM}. IN MX 10 ASPMX3.GOOGLEMAIL.COM.
Google mailleri için.