Cannot reattach screen session

February 18th, 2010 No Comments   Posted in Centos

Some time you get error when you try to reattach with your screen session after you disconnected. So here are some tricks.

To see existing screen sessions

# screen -list

More »

Domain has exceeded the max emails per hour (200) allowed. Message discarded.

December 20th, 2009 No Comments   Posted in System Administration, Web hosting, cpanel

Some times you get error from cpanel

Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded.

Simple solution for it is

echo domain.com=10000 >> /var/cpanel/maxemails

More »