สืบเนื่องจากการอัฟเกรดระบบ roundcube เพื่อเพิ่ม feature ใหม่ๆ และแก้เรื่องบัคต่างๆบนระบบ และเพิ่มความปลอดภัยให้กับผู้ใช้งานนั้น
โดยใน version roundcube 1.1.x series , จะไม่ support PHP ที่ version < 5.3.7
และในส่วนของการ support browser ที่เป็น IE7/IE8 จะต้องทำการ enable plugin "legacy_browser" ใน config.inc.php ด้วย
ถ้าไม่ enable ตัว plugin นี้จะทำให้ผู้ใช้งานที่ใช้ browser ดังกล่าว เวลา login เข้าเว็บเมลจะไม่เห็น พวก อีเมลครับ
#cd /var/www/html/roundcube/config
#vi config.inc.php
// List of active plugins (in plugins/ directory)
$config['plugins'] = array('sauserprefs','legacy_browser',);
##Reference
https://roundcube.net/news/2015/02/08/new-stable-version-1.1-released/