ក្រុមការងារយើងខ្ញុំនិងខិតខំសិក្សារស្រាវជ្រាវចំនេះដឹងបន្ថែមទៀតសំរាប់លោកអ្នក សូមអរគុណសំរាប់ការគាំទ្រ !

Linux Web mail Configuration

Configure Webmail : SquirrelMail

1/ install web server ( Apache)
2/ install SquirrelMail package from EPEL
#yum -y insall epel-release
#yum -y insall squirrelmail

3/ Configure SquirrelMail
#/usr/share/squirrelmail/config/conf.pl
4/ Disable HTTPS
#vi /etc/httpd/conf.d/squirrelmail.conf
Uncomment https block
5/ Allow permissiom
#vi /etc/httpd/conf/httpd.conf
  Alias /webmail /usr/share/squirrelmail
<Diresctory /usr/share/squirrelmail>
  DirectoryIndex index.php
  Require all granted
</Directory>

#vi /etc/selinux/config
SELINUX=disabled
6/ Restart Service
#service httpd restart
7/ Test Webmail
http://192.168.1.2/webmail
http://test.local/webmail


EmoticonEmoticon