23 Februari, 2012

Instalasi Webmail Roundcube

Kebutuhan installer : PHP5
Mysql-server
Apache2
With MySQL you can set up the database by issuing the following commands:
CREATE DATABASE roundcubemail;
GRANT ALL PRIVILEGES ON roundcubemail.* TO username@localhost IDENTIFIED BY 'password';
(of course you have to replace the database, username and password accordingly)
See the INSTALL file for information about setting up PostgreSQL or SQLite
If you are using MySQL, be sure to flush the users privileges when you add a new user or you will get a database
connection error:
FLUSH PRIVILEGES;
Note that preconfigured database tables are included in the SQL folder. Import or restore your version or you may get a 500 Error.
/var/www/mail/config# mv main.inc.php.dist main.inc.php
/var/www/mail/config# mv db.inc.php.dist db.inc.php
Buka http://domainanda/mail/installer
The installer is disabled!
To enable it again, set $rcmail_config['enable_installer'] = true; in RCMAIL_CONFIG_DIR/main.inc.php
Ubah jadi
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$rcmail_config['enable_installer'] = true;
Untuk engkripsi :
apt-get install php5-mcrypt

Tidak ada komentar: