Now I just check "/var/log/mail.err" it has logs similar to :
Apr 3 00:42:33 server2 roundcube: DB Error: [1046] No database selected (SQL Query: SELECT vars, ip, changed FROM session WHERE sess_id = 'h046j0tdnpkfubg04ko609h7r7') in /usr/share/apache2/roundcubemail-0.9.2/program/lib/Roundcube/rcube_db.php on line 416 (GET /mail/)
Apr 3 00:42:33 server2 roundcube: DB Error: [1046] No database selected (GET /mail/)
Apr 3 00:42:33 server2 roundcube: DB Error: [1046] No database selected (SQL Query: INSERT INTO session (sess_id, vars, ip, created, changed) VALUES ('h046j0tdnpkfubg04ko609h7r7', 'dGVtcHxiOjE7bGFuZ3VhZ2V8czo1OiJlbl9VUyI7dGFza3xzOjU6ImxvZ2luIjs=', '187.209.7.87', '2014-04-02 20:42:33', '2014-04-02 20:42:33')) in /usr/share/apache2/roundcubemail-0.9.2/program/lib/Roundcube/rcube_db.php on line 416 (GET /mail/)
it looks like its trying to access a DB not found by roundcube, I give temporary access to all my DB to roundcube, yet the problem persist.