Hacking
Roundcube mysql with ssl + password plugin
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.
- BugReporter's blog
- Pro psaní komentářů se přihlašte
- Číst dál
Postfix check_headers
Playing with postfix check_headers directive
Application: Postfix
Version: 2.9
System: Debian
Description:
Use check_headers to replace some headers from emails send by postfix
- Zdenek Key's blog
- Pro psaní komentářů se přihlašte
- Číst dál