Sorry 4 my english!
As of today, I treat my own domain, and immediately disappeared from my sub domain. If you have this problem, it can help:
i-mscp 1.0.3.0
open and edit the following files:
/etc/imscp/bind/working/domain.tld.db and
/var/cache/bind/domain.tld.db
add the following entry, so
*.domain.tld. IN A xx.xx.xxx.xxx
Code
- $TTL 12H$ORIGIN domain.tld.@ IN SOA ns1.domain.tld. postmaster.domain.tld. (; dmn [domain.tld] timestamp entry BEGIN. 2012080225 ; Serial; dmn [domain.tld] timestamp entry END. 8H ; Refresh 2H ; Retry 7D ; Expire 1D ; Minimum TTL) IN NS ns1.domain.tld. IN NS ns2.domain.tld. IN MX 10 mail.domain.tld.domain.tld. IN A xx.xx.xxx.xxx*.domain.tld. IN A xx.xx.xxx.xxx. . .
the serial numbers do not forget to increase
e.g.: 2012080225 ; Serial to 2012080226 ; Serial
that in future it should be automatic, modify this template to two:
/etc/imscp/bind/parts/db_e.tpl
this:
to this:
and:
/etc/imscp/bind/parts/db_master_e.tpl
this:
to this:
that's it, done