Quote:
|
how did you move Zimbra to the new server?
|
- Old server was NE 4.5.5 on CentOS4 x86
- Installed NE 4.5.6 on the new machine (CentOS5 x86)
- blocked port 25 on old server (mails were queued on secondary MX)
- made full backup of old server (using zmbackup)
- created domains on new server
- restored full backup on new machine
- updated to NE 5.0.2
- changed MX entry fitting to the new server
Code:
[zimbra@zimbra ~]$ host `hostname`
zimbra.schuelerunion.at has address 78.46.48.66
Code:
[zimbra@zimbra ~]$ dig schuelerunion.at mx
; <<>> DiG 9.3.3rc2 <<>> schuelerunion.at mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30769
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;schuelerunion.at. IN MX
;; ANSWER SECTION:
schuelerunion.at. 7200 IN MX 10 zimbra.schuelerunion.at.
schuelerunion.at. 7200 IN MX 20 mail.4-mail.net.
;; Query time: 53 msec
;; SERVER: 213.133.100.100#53(213.133.100.100)
;; WHEN: Tue Feb 5 14:41:21 2008
;; MSG SIZE rcvd: 88
Code:
[zimbra@zimbra ~]$ dig schuelerunion.at any
; <<>> DiG 9.3.3rc2 <<>> schuelerunion.at any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45984
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;schuelerunion.at. IN ANY
;; ANSWER SECTION:
schuelerunion.at. 6314 IN NS ns5.kasserver.com.
schuelerunion.at. 6314 IN NS ns6.kasserver.com.
;; Query time: 1 msec
;; SERVER: 213.133.100.100#53(213.133.100.100)
;; WHEN: Tue Feb 5 14:42:06 2008
;; MSG SIZE rcvd: 83