ERROR: Connection dropped by IMAP server

yum install fam /etc/rc.d/init.d/courier-imap restart service courier-authlib restart service courier-imap restart yum install fam /etc/rc.d/init.d/courier-imap restart netstat -an|grep 143|grep LISTEN Solution : Install libltdl or locate following files on server cp /old/usr/lib/libltdl.so.3 /usr/lib/libltdl.so.3 cp /old/usr/lib/libltdl.so.3.1.1 /usr/lib/libltdl.so.3.1.1 cp /old/usr/lib/libltdl.so  /usr/lib/libltdl.so

See More

IFTOP: Command line monitoring tool

Installation: 1: Installing libpcap cd /usr/local/src wget http://ovh.dl.sourceforge.net/sourceforge/libpcap/libpcap-0.8.1.tar.gz tar -zxvf libpcap-0.8.1.tar.gz cd libpcap-0.8.1 ./configure make && make install  2: Installing IFTOP cd /usr/local/src wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz tar -zxvf iftop-0.17.tar.gz cd iftop-0.17 ./configure make && make install  3: Making IFTOP root only chmod 700 /usr/sbin/iftop How to use IFTOP Start it: iftop -i eth0 Help overview: Press […]

See More

Warning: Cannot add header information – headers already sent by

Header Errors Warning: Cannot add header information – headers already sent by (output started at /home/uruser/www/errors.php:9) in…. Warning: Cannot send session cache limiter – headers already sent in phpfile.php on line 121 Naturally, HTML will parse before PHP. The script is trying to send header information after you’ve already sent output to the browser. HTTP […]

See More