Sunday, 20 May 2012

Zimbra Command

1. How to check mail account List. #zmprov -l gaa l = for ldap gaa =get all account OUTPUT: admin@example.com spam.g1oxhlgg@example.com ham.hp_pg_h5@example.com virus-quarantine.cs29ig2sm@example.com xxx.yyy@example.com xxx.yyy@example.com xxx.yyy@example.com xxx.yyy@example.com 2. how to create user in zimbra by command. #zmprov ca xxx.yyy@example.com test123 displayName xyz Command Description:  zmprov = command ca = create account xxx.yyy = user id example.com = domain name teat123 = password displayname = switch for display name xyz = display name  3.How to create Alias of users ID. #zmprov aaa xxx.yyy@example.com abc@example.com Command Description: zmprov = command aaa = add account alias xxx.yyy...

Mailbox size of all accounts

How to check mailbox size of all accounts in Zimbra mail server.  I would like to check a mailbox size of all users in my Zimbra mail server and I can check these sizes by create a shell script which has 2 commands for query.      1.    zmprov gaa => I use this command for query all accounts in my Zimbra server.      2. zmmailbox -z -m your-account gms => Get mailbox size of your-account account For all user we can use use a bash script. # su zimbra #vim zmchkmailsize.sh #!/bin/sh WHO=`whoami` if [ $WHO = "zimbra" ] then all_account=`zmprov -l gaa`; for account in ${all_account} do     mb_size=`zmmailbox -z -m ${account} gms`;         echo "Mailbox size...

Saturday, 19 May 2012

Zimbra Mail Server

 Introducing Zimbra At the simplest level Zimbra is a complete mail and calendaring platform. The platform is capable of sending and receiving email via the standard email protocol that the Internet uses for email: SMTP. Zimbra can also support specific types of email – email about calendar events, tasks, and general documents. All of this functionality can be expanded by developers.Zimbra provide three type of login mode like Advanced, Standard and mobile.Zimbra support various type of OS and their Version like rhel, fedora, Centos, Suse, Ubunt...

Wednesday, 16 May 2012

Linux Directory structure

A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it is a process." This statement is true because there are special files that are more than just files (named pipes and sockets, for instance), but to keep things simple, saying that everything is a file is an acceptable generalization. A Linux system, just like UNIX, makes no difference between a file and a directory, since a directory is just a file containing names of other files. Programs, services, texts, images, and so forth, are all files. Input and output devices, and generally all devices, are considered to be files, according to the system. Unix & Linux File System  Linux...

Linux User

How to check all user in linux Every user who has access to a Linux system needs a login and a password. Each user must belong to a primary group and for security or access purposes can belong to several secondary groups. In order to create new logins, modify or delete users, you must already be logged in as root.  The root login is the highest level and only certain individuals should have access to the root account. #useradd  <new user name> #useradd shiv  Options: -d home directory -s starting program (shell) -p password -g (primary group assigned to the users) -G (Other groups the user belongs to) -m (Create the user's home directory Example: To add a new user with a primary group of users a second group operation starting...

Page 1 of 3123Next

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes