Hey, Thanks for that script.
-------------- QMAILQUEUE is NOT installed -------------- hehehe. I will do the re-installation of qmail now. Rick is helping me, another member of this mailing list. :-) > -----Original Message----- > From: Dallas Engelken [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 10:56 AM > To: Ronneil Camara; [EMAIL PROTECTED] > Subject: RE: [Qmail-scanner-general]qmail-scanner integration > > > > I've got some questions again. My qmail has been running for > > over a year now. > > Problem is, I don't know if I have qmailqueue patch. > Probably not. How > > would I verify it? > > here is a script for you. > > #!/bin/sh > # > # Short script to check if QMAILQUEUE is applied > # > echo -e '#!/bin/sh\n\ntouch /tmp/qmailqueue\nexit 0' >> /tmp/checkqq > chmod 755 /tmp/checkqq > QMAILQUEUE="/tmp/checkqq"; export QMAILQUEUE > echo "To: root@localhost" | /var/qmail/bin/qmail-inject > if [ -e /tmp/qmailqueue ]; then > echo -e "\n\n--------------\nQMAILQUEUE is > installed\n--------------\n"; > rm -rf /tmp/qmailqueue > else > echo -e "\n\n--------------\nQMAILQUEUE is NOT > installed\n--------------\n"; > fi; > rm -rf /tmp/checkqq > exit 0 > _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that’s a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general