On Thu, Jul 11, 2002 at 02:22:37PM +0530, Ravindra Sule wrote: > We are using Sendmail for mail server. There are too many files > in /var/spool/mqueue directery. > How to remove files from this.Will simply deleting by rm command > create any problem. > ---end quoted text---
By all probabilities these are mails in queue which will be sent next time mails are sent through ppp (if yours is a dialup). You may try "sendmail -v -q" to send these off monioring each delivery visually. They also be mails which could not be sent at all after repeated trials. In case you want to manually delete them first turn off sendmail daemon. Go into /var/spool/mqueue. Examine each file and selectively delete each file. Turn sendmail daemon on again. HTH Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : vi mode display (through ~/.exrc) LOST #204 vi clones operate in command, insert, append or display modes which for newcomers, is difficult to discern. To have the mode displayed constantly at the right bottom of screen, add to the ~/.exrc file: :set showmode ####<[EMAIL PROTECTED]>#################################### : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
