Tuesday, January 20, 2015

how to configure squirrelmail

pls provide step by step squirrelmail

i install but my squirrelmail loging page not coming

my installation is ok
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
++++++++++++++++++++++++++++++++++++++++++++++++++++Below steps can help you configuring squirrelmail.
1. Download the squirrelmail RPM from EPEL repository:
    
wget http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel//6/x86_64/squirrelmail-1.4.22-3.el6.noarch.rpm
2. Install squirrelmail 
  
   [root@475646-db1 rack]# 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%]

3. Squirrelmail suppose to run as apache user. Since you have custom apache configuration and apache was running as user 'apache'. 
[root@475646-db1 squirrelmail]# ls -lad $(rpm -ql squirrelmail) | grep apache
-rw-r-----  1 root   apache    442 Sep 21  2012 /etc/squirrelmail/config_local.php
-rw-r-----  1 root   apache   6498 Sep 21  2012 /etc/squirrelmail/config.php
-rw-r-----  1 root   apache     58 Sep 21  2012 /etc/squirrelmail/default_pref
-rw-r-----  1 root   apache   1017 Sep 21  2012 /etc/squirrelmail/sqspell_config.php
-rw-r--r--  1 root   root     1085 May 25  2005 /usr/share/doc/squirrelmail-1.4.22/russian_apache.txt
drwx------  2 apache apache   4096 Jul 10 17:42 /var/lib/squirrelmail/prefs
drwx------  2 apache apache   4096 Sep 21  2012 /var/spool/squirrelmail/attach


[root@475646-db1 squirrelmail]# chgrp apache /etc/squirrelmail/config_local.php /etc/squirrelmail/config.php /etc/squirrelmail/default_pref /etc/squirrelmail/sqspell_config.php

[root@475646-db1 squirrelmail]# chown apache.apache /var/lib/squirrelmail/prefs /var/spool/squirrelmail/attach

4. Gracefully restarted apache 
Note:- ssl is required on your web server (self signed will also work)
 

No comments:

Post a Comment