Exim : retry time not reached for any host after a long failure period

The issue is because of the corrupted exim db files. Goto /var/spool/exim/db and delete files: retry , retry.lockfile , wait-remote_smtp, wait-remote_smtp.lockfile /etc/init.d/exim restart    

See More

libmysqlclient.so.15: version `libmysqlclient_15′ not found

Error Code : [Tue Feb 22 00:35:50 2011] [error] [client 71.134.23.164] /usr/bin/php: /usr/lib64/libmysqlclient.so.15: version `libmysqlclient_15′ not found (required by /usr/bin/php) [Tue Feb 22 00:35:50 2011] [error] [client 71.134.23.164] Premature end of script headers: index.php [Tue Feb 22 00:35:52 2011] [error] [client 67.195.112.231] /usr/bin/php: /usr/lib64/libmysqlclient.so.15: version `libmysqlclient_15′ not found (required by /usr/bin/php) [Tue Feb 22 00:35:52 […]

See More

PCI : Service SSL issue

How to verify the service ssl is updated properly example : For cPanel & WHM service : openssl s_client -showcerts -verify 32 -connect xx.xx.xx.xx:2083 openssl s_client -showcerts -verify 32 -connect xx.xx.xx.xx:2087   Replace xx.xx.xx.xx with server IP.    

See More