Tag Archives: CPanel

Cpanel / Exim email attachment fix

In future Cpanel updates, /etc/cpanel_exim_system_filter may get overwritten if you edit it. Solution: cp /etc/cpanel_exim_system_filter /etc/cpanel_exim_system_filter_custom Then edit /etc/cpanel_exim_system_filter_custom and remove the eml| from the four non-commented lines that reference it. You can also do this for URL, and LNK … Continue reading

Posted in Internet, Technology | Tagged , | Comments Off

CPanel Log file locations.

I often have to look over CPanel log files, and sometimes it just slips my mine on where they are located and what is contained in each one of them. Thought I would put together a listing of the files/locations … Continue reading

Posted in Internet, Technology | Tagged , | Comments Off

We all know CPanel sucks but…

I was really unaware of the “level of FAIL” that it was capable of demonstrating… until now. TO REPRODUCE: 1) frontend/x3/diskusage/index.html , go to a folder with lots of files in it. 2) Click “Size (MB)” column header to sort. … Continue reading

Posted in Work | Tagged , , , | 4 Comments

CPanel phpMyadmin MySQL Fix

If you end up getting this error #2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured) Then you need to do the following. vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php find $cfg['Servers'][$i]['socket'] = ”; change to $cfg['Servers'][$i]['socket'] … Continue reading

Posted in Linux | Tagged , , , | Comments Off