Zimbra installation - DNS/LDAP problem

Ask questions about your setup or get help installing ZCS server (ZD section below).
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2796
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.6 Network Edition
Contact:

Re: Zimbra installation - DNS/LDAP problem

Post by L. Mark Stone »

So the good news is your issue seems to be just a DNS configuration issue, not a Zimbra issue.

Perhaps just use the dnsmasq configurations I suggest in my other blog post -- adjusted for your environment of course! Get rid of BIND9 and whatever else you are trying to use, and just use dnsmasq?

Hope that helps,
Mark

https://www.missioncriticalemail.com/20 ... ion-guide/
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
mateusscheper
Posts: 17
Joined: Tue May 29, 2018 12:49 pm

Re: Zimbra installation - DNS/LDAP problem

Post by mateusscheper »

L. Mark Stone wrote:So the good news is your issue seems to be just a DNS configuration issue, not a Zimbra issue.

Perhaps just use the dnsmasq configurations I suggest in my other blog post -- adjusted for your environment of course! Get rid of BIND9 and whatever else you are trying to use, and just use dnsmasq?

Hope that helps,
Mark

https://www.missioncriticalemail.com/20 ... ion-guide/
Ok, I surrendered to dnsmaq.

I think my tests are now ok, but I can't access via browser. What exact URL should I use? I tried a few:
  • mail.mateuscentos7.hopto.org;
    mail.mateuscentos7.hopto.org:8443;
    mateuscentos7.hopto.org:2601 (I redirected all access from 0.0.0.0/0 port 2601 to 10.1.1.43:8443);
    mail.mateuscentos7.hopto.org:2601.
Test 1:

Code: Select all

[root@mail zcs-8.8.8_GA_2009.RHEL7_64.20180322150747]# host mail.mateuscentos7.hopto.org
mail.mateuscentos7.hopto.org has address 10.1.1.43
[root@mail zcs-8.8.8_GA_2009.RHEL7_64.20180322150747]# host mail
mail.mateuscentos7.hopto.org has address 10.1.1.43
Test 2:

Code: Select all

[root@mail zcs-8.8.8_GA_2009.RHEL7_64.20180322150747]# host 10.1.1.43
43.1.1.10.in-addr.arpa domain name pointer mail.mateuscentos7.hopto.org.
Test 3:

Code: Select all

[root@mail zcs-8.8.8_GA_2009.RHEL7_64.20180322150747]# host www.yahoo.com
www.yahoo.com is an alias for atsv2-fp.wg1.b.yahoo.com.
atsv2-fp.wg1.b.yahoo.com has address 72.30.35.10
atsv2-fp.wg1.b.yahoo.com has address 72.30.35.9
atsv2-fp.wg1.b.yahoo.com has address 98.138.219.232
atsv2-fp.wg1.b.yahoo.com has address 98.138.219.231
atsv2-fp.wg1.b.yahoo.com has IPv6 address 2001:4998:58:1836::11
atsv2-fp.wg1.b.yahoo.com has IPv6 address 2001:4998:58:1836::10
Test 4:

Code: Select all

[root@mail zcs-8.8.8_GA_2009.RHEL7_64.20180322150747]# dig mateuscentos7.hopto.org mx

; <<>> DiG 9.9.4-RedHat-9.9.4-61.el7 <<>> mateuscentos7.hopto.org mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55388
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 2

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;mateuscentos7.hopto.org.       IN      MX

;; ANSWER SECTION:
mateuscentos7.hopto.org. 0      IN      MX      5 mail.mateuscentos7.hopto.org.

;; ADDITIONAL SECTION:
mail.mateuscentos7.hopto.org. 0 IN      A       10.1.1.43

;; Query time: 7 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sex Jun 01 11:49:30 -03 2018
;; MSG SIZE  rcvd: 112
Post Reply