13.9.07

qmail tweaking

force deleting email queue

qmailctl stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} \;
find /var/qmail/queue/intd -type f -exec rm {} \;
find /var/qmail/queue/todo -type f -exec rm {} \;
find /var/qmail/queue/remote -type f -exec rm {} \;
qmailctl start

installing qmailmrtg

1. download qmailmrtg

#wget http://www.inter7.com/qmailmrtg7/qmailmrtg7-4.2.tar.gz

2. untar the package and do the installing

#tar zxf qmailmrtg7*
#cd qmailmrtg7-4.2
#make

You need to configure manually qmrtg in order to run it.
* The configuration templates in /usr/share/qmrtg2/ and
* the file in /usr/share/doc/qmrtg-2.1/INSTALL.txt.gz
* will be useful.

0 comments: