
Originally Posted by
uxbod
Which version of ZCS and release did you install ?
Code:
su - zimbra
zmcontrol -v
This command give: Release 5.0.6_GA_2313.UBUNTU6_64 DEBIAN4.0_64 I forced the Ubuntu 64bits on Debian 4.0 64bits

Originally Posted by
uxbod
you can fix the permissions by running as root
Code:
/opt/zimbra/libexec/zmfixperms -extended
Ok, but /opt/zimbra/mysql/var back to owner root...

Originally Posted by
uxbod
by the looks of things the ZCS install did not like your DNS setup. Are you behind a firewall?
Yes this is a virtual server hosted on machine with a firewall.
Please post
cat /etc/hosts = 88.191.208.158 soleil-4.arial-concept.com
cat /etc/resolv.conf =
Code:
nameserver 127.0.0.1
nameserver 88.191.254.60
nameserver 88.191.254.70
dig _yourdomain_ mx =
Code:
; <<>> DiG 9.3.4 <<>> arial-concept.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6206
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 4
;; QUESTION SECTION:
;arial-concept.com. IN MX
;; ANSWER SECTION:
arial-concept.com. 3600 IN MX 10 soleil-3.arial-concept.com.
arial-concept.com. 3600 IN MX 50 soleil-bk.arial-concept.com.
;; AUTHORITY SECTION:
arial-concept.com. 10492 IN NS b.dns.gandi.net.
arial-concept.com. 10492 IN NS a.dns.gandi.net.
arial-concept.com. 10492 IN NS c.dns.gandi.net.
;; ADDITIONAL SECTION:
soleil-bk.arial-concept.com. 3304 IN A 88.191.62.143
c.dns.gandi.net. 172488 IN A 217.70.182.20
a.dns.gandi.net. 172488 IN A 217.70.179.40
b.dns.gandi.net. 172488 IN A 217.70.184.40
;; Query time: 4 msec
;; SERVER: 88.191.254.60#53(88.191.254.60)
;; WHEN: Mon Jun 30 19:10:26 2008
;; MSG SIZE rcvd: 211
dig _yourdomain_ any =
Code:
; <<>> DiG 9.3.4 <<>> arial-concept.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5127
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 3, ADDITIONAL: 4
;; QUESTION SECTION:
;arial-concept.com. IN ANY
;; ANSWER SECTION:
arial-concept.com. 3525 IN MX 50 soleil-bk.arial-concept.com.
arial-concept.com. 3525 IN MX 10 soleil-3.arial-concept.com.
arial-concept.com. 10417 IN NS b.dns.gandi.net.
arial-concept.com. 10417 IN NS a.dns.gandi.net.
arial-concept.com. 10417 IN NS c.dns.gandi.net.
;; AUTHORITY SECTION:
arial-concept.com. 10417 IN NS c.dns.gandi.net.
arial-concept.com. 10417 IN NS a.dns.gandi.net.
arial-concept.com. 10417 IN NS b.dns.gandi.net.
;; ADDITIONAL SECTION:
soleil-bk.arial-concept.com. 3229 IN A 88.191.62.143
c.dns.gandi.net. 172413 IN A 217.70.182.20
a.dns.gandi.net. 172413 IN A 217.70.179.40
b.dns.gandi.net. 172413 IN A 217.70.184.40
;; Query time: 0 msec
;; SERVER: 88.191.254.60#53(88.191.254.60)
;; WHEN: Mon Jun 30 19:11:41 2008
;; MSG SIZE rcvd: 253
host `hostname` = soleil-4.arial-concept.com has address 88.191.208.158
Thanks for your help.
Sam.