Im very sorry because im so stupid but how?
This is fragment my httpd.conf if i change php_admin_value open_basedir /opt/roundcube to php_admin_value open_basedir /opt/roundcube/tmp, then roundcube not working at all
Alias /roundcube /opt/roundcube
<Directory /opt/roundcube>
order deny,allow
deny from all
allow from all
AddType application/x-httpd-php .php
php_admin_value open_basedir /opt/roundcube
php_admin_value eaccelerator.enable 1
</Directory>