diff options
Diffstat (limited to 'contrib/sendmail/mailstats/mailstats.8')
-rw-r--r-- | contrib/sendmail/mailstats/mailstats.8 | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/contrib/sendmail/mailstats/mailstats.8 b/contrib/sendmail/mailstats/mailstats.8 deleted file mode 100644 index 582055d116172..0000000000000 --- a/contrib/sendmail/mailstats/mailstats.8 +++ /dev/null @@ -1,115 +0,0 @@ -.\" Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers. -.\" All rights reserved. -.\" -.\" By using this file, you agree to the terms and conditions set -.\" forth in the LICENSE file which can be found at the top level of -.\" the sendmail distribution. -.\" -.\" -.\" $Id: mailstats.8,v 8.30.2.1 2002/09/26 23:03:39 gshapiro Exp $ -.\" -.TH MAILSTATS 8 "$Date: 2002/09/26 23:03:39 $" -.SH NAME -mailstats -\- display mail statistics -.SH SYNOPSIS -.B mailstats -.RB [ \-c "] [" \-o "] [" \-p "] [" \-P ] -.RB [ \-C -.IR cffile ] -.RB [ \-f -.IR stfile ] -.SH DESCRIPTION -The -.B mailstats -utility displays the current mail statistics. -.PP -First, the time at which statistics started being kept is displayed, -in the format specified by -ctime(3). -Then, -the statistics for each mailer are displayed on a single line, -each with the following white space separated fields: -.sp -.RS -.PD 0.2v -.TP 1.2i -.B M -The mailer number. -.TP -.B msgsfr -Number of messages from the mailer. -.TP -.B bytes_from -Kbytes from the mailer. -.TP -.B msgsto -Number of messages to the mailer. -.TP -.B bytes_to -Kbytes to the mailer. -.TP -.B msgsrej -Number of messages rejected. -.TP -.B msgsdis -Number of messages discarded. -.TP -.B Mailer -The name of the mailer. -.PD -.RE -.PP -After this display, a line totaling the values for all of the mailers -is displayed (preceded with a ``T''), -separated from the previous information by a line containing only equals -(``='') -characters. -Another line preceded with a ``C'' lists the number of TCP connections. -.PP -The options are as follows: -.TP -.B \-C -Read the specified file instead of the default -.B sendmail -configuration file. -.TP -.B \-c -Try to use submit.cf instead of the default -.B sendmail -configuration file. -.TP -.B \-f -Read the specified statistics file instead of the statistics file -specified in the -.B sendmail -configuration file. -.TP -.B \-P -Output information in program-readable mode without clearing statistics. -.TP -.B \-p -Output information in program-readable mode and clear statistics. -.TP -.B \-o -Don't display the name of the mailer in the output. -.PP -The -.B mailstats -utility exits 0 on success, and >0 if an error occurs. -.SH FILES -.PD 0.2v -.TP 2.5i -/etc/mail/sendmail.cf -The default -.B sendmail -configuration file. -.TP -/etc/mail/statistics -The default -.B sendmail -statistics file. -.PD -.SH SEE ALSO -mailq(1), -sendmail(8) |