RSS

Monthly Archives: March 2014

List out All account in Zimbra

To list out all user accounts with in Zimbra :

# – zimbra

# zmprov -l gaa
————————————————————————————————————-

To list out all administrator accounts in Zimbra :

# zmprov -l gaaa
————————————————————————————————————

To list out all user accounts to specific domain:

# zmprov -l gaa domainname.com
————————————————————————————————————

To list out all administrator accounts to specific domain:

#zmprov -l gaaa domainname.com
———————————————————————————————————–

 
Leave a comment

Posted by on March 23, 2014 in Zimbra

 

Check the Zimbra Version

You can check the zimbra version using the below command..

# – zimbra

# zmcontrol -v

Example:

[zimbra@mail root]$ zmcontrol -v
Release 8.0.2_GA_5569.RHEL6_64_20121210115059 CentOS6_64 FOSS edition.

 
Leave a comment

Posted by on March 23, 2014 in Zimbra

 

Create and Delete an Account in Zimbra

Create Account

Create one account with a password:

zmprov ca username@domainname.com password
———————————————————————————————————————-

Change the account password:

zmprov sp username@domainname.com password
———————————————————————————————————————-

Delete Account

Detele an account in zimbra:

zmprov da username@domainname.com
———————————————————————————————————————–

 

 

 
Leave a comment

Posted by on March 23, 2014 in Zimbra

 

An Introduction about Zimbra Open Source

Zimbra Collaboration Server

Zimbra’s innovative post-PC email, calendar and collaboration solution solves the challenges faced by organizations mired in legacy communications infrastructure.

Zimbra provides end users with a feature-rich browser-based experience that enables them to seamlessly and securely connect to their personal clouds on any device or platform.

Features

* Email* Contact Management
* Group Calendars
* Simplified Administration
* Essential Mobility
* Zimbra Desktop and Desktop Clients

 

 
Leave a comment

Posted by on March 19, 2014 in Zimbra

 

An Introduction to Linux

What is LINUX?

Linux is an operating system that evolved from a kernel created by Linus Torvalds when he was a student at the University of Helsinki. It is similar to Microsoft Windows, but it is entirely free. The accurate name is GNU/Linux(Free and Open Source Software).

What is Software?

Software means computer instructions or data. Anything that can be stored electronically is software, in contrast to storage devices and display devices which are called hardware.

Type of Software?

We generally three different types of software are available in the World. They are :

1. Free Software

2. Proprietary Software

3. Free and Open Source Software

*  What is Free Software?

The Free software is software that can be freely used and redistributed with out any restriction version of the software and must be distributed with the original terms of free use and distribution(without source code).

What is Proprietary Software?

The proprietary software is, where the software is under restrictive copyright and the source code is usually hidden from the users.

* What is Free and Open Source Software?

The Free and Open Source Software is freely licensed to use, copy, study, and change the software in any way, and the source code is openly shared so that people are encouraged to voluntarily improve the design of the software.

 
Leave a comment

Posted by on March 6, 2014 in Linux