Hello everyone,
My system is Ubuntu 10.10, i know that the system not supported, but i saw in forums that Zimbra is working!
I try install zimbra from downloads: zcs-6.0.12_GA_2883.UBUNTU10_64.20110306010949
I know there is many threads and i read many of them, but i didn't get it to work!
I several days try install zimbra and allways after fresh install i have at end Initializing Documents...failed to initialize documents. And in zimbra setup log i see that ERROR: account.NO_SUCH_SERVER (no such server: mail.dga.lv) and several lines after about certificates with errors!
I think there is something about my domain name problem!
And i am not behind NAT or routher and i have installed LAMP, but when i install zimbra i change ports for zimbra from 80 to 81 and 443 to 444 and during installation i change domain name to dga.lv.
There is all info about my settings:
dig dga.lv mx
Code:
; <<>> DiG 9.7.1-P2 <<>> dga.lv mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40149
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;dga.lv. IN MX
;; ANSWER SECTION:
dga.lv. 38400 IN MX 10 mail.dga.lv.
;; AUTHORITY SECTION:
dga.lv. 38400 IN NS ns2.dga.lv.
dga.lv. 38400 IN NS ns1.dga.lv.
;; ADDITIONAL SECTION:
mail.dga.lv. 38400 IN A 77.93.23.16
ns1.dga.lv. 38400 IN A 77.93.23.16
ns2.dga.lv. 38400 IN A 77.93.23.16
;; Query time: 0 msec
;; SERVER: 77.93.23.16#53(77.93.23.16)
;; WHEN: Tue Mar 29 16:50:29 2011
;; MSG SIZE rcvd: 129
dig dga.lv any
Code:
; <<>> DiG 9.7.1-P2 <<>> dga.lv any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35109
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;dga.lv. IN ANY
;; ANSWER SECTION:
dga.lv. 38400 IN NS ns1.dga.lv.
dga.lv. 38400 IN NS ns2.dga.lv.
dga.lv. 38400 IN SOA ns1.dga.lv. admin.dga.lv. 1301071327 10800 3600 604800 38400
dga.lv. 38400 IN MX 10 mail.dga.lv.
dga.lv. 38400 IN A 77.93.23.16
;; ADDITIONAL SECTION:
ns1.dga.lv. 38400 IN A 77.93.23.16
ns2.dga.lv. 38400 IN A 77.93.23.16
mail.dga.lv. 38400 IN A 77.93.23.16
;; Query time: 0 msec
;; SERVER: 77.93.23.16#53(77.93.23.16)
;; WHEN: Tue Mar 29 16:56:53 2011
;; MSG SIZE rcvd: 187
/etc/hosts
Code:
127.0.0.1 localhost.localdomain localdomain
77.93.23.16 mail.dga.lv mail
127.0.1.1 dga
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/resolv.conf
Code:
search dga.lv
nameserver 77.93.23.16
nameserver 127.0.0.1
nameserver 82.193.64.2
nameserver 8.8.8.8
/etc/hostname
host `hostname`
Code:
mail.dga.lv has address 77.93.23.16
PLease help me to resolve problem!
Thanks