KLOXO MAIL ISSUE
===========
tail -f /var/log/kloxo/maillog
tail -f /etc/httpd/logs/error_logs
===
# backup old and copy service script
mv /etc/rc.d/init.d/qmail /etc/rc.d/init.d/qmail.bck
cp -f /usr/local/lxlabs/kloxo/file/qmail.init /etc/rc.d/init.d/qmail
# restart qmail
service qmail restart
=====
yum reinstall qmail
===
1. After Kloxo install, reboot the system
2. Run 'sh /script/upcp' and for to make sure run 'sh /script/fixwebmail', 'sh /script/fixhorde' and 'sh /script/fixmail'
3. On step 2 seems like database for horde and roundcube created. But actually only for horde database created with it's tables. Roundcube only create database but tables still not created.
4. Go to PHPMyAdmin and click 'Roundcubemail' and then click 'sql'. Then paste from '/home/kloxo/httpd/webmail/roundcube/SQL/mysql.initial.sql' content and then click 'go'
5. For Kloxo update, delete tables on 'Roundcubemail' database and then go step 4
===
chown -R lxlabs:lxlabs /home/kloxo/httpd/webmail
find /home/kloxo/httpd/webmail -type f -exec chmod 644 {} \;
find /home/kloxo/httpd/webmail -type d -exec chmod 755 {} \;
sh /script/upcp
sh /script/fixmail
sh /script/fixwebmail
sh /script/fixhorde
===
chmod 644 /home/kloxo/httpd/webmail/horde/config/conf.php
chmod 644 /home/kloxo/httpd/webmail/roundcube/config/db.inc.php
===
Reff:
http://forum.lxcenter.org/index.php?t=msg&th=17479
http://forum.lxcenter.org/index.php?t=msg&th=16280
====
Kloxo mysql tweak
----
http://forum.lxcenter.org/index.php?&t=msg&goto=70539
http://www.miblog.indomita.org/en/2010/12/instalacion-kloxo-64-bits-paso-a-paso.html
ISSUE WITH ROUND CUBE
http://forum.lxcenter.org/index.php?t=msg&goto=81681&
Mysql admin password reset
=======================
In kloxo you can either reset via ssh
service mysqld stop
mysqld_safe --skip-grant-tables &
mysql -u root
mysql>
mysql> use mysql;
mysql> UPDATE user SET Password = PASSWORD ('yournewpassword') WHERE User='root';
mysql> FLUSH PRIVILEGES;
mysql> quit;
service mysqld start
or login to kloxo and in server section you can see icon for reset mysql password, from which you can reset