Error in changing domain name hii all,
i am trying to change domain using
[zimbra@mail root]$ zmprov -l rd olddomain.com newdomain.com
ERROR: account.NO_SUCH_DOMAIN (no such domain: olddomain.com)
[zimbra@mail root]$ zmcontrol start
Host mail.newdomain.com
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
thats because i rename the host name before i change domain name
this is my /etc/hosts file
[root@mail ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
10.1.1.150 mail.newdomain.com mail
i created split dns and its running
and the
#dig newdomain.com mx
[root@mail ~]# dig test.alex.edu.eg mx
; <<>> DiG 9.7.2-P3 <<>> test.alex.edu.eg mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1016
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;newdomain.com. IN MX
;; ANSWER SECTION:
newdomain.com. 43200 IN MX 0 mail.newdomain.com.
;; AUTHORITY SECTION:
newdomain.com. 43200 IN NS ns2.newdomain.com
;; ADDITIONAL SECTION:
mail.newdomain.com. 43200 IN A (Real Ip )
;; Query time: 20 msec
;; SERVER: 10.1.1.150#53(10.1.1.150)
;; WHEN: Sat Jan 1 10:39:27 2011
;; MSG SIZE rcvd: 148
Any Help????
Last edited by Emad333; 01-01-2011 at 12:47 AM..
|