ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, February 7, 2013

SquirrelMail Installation Steps

Posted on 12:27 AM by Unknown
Tested Under CentOS 6.3 64bit machine.

Before Instllation make sure following Packages must installed.

tmpwatch
php
php-mbstring
httpd  
hunspell  
hunspell-en  
perl  
rpmlib

After install above package time to donwload Squirremail latest PKG.

#wget ftp://ftp.muug.mb.ca/mirror/fedora/epel/6/x86_64/squirrelmail-1.4.22-3.el6.noarch.rpm


 Steps for  installation

[root@rkwebmail01 tmp]# rpm -ivh squirrelmail-1.4.22-3.el6.noarch.rpm
warning: squirrelmail-1.4.22-3.el6.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing...                ########################################### [100%]
   1:squirrelmail           ########################################### [100%]

---------------------------------------------------------

This will Installed under  /usr/share/squirrelmail.

Some dir for queuing & attachments found under /var/lib.

Configuration  files under /etc/squirrelmail

A config file for httpd is added to /etc/http/conf.d. with aliases /webmail to the SquirrelMail install directory.


Run Config Script

#/usr/share/squirrelmail/config/conf.pl

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.  Organization Preferences
2.  Server Settings
3.  Folder Defaults
4.  General Options
5.  Themes
6.  Address Books
7.  Message of the Day (MOTD)
8.  Plugins
9.  Database
10. Languages

D.  Set pre-defined settings for specific IMAP servers

C   Turn color off
S   Save data
Q   Quit

Command >> 1

Just follow the insturction and set it accordigly.


 Main thing like:-  org name, Server type, Port number, Domain,Folder Pref.

After save all setting it messgae appear like this.


Command >> q


Exiting conf.pl.
You might want to test your configuration by browsing to
http://your-squirrelmail-location/src/configtest.php
Happy SquirrelMailing!


IF you want to do setting through Command/files then open Config.php from Configuration dir.

Below i just past my config.php for ref.  This work for me.


# cat config.php

/**
 * SquirrelMail Configuration File
 * Created using the configure script, conf.pl
 */

global $version;
$config_version = '1.4.0';
$config_use_color = 1;

$org_name      = "RK India";
$org_logo      = SM_PATH . 'images/DocLogo.png';
$org_logo_width  = '308';
$org_logo_height = '111';
$org_title     = "SquirrelMail $version";
$signout_page  = '';
$frame_top     = '_top';

$provider_uri     = 'http://www.squirrelmail.org/';

$provider_name     = 'SquirrelMail';

$motd = "";

$squirrelmail_default_language = 'en_US';
$default_charset       = 'iso-8859-1';
$lossy_encoding        = false;

$domain                 = '*****.com';
$imapServerAddress      = '10.221.****.154';
$imapPort               = 993;
$useSendmail            = false;
$smtpServerAddress      = '10.221.****.54';
$smtpPort               = 465;
$sendmail_path          = '/usr/sbin/sendmail';
$sendmail_args          = '-i -t';
$pop_before_smtp        = false;
$pop_before_smtp_host   = '';
$imap_server_type       = 'cyrus';
$invert_time            = false;
$optional_delimiter     = 'detect';
$encode_header_key      = '';

$default_folder_prefix          = 'INBOX';
$trash_folder                   = 'INBOX/Trash';
$sent_folder                    = 'INBOX/Sent';
$draft_folder                   = 'INBOX/Drafts';
$default_move_to_trash          = true;
$default_move_to_sent           = true;
$default_save_as_draft          = true;
$show_prefix_option             = true;
$list_special_folders_first     = true;
$use_special_folder_color       = true;
$auto_expunge                   = true;
$default_sub_of_inbox           = false;
$show_contain_subfolders_option = true;
$default_unseen_notify          = 2;
$default_unseen_type            = 1;
$auto_create_special            = true;
$delete_folder                  = false;
$noselect_fix_enable            = false;







Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • How to find which scsi device you have.
    Find out how to specify their control address (/dev/sg2 or /dev/sg4 ) on the Changer Device = Bacula ( my example) 1) check the command lss...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • /usr/bin/ssh-copy-id: ERROR: No identities found
    This error come while copy ssh id. [root@ramank .ssh]# ssh-copy-id 10.****.91.*** /usr/bin/ssh-copy-id: ERROR: No identities found Solution:...
  • Internet Explorer on Linux With installation Steps
    IEs4Linux   is the   simpler   way to have Microsoft Internet Explorer running on Linux (Linux   dedicated server   or any OS running   Wine...
  • Mysql databses Backup & restore
    Database backup command. You can use mysqldump command to take backup of your databases. #mysqldump -h mysqlpc -u raman -p kumar testdata ...

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ▼  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ▼  February (10)
      • NTOP Installation & Configuration Step by Step
      • How to view content of RPM package
      • perl-ExtUtils-MakeMaker for CentOS 5
      • Qmail Installation & Configuration step by step
      • configure: error: /bin/sh ./config.sub x86_64-unkn...
      • Asterisk Installation on CentOS
      • Steps to Configure Syslog-ng
      • Dell MD3200 SAS Cabling With Diagram
      • SquirrelMail Installation Steps
      • Managing Mailboxes with cyradm
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ►  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile