MySQL Forums
Forum List  »  PHP

Re: Mysql Process
Posted by: Jay Pipes
Date: September 23, 2005 07:05AM

This will be dependent on the *mail* server which you use, as well as the directory layout of your operating system. I'm not a FreeBSD guru, so I'm not quite sure where the mail spool is traditionally located on that OS. But, I'm sure you can find that out fairly easily. I know on most of the systems I work on, the mail queue is typically symlinked to the /var/spool/mqueue or /var/spool/mail directory. Depending on how the sendmail server is setup (whether it dumps mail in one directory, or more than one subsirectory of the queue), you can typically check how many mails are in the queue using a simple wordcount command like the following:

#> ls -l /var/spool/mail | wc -l

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Written By
Posted
September 20, 2005 11:04PM
September 21, 2005 05:15AM
September 21, 2005 10:51PM
September 22, 2005 12:56PM
September 22, 2005 10:03PM
Re: Mysql Process
September 23, 2005 07:05AM
September 25, 2005 11:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.