Changes

SquirrelMail for Linux

1,436 bytes added, 04:18, 12 February 2014
The following lines were added (+) and removed (-):
Install SquirrelMail packageInstall the [[EPEL Repository]] to install SquirrelMail package. wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpmFollow the instructions in: [[EPEL Repository]] rpm -ivh epel-release-6-8.noarch.rpm  Now install squirrelmail  service httpd start   chkconfig httpd onDepending on how you structured your Apache2 html documents, and where your document root is, you may have to move stuff around.  The default install path for SquirrelMail is /usr/share/squirrelmailWith some configurations files in /etc/squirrelmail  httpd/conf.d/squirrelmail.conf  cron.daily/squirrelmail.cron Squirrelmail can be configured with a command line utility.  It is located in squirrelmail/config and called conf.pl config/conf.pl The next section describes what needs to be added to httpd.conf or one of the virtual alias files in your httpd/conf directory.  However, it may not be necessary to add these because your squirrelmail installation may already have done so. On RH/Fedora/CentOS the install package automatically generates squirrelmail.conf in the httpd/conf.d directory.    Alias /squirrelmail/ "/usr/share/squirrelmail/" <Directory "/usr/share/squirrelmail">    Options Indexes FollowSymLinks    RewriteEngine On    AllowOverride All    DirectoryIndex index.php    Order allow,deny    Allow from all </Directory>  <Directory "/usr/share/squirrelmail/plugins/squirrelspell/modules">  Deny from all </Directory>   == references and sources ==* [http://ostechnix.wordpress.com/2013/02/08/setup-mail-server-using-postfixdovecotsquirrelmail-in-centosrhelscientific-linux-6-3-step-by-step/ Setup Mail Server using Postfix, Dovecot and SquirrelMail in CentOS/RHEL/Scientific Linux 6.3 step by step by Senthilkumar P]* [[ilohamail]] 
Bureaucrat, administrator
16,192
edits