yes i have added it to domains within zimbra admin. i did add a1entinc.com to the virtual host section under the domain, adhocracymgt.com.
named.conf.local
Code:
one "adhocracymgt.com" {
type master;
file "/etc/bind/db.adhocracymgt.com";
};
zone "1.168.192.in-addr.arpa" {
type master;
file "/etc/bind/rev.1.168.192.in-addr.arpa";
};
zone "a1entinc.com" {
type master;
file "/etc/bind/db.a1entinc.com";
}; db.a1entinc.com
Code:
;
; BIND data file for a1entinc.com
;
$TTL 604800
@ IN SOA mail.a1entinc.com. admin.a1entinc.com. (
080729 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS mail
IN MX 10 mail
IN A 192.168.1.11
mail IN A 192.168.1.11