300+ TOP Zimbra Interview Questions – Answers

  1. 1. What Is Zimbra ?

    Zimbra provide enterprise-class and open-source edition. Email, calendar and groupware software for Linux and MAC operating system.

  2. 2. How To Create Email Account On Command Line ?

    zmprov createAccount firstname.lastname@example.com password displayName “firstname lastname”


  3. MySQL Interview Questions

  4. 3. How To Reset Email Account Password ?

    zmprov sp firstname.lastname@example.com NEW_PASSWORD

  5. 4. How To Check Zimbra Services Are Running Or Not Running ?

    zmcontrol status or you can view with admin panel of zimbra over GUI.


  6. MySQL Tutorial

  7. 5. How To Start Only Mta Services Of Zimbra If It’s Not Running ?

    zmprov -l ms mail.example.com +zimbraServiceEnabled mta


  8. Linux Interview Questions

  9. 6. How To Check Zimbra Server Version Which You Have To Use?

    zmcontrol -v

    Release 7.1.1_GA_3196.UBUNTU10_64 UBUNTU10_64 FOSS edition.

  10. 7. How To Set Forwarder And How Much Limit For Forwarding Email Id?

    You can go through Admin penal over GUI interface and select specific user account, edit account and go to Forwarder tab. and you can set Forwarding Email id and Forwarder limit is only 100 ID’s.


  11. Linux Tutorial
    Red Hat Linux System Administration Interview Questions

  12. 8. What Are Key Differences Between Open Source Zimbra And Network Edition Of Zimbra Server?

    Clustering/High-Availability feature is available in network edition of zimbra server. Hot Backup is also possible in zimbra network edition Email Archiving & Discovery is not possible in open source zimbra server. Real-time backup and restore is also possible in network edition of zimbra server.

  13. 9. Is It Possible To Mix Zcs Open Source Edition Accounts With Network Edition Accounts In One Installation?

    Unfortunately you can not mix them, but there are multiple versions of Network Edition available to meet varying needs.


  14. SNMP Interview Questions

  15. 10. How To Take Backup Of Zimbra ?

    At first you have to need stop the zimbra services and then rsync /opt/zimbra directory on another backup systems.

    eg:– su zimbra

    zmcontrol stop

    ps auxww | grep zimbra


  16. Unix/Linux Tutorial

  17. 11. How Much Storage Does Each Zimbra Account Come With?

    If you are installing ZCS on premise then storage is only limited by how much physical storage space you wish to allocate to each account eg:– it can be unlimited, 10GB, 2GB 13MB, etc) depending on hardware constraints. The Administration Console allows IT team to easily set up “Class of Service” for the accounts.


  18. Qmail Interview Questions

  19. 12. How To Fix Quota Limit On Zimbra Account?

    You can go through Admin panel over GUI interface and select specific user account, edit account and go to Advanced tab. and you can set quota limit.


  20. MySQL Interview Questions

  21. 13. How Much Create Email Account On Zimbra Mail Server ?

    unlimited..

  22. 14. Where Is Log File Of Zimbra?

    cat /var/log/zimbra.log and also you can view # tail -100f /var/log/mail.log

  23. 15. What Happens When My Network Edition 60 Day Trial License Expires?

    Your basic ZCS features will still be working, but the following occurs:

    • You can no longer add new user accounts
    • Zimbra Mobile and the Zimbra Outlook & iSync Connectors will be disabled
    • Administrators will see an alert message when they log into the Admin console

  24. Postfix Interview Questions

  25. 16. How To Made Mirror Server For Live Data Sync ?

    Exactly the same version of Zimbra must be installed on both the live and mirror server. To start with we work on the live server. There is no need to stop Zimbra for most of the install. Only a short amount of down-time will need to be scheduled later to perform a final rsync operation between the two servers.

    Go As user root….

    # apt-get install inotify-tools on both server Main and Mirror server.

    service zimbra stop on Mirror server.

    # rsync -aHz –force –delete live_server:/opt/zimbra/ /opt/zimbra/

    # service zimbra start

    service zimbra start

    service zimbra status

  26. 17. What Phones Are Supported By Zimbra Mobile?

    All Windows Mobile 5 devices Symbian S60 and S80 devices like the Nokia E-Series, Palm devices like the Treo 700P sync natively with Zimbra. (Some require additional 3rd party plugins) Blackberry is supported through a third party partner.


  27. Ansible (software) Interview Questions