| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
06-01-2008, 07:39 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | You also don't need this line: Code: localhost IN A 127.0.0.1 please remove it from your DNS.
__________________
Regards
Bill
| 
06-01-2008, 08:41 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | When you have fixed the DNS & hosts file problems on your system then follow the LDAP Troubleshooting tips.
__________________
Regards
Bill
| 
06-01-2008, 08:56 PM
| | Special Member | |
Posts: 123
| | I have modified the /etc/hosts file & /var/named/renovau.co.in.zone file.
Please have a look. /var/named/renovau.co.in.zone $TTL 86400
@ IN SOA webmail.renovau.co.in. root.webmail.renovau.co.in. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
@ IN NS webmail.renovau.co.in.
@ IN MX 10 webmail.renovau.co.in.; Primary Mail Server
@ IN A 58.68.123.55
webmail IN A 58.68.123.55
IN TXT "Renovau Telecom Pvt.Ltd" /etc/hosts file. ::1 localhost6.localdomain6 localhost6
58.68.123.55 webmail.renovau.co.in webmail
It's seems fine,what you suggest ? | 
06-01-2008, 09:03 PM
| | Special Member | |
Posts: 123
| | below is my result of DNS. command :- dig renovau.co.in ; <<>> DiG 9.4.0 <<>> renovau.co.in
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43485
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;renovau.co.in. IN A
;; ANSWER SECTION:
renovau.co.in. 86400 IN A 58.68.123.55
;; AUTHORITY SECTION:
renovau.co.in. 86400 IN NS webmail.renovau.co.in.
;; ADDITIONAL SECTION:
webmail.renovau.co.in. 86400 IN A 58.68.123.55
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Jun 2 09:33:03 2008
;; MSG SIZE rcvd: 85 Command :- dig -x 58.68.123.55 ; <<>> DiG 9.4.0 <<>> -x 58.68.123.55
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24069
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;55.123.68.58.in-addr.arpa. IN PTR
;; ANSWER SECTION:
55.123.68.58.in-addr.arpa. 86400 IN PTR webmail.renovau.co.in.
;; AUTHORITY SECTION:
123.68.58.in-addr.arpa. 86400 IN NS webmail.renovau.co.in.
;; ADDITIONAL SECTION:
webmail.renovau.co.in. 86400 IN A 58.68.123.55
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Jun 2 09:34:14 2008
;; MSG SIZE rcvd: 108 | 
06-01-2008, 10:29 PM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | Quote:
Originally Posted by nishith I have modified the /etc/hosts file & /var/named/renovau.co.in.zone file.
Please have a look. /var/named/renovau.co.in.zone $TTL 86400
@ IN SOA webmail.renovau.co.in. root.webmail.renovau.co.in. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
@ IN NS webmail.renovau.co.in.
@ IN MX 10 webmail.renovau.co.in.; Primary Mail Server
@ IN A 58.68.123.55
webmail IN A 58.68.123.55
IN TXT "Renovau Telecom Pvt.Ltd" /etc/hosts file. ::1 localhost6.localdomain6 localhost6
58.68.123.55 webmail.renovau.co.in webmail
It's seems fine,what you suggest ? | No, those are not the changes I asked you to make. If you are behind a NAT router (as your 192.168.x.x IP indicates) then you need your hosts file to look like this: Code: 127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.1.52 webmail.renovau.co.in webmail You also need to modify your DNS to use the LAN IP as shown in the 'DNS In A Nutshell' thread. Can you confirm if you are behind a NAT router? What is the IP of your zimbra srever?
You also need to have DNS records located on a public DNS server, according to this check you don't have any DNS records.
__________________
Regards
Bill
| 
06-01-2008, 11:30 PM
| | Special Member | |
Posts: 123
| | Dear Sir,
I would like to inform you that I want to make my open source ZIMBRA mail server live.It will be visible for public.That's why I have assigned real ip address onto this server.
This server is having 2 network cards. One ethernet is having Real IP( 58.68.123.55) & Second ethernet is having local IP(192.168.1.52)
Still the dmoain name agreement is pending onto Top Level Domains. But,If everything goes well,then I can make my ZIMBRA server live & then I can register my ZIMBRA mail server for public.
My real IP is not behind NAT.It is totally visible from outside.
The IP of my zimbra server is
ethernet0 IP :- 192.168.1.52
ethernet1 IP :- 58.68.123.55
Now,tell me what type of entry is wrong from my side?
nishith. | 
06-01-2008, 11:44 PM
| | Special Member | |
Posts: 123
| | Also tell me what type of settings are compulsory in ldap while installating zimbra?
Also let me know that "during zimbra installation,ldap service should be off or on condifition?"
I have installed open ldap server on mt fedora & it's 389 port is also working while executing following command.
telnet 389
Note: I didn't configure ldap @ this stage. | 
06-01-2008, 11:49 PM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | Quote:
Originally Posted by nishith Note: I didn't configure ldap @ this stage.[/B] | It might have helped if you had told me that in the first place.  Zimbra requires that it uses it's own LDAP, you must install it.
__________________
Regards
Bill
| 
06-02-2008, 12:19 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,316
| | I've mentioned this before but here it is again: you need DNS records in a public DNS server and you appear not to have any. According to this report you have no DNS records at all. Without them you will not receive any email.
__________________
Regards
Bill
| 
06-02-2008, 12:22 AM
| | Special Member | |
Posts: 123
| | Dear Sir,
I have successfully configured Zimbra on my server.I have uninstalled completely 7 reinstalled. I got no errors during installation.
After installation, i did this.
su - zimbra
I got zimbra user console.
Then,I typed this command :- zmcontrol start. & Below is the result. zmcontrol start
Host webmail.renovau.co.in
Starting mailbox...Done.
Starting imapproxy...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
Now,I am trying to login into zimbra through webconsole.I tyed this,but it says This page can not be displayed.
So,could you please tell me what to do now? Please provide me the link of zimbra documentation,if you have. | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |