Qmail commands

# /usr/local/psa/admin/sbin/mailqueuemng –help qmHandle v1.2.0 Copyright 1998-2003 Michele Beltrame Available parameters: -a : try to send queued messages now (qmail must be running) -l : list message queues -L : list local message queue -R : list remote message queue -T : list todo message queue -s : show some statistics -mN : display message …

Clear email queues using qmHandle

Details When the mail queue on a (dv) Dedicated-Virtual Server has messages stacked up you can use the tool qmHandle. Download qmHandle from SourceForge. You actually only need the script ‘qmHandle’ so use that if you have it handy. Upload it to the server and untar it if necessary. You may download the file directly …

Linux find command

Locating Files: The find command is used to locate files on a Unix or Linux system.  find will search any set of directories you specify for files that match the supplied search criteria.  You can search for files by name, owner, group, type, permissions, date, and other criteria.  The search is recursive in that it …