Tuesday 18 September 2012

How to install Zimbra 8.0.0 mail server on Ubuntu 12.04 LTS



Install Zimbra Open Source on Ubuntu 12.04 LTS


Preparing before install Zimbra

# sudo apt-get update
# sudo apt-get install openssh-server  libgmp3c2  sysstat  sqlite3

  If you face Time related issues with server then use below command.
# sudo apt-get install language-pack-en 

And check by below command

# locale -a  
 # hostname   (check your hostname and set which you want to put your zimbra mail server name. 
 Eg: mail.bil.com 
# hostname mail.bil.com   (it's for temporary set hostname)
# vim  /etc/hostname       (it's for permanent set host-name)
mail.bil.com
:wq|  save it)
Now Download The latest version for now is Zimbra Collaboration Suite Open Source Edition 8.0.0 GA


# ls
# tar -xvf zcs-8.0.0_GA_5434.UBUNTU12_64.20120907144631.tgz
# ls
# cd zcs-8.0.0_GA_5434.UBUNTU12_64.20120907144631/
# cd

Install BIND9 for Network Address Transtlator (NAT 1-1)

In many case, your server didn't got public IP directly. But you got public IP by NAT by network device. In this condition you have to use Split DNS as Zimbra suggest (More Info)

# sudo apt-get install bind9

Now we will edit /etc/bind/named.conf.options by the line forwarders change to our DNS IP then append zone that the bottom of line

# sudo vim /etc/bind/named.conf.options
 

then create /var/cache/bind/db.mail.bil.com don't forget to change filename to match with zone file

# vim /var/cache/bind/db.mail.bil.com

  Then edit /etc/resolv.conf and change nameserver to 192.168.100.20
 
Now restart bind9 services
sudo /etc/init.d/bind9 restart
Test by dig command and it should return like below
#dig mail.bil.com   mx
; <<>> DiG 9.7.0-P1 <<>> mail.bil.com mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57886
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
 
;; QUESTION SECTION:
;mail.bil.com.           IN      MX
 
;; ANSWER SECTION:
mail.bil.com.    38400   IN      MX      10 mail.bil.com.
 
;; AUTHORITY SECTION:
mail.bil.com.    38400   IN      NS      ns1.mail.bil.com.
mail.bil.com.    38400   IN      NS      ns2.mail.bil.com.
 
;; ADDITIONAL SECTION:
mail.bil.com. 38400 IN   A       172.16.44.70
ns1.mail.bil.com. 38400  IN      A       172.16.44.70
ns2.mail.bil.com. 38400  IN      A       172.16.44.70
 
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Nov  4 21:00:19 2011
;; MSG SIZE  rcvd: 145

Install Zimbra

sudo ./install.sh
If you are getting some packages missing. Then you can install manual this

sudo apt-get install libgmp3c2 sysstat sqlite3

sudo ./install.sh

Operations logged to /tmp/install.log.1615
Checking for existing installation...
    zimbra-ldap...NOT FOUND
    zimbra-logger...NOT FOUND
    zimbra-mta...NOT FOUND
    zimbra-snmp...NOT FOUND
    zimbra-store...NOT FOUND
    zimbra-apache...NOT FOUND
    zimbra-spell...NOT FOUND
    zimbra-convertd...NOT FOUND
    zimbra-memcached...NOT FOUND
    zimbra-proxy...NOT FOUND
    zimbra-archiving...NOT FOUND
    zimbra-cluster...NOT FOUND
    zimbra-core...NOT FOUND
 
 
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
 
License Terms for the Zimbra Collaboration Suite:
  http://www.zimbra.com/license/zimbra_public_eula_2.1.html
 
 
 
Do you agree with the terms of the software license agreement? [N] Y
 
Checking for prerequisites...
     FOUND: NPTL
     FOUND: netcat-openbsd-1.89-3ubuntu2
     FOUND: sudo-1.7.2p1-1ubuntu5.3
     FOUND: libidn11-1.15-2
     FOUND: libpcre3-7.8-3build1
     FOUND: libgmp3c2-2:4.3.2+dfsg-1ubuntu1
     FOUND: libexpat1-2.0.1-7ubuntu1
     FOUND: libstdc++6-4.4.3-4ubuntu5
     FOUND: libperl5.10-5.10.1-8ubuntu2.1
Checking for suggested prerequisites...
     FOUND: perl-5.10.1
     FOUND: sysstat
     FOUND: sqlite3
Prerequisite check complete.
 
Checking for installable packages
 
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-memcached
Found zimbra-proxy
 
 
Select the packages to install
 
Install zimbra-ldap [Y] Y
 
Install zimbra-logger [Y] Y
 
Install zimbra-mta [Y] Y
 
Install zimbra-snmp [Y] Y
 
Install zimbra-store [Y] Y
 
Install zimbra-apache [Y] Y
 
Install zimbra-spell [Y] Y
 
Install zimbra-memcached [N] N
 
Install zimbra-proxy [N] N
Checking required space for zimbra-core
checking space for zimbra-store
 
Installing:
    zimbra-core
    zimbra-ldap
    zimbra-logger
    zimbra-mta
    zimbra-snmp
    zimbra-store
    zimbra-apache
    zimbra-spell
 
The system will be modified.  Continue? [N] Y
 
Removing /opt/zimbra
Removing zimbra crontab entry...done.
Cleaning up zimbra init scripts...done.
Cleaning up /etc/ld.so.conf...done.
Cleaning up /etc/security/limits.conf...done.
 
Finished removing Zimbra Collaboration Suite.
 
Installing packages
 
    zimbra-core......zimbra-core_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...
    zimbra-ldap......zimbra-ldap_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...done
    zimbra-logger......zimbra-logger_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...done
    zimbra-mta......zimbra-mta_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...done
    zimbra-snmp......zimbra-snmp_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...done
    zimbra-store......zimbra-store_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...done
    zimbra-apache......zimbra-apache_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...
    zimbra-spell......zimbra-spell_8.0.0_GA_5434.UBUNTU12_64_amd64.deb...done
Operations logged to /tmp/zmsetup.11042011-195302.log
Installing LDAP configuration database...done.
Setting defaults...
 
DNS ERROR resolving MX for mail.bil.com.
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [mail.bil.com.] mail.bil.com
        MX: mail.bil.com. (192.168.100.20)
 
        Interface: 192.168.100.20
        Interface: 127.0.0.1
done.
Checking for port conflicts
 
Main menu
 
   1) Common Configuration:
   2) zimbra-ldap:                             Enabled
   3) zimbra-store:                            Enabled
        +Create Admin User:                    yes
        +Admin user to create:                 admin@mail.bil.com
******* +Admin Password                        UNSET
        +Anti-virus quarantine user:           virus-quarantine.87xyz2_zvy@mail.bil.com
        +Enable automated spam training:       yes
        +Spam training user:                   spam.l1bceniwua@mail.bil.com
        +Non-spam(Ham) training user:          ham.205v2giqh@mail.bil.com
        +SMTP host:                            mail.bil.com.
        +Web server HTTP port:                 80
        +Web server HTTPS port:                443
        +Web server mode:                      http
        +IMAP server port:                     143
        +IMAP server SSL port:                 993
        +POP server port:                      110
        +POP server SSL port:                  995
        +Use spell check server:               yes
        +Spell server URL:                     http://mail.bil.com.:7780/aspell.php
        +Configure for use with mail proxy:    FALSE
        +Configure for use with web proxy:     FALSE
        +Enable version update checks:         TRUE
        +Enable version update notifications:  TRUE
        +Version update notification email:    admin@mail.bil.com
        +Version update source email:          admin@mail.bil.com
 
   4) zimbra-mta:                              Enabled
   5) zimbra-snmp:                             Enabled
   6) zimbra-logger:                           Enabled
   7) zimbra-spell:                            Enabled
   8) Default Class of Service Configuration:
   r) Start servers after configuration        yes
   s) Save config to file
   x) Expand menu
   q) Quit
 
Address unconfigured (**) items  (? - help)
  • Put number 3 to config Admin Password (Number 4) then put r to return and put a to apply Zimbra configuration
Main menu
 
   1) Common Configuration:
   2) zimbra-ldap:                             Enabled
   3) zimbra-store:                            Enabled
   4) zimbra-mta:                              Enabled
   5) zimbra-snmp:                             Enabled
   6) zimbra-logger:                           Enabled
   7) zimbra-spell:                            Enabled
   8) Default Class of Service Configuration:
   r) Start servers after configuration        yes
   s) Save config to file
   x) Expand menu
   q) Quit
 
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes] Yes
Save config in file: [/opt/zimbra/config.8588]
Saving config in /opt/zimbra/config.8588...done.
The system will be modified - continue? [No] Yes
Operations logged to /tmp/zmsetup.11042011-205010.log
Setting local config values...done.
Setting up CA...done.
Deploying CA to /opt/zimbra/conf/ca ...done.
Creating SSL certificate...done.
Installing mailboxd SSL certificates...done.
Initializing ldap...done.
Setting replication password...done.
Setting Postfix password...done.
Setting amavis password...done.
Setting nginx password...done.
Setting BES searcher  password...done.
Creating server entry for webmail.mail.bil.com...done.
Saving CA in ldap ...done.
Saving SSL Certificate in ldap ...done.
Setting spell check URL...done.
Setting service ports on webmail.mail.bil.com...done.
Adding mail.bil.com. to zimbraMailHostPool in default COS...done.
Installing webclient skins...
        smoke...done.
        pebble...done.
        sky...done.
        sand...done.
        bones...done.
        lavender...done.
        tree...done.
        lemongrass...done.
        carbon...done.
        steel...done.
        bare...done.
        waves...done.
        lake...done.
        beach...done.
        twilight...done.
        hotrod...done.
        oasis...done.
Finished installing webclient skins.
Setting zimbraFeatureTasksEnabled=TRUE...done.
Setting zimbraFeatureBriefcasesEnabled=TRUE...done.
Setting MTA auth host...done.
Setting TimeZone Preference...done.
Initializing mta config...done.
Setting services on webmail.mail.bil.com...done.
Creating domain mail.bil.com...done.
Setting default domain name...done.
Creating domain mail.bil.com...already exists.
Creating admin account admin@mail.bil.com...done.
Creating root alias...done.
Creating postmaster alias...done.
Creating user spam.l1bceniwua@mail.bil.com...done.
Creating user ham.205v2giqh@mail.bil.com...done.
Creating user virus-quarantine.87xyz2_zvy@mail.bil.com...done.
Setting spam training and Anti-virus quarantine accounts...done.
Initializing store sql database...done.
Setting zimbraSmtpHostname for webmail.mail.bil.com...done.
Configuring SNMP...done.
Checking for default IM conference room...not present.
Initializing default IM conference room...done.
Setting up syslog.conf...done.
 
You have the option of notifying Zimbra of your installation.
This helps us to track the uptake of the Zimbra Collaboration Suite.
The only information that will be transmitted is:
        The VERSION of zcs installed (8.0.0_GA_5434.UBUNTU12_64)
        The ADMIN EMAIL ADDRESS created (admin@mail.bil.com)
 
Notify Zimbra of your installation? [Yes] Yes
Notifying Zimbra of installation via http://www.mail.com/cgi-bin/notify.cgi?VER=8.0.0_GA_5434.UBUNTU12_64&MAIL=admin@mail.bil.com
 
Notification complete
 
Starting servers...done.
Installing common zimlets...
        com_zimbra_bulkprovision...done.
        com_zimbra_attachcontacts...done.
        com_zimbra_linkedin...done.
        com_zimbra_cert_manager...done.
        com_zimbra_webex...done.
        com_zimbra_date...done.
        com_zimbra_social...done.
        com_zimbra_srchhighlighter...done.
        com_zimbra_phone...done.
        com_zimbra_email...done.
        com_zimbra_url...done.
        com_zimbra_adminversioncheck...done.
        com_zimbra_dnd...done.
        com_zimbra_attachmail...done.
Finished installing common zimlets.
Restarting mailboxd...done.
Setting up zimbra crontab...done.
 
 
Moving /tmp/zmsetup.11042011-205010.log to /opt/zimbra/log
 
 
Configuration complete - press return to exit


After done installing. Test by open https://mail.bil.com:7071 and put the user admin with password
 

 If success so we will enter to Administration page


Let's  Enjoy with zimbra mail server >>>>>> 

107 comments:

  1. That was great tutorial I've ever read...

    ReplyDelete
  2. Dear Sir, I have problem when run

    #dig mail.xxxx.com mx

    i didn't get ANSWER SECTION, AUTHORITY SECTION and ADDITONAL SECTION.

    how to i resolve this?
    thank's before

    ReplyDelete
  3. Hi afdhal saputra,
    When you dig with MX record please use only your domain name not FQDN
    eg:

    #dig xxxx.com mx

    ReplyDelete
  4. ; <<>> DiG 9.8.1-P1 <<>> mail.EvelynHoneCollege.local mx
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 18546
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;mail.EvelynHoneCollege.local. IN MX

    ;; AUTHORITY SECTION:
    evelynhonecollege.local. 3600 IN SOA server1.evelynhonecollege.local. hostmaster.evelynhonecollege.local. 26101 900 600 86400 3600

    ;; Query time: 14 msec
    ;; SERVER: 192.168.0.2#53(192.168.0.2)
    ;; WHEN: Fri Oct 26 12:51:44 2012
    ;; MSG SIZE rcvd: 124
    Im getting these answers and i dont know where im missing it. i really need your help, the Answer and Additional are 0

    ReplyDelete
    Replies
    1. Hi davy,

      first don't use MX with dig command, run command only this

      # sudo dig mail1.mail11.com

      Now you will able to get ANSWER

      Delete
  5. can u give the url to access webmail..to login for normal users..

    ReplyDelete
    Replies
    1. you can go through

      https://adress server:7071

      Delete
    2. https://server address(192.168.**.**)

      for web client

      Delete
  6. Hi,

    I have completed the installation but i have a problem with the access of admin webmail. When I try to access by these adress :
    https://webmail name:7071 or https://adress server:7071 or https://127.0.0.1:7071. I can't access to any adress, do you have any idea about it ? It is a problem with authorization of port 7071 on the router ?

    Thanks for watching.

    ReplyDelete
    Replies
    1. 1. Please check the port
      2. Is there any port conflict while installing?
      3. Check if any other mail server application running on same sever.

      Delete
    2. also check the log file and service status by following command
      su zimbra
      zmcontrol status

      Delete
  7. Hi,
    I'm a new user, i want to test zimbra 8 in my lan, without mx and dns, how will i do this??

    Please reply.

    Azizul Huqe

    ReplyDelete
    Replies
    1. Hi Azizul Huqe,
      you can setup zimbra mail server without DNS, Please edit in your hosts file.

      (server ip) (mail server name)

      Example:--

      192.168.28.50 mail.redhat.com mail

      save this and again run zimbra setup

      Delete
  8. This comment has been removed by the author.

    ReplyDelete
  9. This comment has been removed by the author.

    ReplyDelete
  10. At first don't use MX, run command only this

    # sudo dig mail1.mail11.com

    Now you will able to get ANSWER

    ReplyDelete
    Replies
    1. it's ok dear, If you have successfully done zimbra mail server, then read below Zimbra Question - Answer and you can be Zimbra Mail Server Administrator....

      Delete
    2. Hello Expert,

      My zimbra 8 mail server is working fine in lan, but to use it in a real world what will be the procedures to install & configure it(i've a registered domain)?

      Azizul Huqe

      Delete
    3. of-curse Azizul Huqe, you can do live. At first take a Public IP and register Domain Name with Public IP. But if you want to access publicly then it's need DNS setup on your Zimbra Mail Server.

      Delete
  11. HiExpert, I have just finish installing zimbra & everything its working just fine, but if i have my DNS for my domain with Dyndns can i work with this?, i have a Dynamic Public IP.

    thanks in advance

    ReplyDelete
    Replies
    1. Yes you can setup DNS on local and use Public IP and do the register your domain, then you can access your mail server on outside.
      also mail send/received.

      Delete
  12. Hi Expert,
    I have a registered domain at no-ip.com as I have dynamic IP from my ISP.
    I'm sitting behind a router on a local network. Details below:
    - domain name: xxxxx.no-ip.org
    - with this domain I have an MX record: mail.xxxxx.no-ip.org
    - ubuntu server is on 192.168.22.120

    My question is should I use bind9 in this case or just use no-ip.com service.

    Another question is how should I set up my server if I want to use a proper e-mail address like andras@xxxxx.no-ip.org instead of andras@mail.xxxxx.no-ip.org

    Thanks for all your help.

    ReplyDelete
  13. I also have a domain pointing to a 3rd party DNS called zoneedit whitch points all my website stuff to my server. Would I be able to get away from having to use bind9? Because as of right now when I do a dig I get..
    dig mail.mydomain.com

    ; <<>> DiG 9.8.1-P1 <<>> mail.iso-world.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 54393
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;mail.mydomain.com. IN A

    ;; Query time: 2 msec
    ;; SERVER: 192.168.2.107#53(192.168.2.107)
    ;; WHEN: Fri Jan 25 13:41:25 2013
    ;; MSG SIZE rcvd: 36

    And I followed your tutorial to the T

    *Also* On ubuntu 12.04 when you want to set the name server you cant just edit resolv.conf file. It will be over written. Name servers have to be put into /etc/network/interfaces
    Under where you would set up your static IP


    ReplyDelete
  14. @ Andras Gera:

    The answer to your third ques: proper e-mail address like andras@xxxxx.no-ip.org instead of andras@mail.xxxxx.no-ip.org

    During installation of Zimbra, note the step, when it says:

    DNS ERROR resolving MX for mail.bil.com.
    It is suggested that the domain name have an MX record configured in DNS
    Change domain name? [Yes] - type yes
    Create domain: [mail.xxxxx.no-ip.org.] just type "xxxxx.no-ip.org" and NOT complete FQHN "mail.xxxxx.no-ip.org"

    This will resolve your issue.

    ~Sandeep Singh

    ReplyDelete
  15. Dear All,

    I have a problem with send mail and receive mail of zimbra mail.
    I can`t receive mail from any external mail as (google,yahoo.v.v..) but I can send mail to there.

    This is my system mail zimbra.

    (WAN)---(FW-pfsense)---(Zimbra mail)

    Fw opened full rule.

    Everybody can check: mail.thanhniennet.vn

    Please help me. Thank you!

    ReplyDelete
    Replies
    1. of-curse Azizul Huqe, you can do live. At first take a Public IP and register Domain Name with Public IP. But if you want to access publicly then it's need DNS setup on your Zimbra Mail Server.

      Delete
    2. Please can you tell me how to instal zimbra web-mail ?

      Delete
  16. thanks yaar.
    after 3 days hardwork I successfully installed open source Zimba with your help. Some features are not written here. 80% is correct. 20% we have to try it.Realy great work you have done.

    ReplyDelete
  17. hello, my is Michael and i want to instal zimbra please how do i do it

    ReplyDelete
    Replies
    1. Please Install Any Ubuntu OS and follow the steps ...

      You will be able to install zimbra mail server.

      Delete
    2. please what is Ubuntu OS? i have install http://files2.zimbra.com/downloads/8.0.0_GA/zcs-8.0.0_GA_5434.UBUNTU12_64.20120907144631.tgz

      Delete
    3. please can you add me to your yahoo messenger so that you can guide me on how to do this please

      Delete
  18. i am not using yahoo mail. if you have gmail id please send me or whenever you will start operation provide the teamviewer Access.

    ReplyDelete
    Replies
    1. please is this your google talk i.d Barkat? if it is i have add you ,

      Delete
    2. am want to start operation now please i need you to help me install zimbra webmail i got teamviewer access now i need your help please

      Delete
    3. here is my TeamViewer i.d :730 470 781 please add me so that you can direct me

      Delete
  19. okay : please add me to you gmail here is my i.d ezzybros@gmail.com

    ReplyDelete
  20. Hello sir i am new user of zimbra. i installed . but its not working . could u please help me through teamviewer .my gtalk id is sanjeevss101@gmail.com

    ReplyDelete
  21. while i want to access https://192.168.0.155:7071
    this page is not comming . but during installation i didnt got any error in zimbra. i m using ubuntu 12.4lts .could you please tell me whats the issue here. i would like to continue with zimbra for my company email server.

    ReplyDelete
  22. Please check your Server Network. First you try to ping you server with another system. If you are able to ping. will sure access

    ReplyDelete
    Replies
    1. Boss I can access this server. even i configured that server through ssh.network is ok .

      Delete
    2. Hi sanjeevroy,

      Please check iptables on that server. use below command and access again.

      # iptables -F

      Delete
    3. if again you are not able to access. give me access over teamviewer

      Delete
  23. any way i can access now . but one problem facing now boss. while were going to setup local dns server. my dns server getting error.

    following error im facing.Help me please

    Stopping domain name service... bind9
    rndc: connect failed: 127.0.0.1#953: connection refused
    ...done.
    * Starting domain name service... bind9
    ...fail!

    ReplyDelete
  24. In redhat i configured DNS clearly . But in ubuntu i m getting that error.

    ReplyDelete
  25. im on gtlk now . if you available please knock me.
    sanjeevss101@gmail.com my id

    ReplyDelete
  26. give me your Teamviewer ID & Passwd, I am online here

    ReplyDelete
  27. ok wait

    813 181 451

    passwd
    1623

    sanjeev

    ReplyDelete
  28. Hi Sanjiv,
    I am not able to write in editor. due to slow teamviewer Access.


    I am giving post. please edit the same and restart bind

    ReplyDelete
  29. # vim /etc/bind/zone/sanjiv.com.db

    @ IN SOA ns1.sanjiv.com. admin.sanjiv.com. (
    2013051207 ; Serial
    7200 ; Refresh
    120 ; Retry
    2419200 ; Expire
    604800 ; Default TTL
    );
    @ IN NS ns1.sanjiv.com.
    @ IN NS ns2.sanjiv.com.
    @ IN MX 10 mail.sanjiv.com.
    @ IN A 192.168.0.155
    ns1 IN A 192.168.0.155

    ReplyDelete
  30. I am not able to access your system. kindly edit below details

    @ IN SOA ns1.sanjiv.com. admin.sanjiv.com. (
    2013052401 ; Serial
    7200 ; Refresh
    120 ; Retry
    2419200 ; Expire
    604800 ; Default TTL
    );
    @ IN NS ns1.sanjiv.com.
    @ IN NS ns2.sanjiv.com.
    @ IN MX 10 mail.sanjiv.com.
    @ IN A 192.168.0.155
    ns1 IN A 192.168.0.155

    ReplyDelete
  31. you have skype

    info_skypesanjeev

    ReplyDelete
  32. if you wana directly to server i can give u access

    come team viewr and take user/passwd

    ReplyDelete
  33. directly SSH you can connect . i can give you ID and PAsswd

    ReplyDelete
  34. show me User name and Password on teamviewre
    i am tacking Access

    ReplyDelete
  35. Hello when u available in online ples let me inform

    ReplyDelete
  36. hello . how r u. i cant receive mails from others domain.using zimbra

    ReplyDelete
    Replies
    1. register your mail server name with public IP on DNS. Then you will be able to receive mails from outside.

      Delete
  37. Replies
    1. Hi Ramesh,

      What you have done.

      Delete
    2. ya done ..gggg
      how to lanch mail server without firewall

      Delete
  38. Link how to install zimbra: http://dtpsc.com/index.php/lab/258-how-to-install-zimbra

    ReplyDelete
  39. Hey Man,
    Don't put any link on my blog. this is wrong.

    ReplyDelete
  40. hi, if i have a domain for example yyy.com and i like to configure mail server for my domain, can i do with my DNS i get from the domain?

    thanks b4

    ReplyDelete
  41. Hi Ales,

    If you have yyy.com domain then you can create. like mail.yyy.com. This is like alias domain.

    ReplyDelete
    Replies
    1. where i create the mail.yyy.com ? i manualy add the MX entry from cpanel yyy.com or only in the zimbra?
      thanks b4

      Delete
  42. Hi ,
    i have forgot the zimbra admin password,how can i reset ?

    ReplyDelete
  43. You can use zmprov command

    ex: make root user
    make zimbra user

    # sp admin@domain.com password

    ReplyDelete
  44. Hi Dude,

    Thanks alot for this. Can you please do one from scratch but using latest 64bit centos and zimbra? The centos or ubuntu server setup is just as important.

    Will appreciate.

    ReplyDelete
  45. Thanks for providing the information
    For more information please visit here Zimbra Hosting.

    ReplyDelete
  46. Hi Expert,
    Greeting,
    I need a help from you to install open source internal email server for our company.
    We have dedicated hosting but i need solution to setup email server for internet users and a pop3 connector.
    Can i use Zimbra & Fetcmail for this?
    What would be my DNS settings? Does DNS required?
    Can i setup SMTP relay to send email outside?

    Please help me, I'm suffering from many days in finding a solution.
    I need your great help and i highly appreciate.
    You can also mail me @ shaiktharim@gmail.com

    ReplyDelete
  47. Hi Expert,
    Greetings.
    I have setup a Samba4 AD DC with internal DNS. Now I want to setup Zimbra Mail Server on another VM. What should be the DNS configuration on the Samba AD DC and what should be the configuration on the Mail Server?

    ReplyDelete
  48. Hi Expert,
    Greetings! I can't install Zimbra as "libgmp3c2" is missing. I tried several times but no to avail. Can you help me where to download the missing file please? Thanks a lot.

    Regards,

    Jon

    ReplyDelete
  49. Hi,

    We are facing the conflict packages: postfix error for installing zimbra. So please give me the suggestion.

    Thanks

    ReplyDelete
  50. How i can make this server as Global... ( to send out and received from out )

    ReplyDelete
  51. Hi

    How to launch zimbra in AWS server please help me

    ReplyDelete
    Replies
    1. hi,

      You can setup on AWS in same manner, Just you need to get Access AWS instance And follow the same steps, And For the Public access your mail server,
      Aws will provide the public IP which you need to make A record in DNS with your mail domain Name
      eg...

      mail.yourdomain.com public IP


      Delete
    2. i installed zcs-8.0.7_GA_6021 Zimbra Collaboration Suite Open Source
      i need connect our server to fortinet fire wall c80 i have real ip

      how can i connect it?

      Delete
  52. i installed zcs-8.0.7_GA_6021 Zimbra Collaboration Suite Open Source
    i need connect our server to fortinet fire wall c80 i have real ip

    how can i connect it?

    ReplyDelete
  53. i want to send and receive mails from external source (yahoo,gmail etc), i want to configure MTA in Zimbra can you please tell me how to do this

    ReplyDelete
  54. Hello Sir,

    Please help zimbra mail configration in ubuntu .

    ReplyDelete
    Replies
    1. please follow the given steps you will be get successful

      Delete
  55. I keep getting the file "libgmp3c2" as missing how do I find it?

    ReplyDelete
  56. Hi friends,
    I have installed zimbra on ubuntu 12.04 64-bit which is cloud based server, i have a domain name ****.in and my ubuntu server ip mapped to it.
    I have also installed zimbra without any errors but now i am not able to access zimbra using port 7071. So can you help me and suggest were i am getting wrong any help will be useful.

    ReplyDelete
  57. HI Ashish,

    If you unable to access your mail server from out side , then please check you'r able to telnet your server IP/Name from out side with port no. 7071
    i would suggest you plz flush IPTABLES and check SeLinux also


    Regards/Barkat

    ReplyDelete
  58. Thanks Barkat for your reply.
    I have checked by doing telnet and now the port is open but when i check on browser using port ip:7071/zimbraAdmin it shows me below error
    ==========================
    Not Found

    The requested URL /zimbraAdmin/ was not found on this server.

    Apache/2.4.12 (Ubuntu) Server at ip Port 7071
    ==========================================

    ReplyDelete
  59. first of all try to open with local ip in local/ same network, if there is running this , then check with public ip as well.

    ReplyDelete
  60. Hi barkat..if possible can you send me a request on ashishg911989@gmail.com

    ReplyDelete
  61. Hi barkat,

    I have finally installed zimbra on ubuntu 12.04 cloud based server, thanks for your help, now i can send mails from zimbra to other accounts but the issue i am facing is i cannot receive mails from other accounts to my zimbra account.
    Any help regarding this issues will be helpful.

    ReplyDelete
  62. Hi barkat,

    I am still waiting for your reply...........

    ReplyDelete
  63. Could you please share your mail domain name , or provide the MX details of your mail server.

    do and check with below command.

    # dig -t MX mail.domainname.com


    provide this Answer details ,

    Regards/Barkat

    ReplyDelete
  64. This comment has been removed by the author.

    ReplyDelete
  65. Hi Barkat,

    I have installed zimbra successfully by the above procedure, but i am facing one issue as i am getting mails from my server provider regarding the threshold high issues is it normal to start with the production environment.
    My server configuration is 40 GB Hard disk with 2 GB of RAM and Ubuntu 12.04 64-bit.
    Any suggestion regarding this will be helpful.
    Thanks in advance.

    ReplyDelete