All right, after reading a lot and using the Search function, i could make it through.
Even "dig" did return something usefull

.
But now! I have a different problem: When installing Zimbra, this one pops:
Code:
Installing packages
zimbra-core......zimbra-core-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-ldap......zimbra-ldap-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-logger......zimbra-logger-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-mta......zimbra-mta-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-snmp......zimbra-snmp-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-store......zimbra-store-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-apache......zimbra-apache-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
zimbra-spell......zimbra-spell-7.1.1_GA_3196.RHEL6_64-20110527010625.x86_64.rpm...done
Operations logged to /tmp/zmsetup.07292011-184241.log
Installing LDAP configuration database...done.
Setting defaults...
DNS ERROR resolving MX for zimbraloco.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [zimbraloco.com] ^C Why does that appears? Then, when trying to start zimbra:
Code:
[zimbra@redHat 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.
So, I guess something is still bad on my DNS configuration?
Here's the stuff:
Code:
zimbra@redHat zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]$ cat /etc/resolv.conf
search zimbraloco.com
nameserver 127.0.0.1
Code:
[zimbra@redHat zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.7 zimbraloco.com redHat
Code:
[root@´host´ zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]# host `hostname`
Host redHat not found: 3(NXDOMAIN)
Code:
[root@´host´ zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]# cat /etc/named.conf
// Default named.conf generated by install of bind-9.2.4-2
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 192.168.1.7 ; };
};
// We are the master server for server.example.com
zone "zimbraloco.com" {
type master;
file "db.server.example.com";
}; Code:
[root@´host´ zzcs-7.1.1_GA_3196.RHEL6_64.20110527010625]# cat /var/named/db.server.example.com
;
; Addresses and other host information.
;
@ IN SOA zimbraloco.com. ecenizo.zimbraloco.com. (
10131
43200
3600
3600000
2592000 )
; Define the nameservers and the mail servers
zimbraloco.com. IN A 192.168.1.7
zimbraloco.com. IN NS zimbraloco.com.
mail.zimbraloco.com. IN MX 10 mail.zimbraloco.com. Code:
.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: 36539
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;zimbraloco.com. IN ANY
;; ANSWER SECTION:
zimbraloco.com. 2592000 IN SOA zimbraloco.com. ecenizo.zimbraloco.com. 10131 43200 3600 3600000 2592000
zimbraloco.com. 2592000 IN A 192.168.1.7
zimbraloco.com. 2592000 IN NS zimbraloco.com.
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jul 29 19:08:47 2011
;; MSG SIZE rcvd: 106
Code:
[root@´host´ 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: 17785
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;zimbraloco.com. IN MX
;; AUTHORITY SECTION:
zimbraloco.com. 2592000 IN SOA zimbraloco.com. ecenizo.zimbraloco.com. 10131 43200 3600 3600000 2592000
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jul 29 19:09:13 2011
;; MSG SIZE rcvd: 76
Please! Im SO near (i guess...). What's the last piece of this puzzle?