Postfix mail service - roundcube webmail

roundcubemail as a web-side mail client. It is a browser-based IMAP client that supports multiple languages, and its operation interface looks like a desktop application. It provides all the features an email client should have, including MIME support, address book, folder manipulation, message search and spell checking.

roundcubemail is developed using PHP+Ajax and requires MySQL database to store data. The user interface is designed with XHTML+CSS2.

roundcubemail can be replaced by other software with the same function, such as: openwebmail, squireelmail.

1. roundcubemail installation

wget http://jaist.dl.sourceforge.net/project/roundcubemail/roundcubemail/1.1.4/roundcubemail-1.1.4-complete.tar.gz

Unzip to httpd configuration directory

tar -xf roundcubemail- 1.1 . 4 -complete.tar.gz -c / var / www / html / 
mv roundcubemail - 1.1 . 4 webmail 
chown -R apache: apache / var / www / html / webmail /  
chmod -R 755 / var / www / html / webmail /

 

 

2, php configuration
roundcube webmail depends on php related modules more
update php software source

pear channel-update pear.php.net

Install php related modules

pear install Auth_SASL Net_SMTP Net_IDNA2-0.1.1 Mail_Mime
# vi / etc / php.ini
set up
date.timezone = Asia/Shanghai

 

3, UI interface to install
http://ip:port/roundcubemail/installer/setup.php

After installation, delete or disable installer file access.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325120755&siteId=291194637