All right! I guess we are in our way now...
Code:
[zimbra@mail zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]$ dig zimbraloco.com any
; <<>> DiG 9.7.3-RedHat-9.7.3-2.el6 <<>> zimbraloco.com any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29137
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;zimbraloco.com. IN ANY
;; ANSWER SECTION:
zimbraloco.com. 2592000 IN NS ns1.zimbraloco.com.
zimbraloco.com. 2592000 IN SOA zimbraloco.com. ecenizo.zimbraloco.com. 10118 43200 3600 3600000 2592000
zimbraloco.com. 2592000 IN MX 10 mail.zimbraloco.com.
;; ADDITIONAL SECTION:
ns1.zimbraloco.com. 2592000 IN A 192.168.0.7
mail.zimbraloco.com. 2592000 IN A 192.168.0.7
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Aug 1 15:21:42 2011
;; MSG SIZE rcvd: 147
Code:
[zimbra@mail zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]$ dig zimbraloco.com mx
; <<>> DiG 9.7.3-RedHat-9.7.3-2.el6 <<>> zimbraloco.com mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11169
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;zimbraloco.com. IN MX
;; ANSWER SECTION:
zimbraloco.com. 2592000 IN MX 10 mail.zimbraloco.com.
;; AUTHORITY SECTION:
zimbraloco.com. 2592000 IN NS ns1.zimbraloco.com.
;; ADDITIONAL SECTION:
mail.zimbraloco.com. 2592000 IN A 192.168.0.7
ns1.zimbraloco.com. 2592000 IN A 192.168.0.7
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Aug 1 15:22:15 2011
;; MSG SIZE rcvd: 103
Code:
[zimbra@mail zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]$ host $(hostname)
mail.zimbraloco.com has address 192.168.0.7
Code:
[redHat@mail ~]$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.7 zimbraloco.com mail
Still i have this message when installing Zimbra:
Code:
Setting defaults...No results returned for A lookup of zimbraloco.com
Checked nameservers:
127.0.0.1
DNS ERROR resolving zimbraloco.com
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] So, i contonued like this:
Code:
Please enter the logical hostname for this host [zimbraloco.com] mail.zimbraloco.com
DNS ERROR resolving MX for mail.zimbraloco.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [mail.zimbraloco.com] zimbraloco.com
MX: mail.zimbraloco.com (192.168.0.7)
Interface: 192.168.0.7
Interface: 127.0.0.1
done.
Checking for port conflicts
Port conflict detected: 25 (zimbra-mta)
Port conflicts detected! - Any key to continue There! But... when:
Code:
[zimbra@mail zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]$ zmcontrol start
Host localhost
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
Zimbra wont start!
Why is this last error? It has to do with the port conflicts previusly encountered?