Here is Exim Command Line. To print a list of the messages in the queue, enter: # exim -bp To remove a message from the queue, enter: # exim -Mrm {message-id} To remove all messages from the queue, enter: # exim -bp | awk ‘/^ *[0-9]+[mhd]/{print “exim -Mrm...
Continue reading
cPanel shows incorrect disk usage * Disk usage zero for all the domains in ‘list accounts’ * Mismatch between the disk usage in backend and Cpanel Check whether /home partition has been mounted with ‘usrquota’ option (defaults,usrquota in /etc/fstab) # cat /etc/fstab| grep home LABEL=/home /home ext3 defaults,usrquota...
Continue reading