Blog uživatele BugReporter
Description: Roundcube mysql with ssl
Dependencies: roundcube 0.95, php 5.3.7, mysql server configure for ssl, pear module and php-mdb2-driver-mysql
Howto
change in file "$ROUNDCUBE_DIR/roundcube/program/lib/Roundcube/rcube_db_mysql.php"
MYSQL_ATTR_KEY TO -> MYSQL_ATTR_SSL_KEY
Should look like:
if (!empty($dsn['key'])) {
$result[PDO::MYSQL_ATTR_SSL_KEY] = $dsn['key'];
}
And in
In different versions maybe more will be changed.
Issue: When system si booting or is going for halt the service portmapper hangs on for a minutes.
Affected parts: init, fw
Ideas: Check fw rules, restart service while on tcpdump, shutdown the service if it isn t needed.
Solution:
Note: FW checked and working well, restart service/watch on network/search logs is clean. Possibility of affection with Bug #309542 has been negative.
Solution: Service has been removed from the init scripts.