Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

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.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 06-01-2008, 07:39 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

You also don't need this line:

Code:
localhost IN A 127.0.0.1
please remove it from your DNS.
__________________
Regards


Bill
Reply With Quote
  #12 (permalink)  
Old 06-01-2008, 08:41 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

When you have fixed the DNS & hosts file problems on your system then follow the LDAP Troubleshooting tips.
__________________
Regards


Bill
Reply With Quote
  #13 (permalink)  
Old 06-01-2008, 08:56 PM
Special Member
 
Posts: 123
Default

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 ?
Reply With Quote
  #14 (permalink)  
Old 06-01-2008, 09:03 PM
Special Member
 
Posts: 123
Default

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
Reply With Quote
  #15 (permalink)  
Old 06-01-2008, 10:29 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by nishith View Post
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
Reply With Quote
  #16 (permalink)  
Old 06-01-2008, 11:30 PM
Special Member
 
Posts: 123
Default

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.
Reply With Quote
  #17 (permalink)  
Old 06-01-2008, 11:44 PM
Special Member
 
Posts: 123
Default

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.
Reply With Quote
  #18 (permalink)  
Old 06-01-2008, 11:49 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by nishith View Post
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
Reply With Quote
  #19 (permalink)  
Old 06-02-2008, 12:19 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

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
Reply With Quote
  #20 (permalink)  
Old 06-02-2008, 12:22 AM
Special Member
 
Posts: 123
Default

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.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.