View Single Post
  #2 (permalink)  
Old 24th May 2008, 08:44 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash, Perl, Python
Posts: 3,195
Thanks: 13
Thanked 394 Times in 292 Posts
Rep Power: 10
nixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond repute
Default

Code:
apt-cache search cyrus-imapd-
Output:
Code:
cyrus-imapd-2.2 - Cyrus mail system (IMAP support)
It is in default type the command:
Code:
sudo apt-get update
sudo apt-get install cyrus-imapd-2.2
sudo apt-get install libsasl2-2 sasl2-bin libsasl2-2 libsasl2 libsasl2-dev libsasl2-modules
__________________
Vivek Gite
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Do you run a Linux? Let's face it, you need help!
Cricket & IPL News Blog

Last edited by nixcraft; 24th May 2008 at 08:50 PM.
Reply With Quote