mailq.1
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:2k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. ." Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
  2. ."  All rights reserved.
  3. ." Copyright (c) 1983, 1997 Eric P. Allman.  All rights reserved.
  4. ." Copyright (c) 1985, 1990, 1993
  5. ." The Regents of the University of California.  All rights reserved.
  6. ."
  7. ." By using this file, you agree to the terms and conditions set
  8. ." forth in the LICENSE file which can be found at the top level of
  9. ." the sendmail distribution.
  10. ."
  11. ."
  12. ."     $Id: mailq.1,v 8.14 1999/06/22 20:41:34 tony Exp $
  13. ."
  14. .TH MAILQ 1 "$Date: 1999/06/22 20:41:34 $"
  15. .SH NAME
  16. .B mailq
  17. - print the mail queue
  18. .SH SYNOPSIS
  19. .B mailq
  20. .RB [ -v ]
  21. .SH DESCRIPTION
  22. .B Mailq
  23. prints a summary of the mail messages queued for future delivery.
  24. .PP
  25. The first line printed for each message 
  26. shows the internal identifier used on this host 
  27. for the message, 
  28. the size of the message in bytes,
  29. the date and time the message was accepted into the queue, 
  30. and the envelope sender of the message.  
  31. The second line shows the error message that caused this message 
  32. to be retained in the queue; 
  33. it will not be present if the message is being processed 
  34. for the first time.  
  35. The following lines show message recipients, 
  36. one per line.
  37. .PP
  38. .B Mailq
  39. is identical to ``sendmail -bp''.
  40. .PP
  41. The options are as follows:
  42. .TP
  43. .B -v
  44. Print verbose information.  
  45. This adds the priority of the message and 
  46. a single character indicator (``+'' or blank) 
  47. indicating whether a warning message has been sent 
  48. on the first line of the message.
  49. Additionally, extra lines may be intermixed with the recipients
  50. indicating the ``controlling user'' information; 
  51. this shows who will own any programs that are executed 
  52. on behalf of this message 
  53. and the name of the alias this command expanded from, if any.
  54. .PP
  55. The
  56. .B mailq
  57. utility exits 0 on success, and >0 if an error occurs.
  58. .SH SEE ALSO
  59. sendmail(8)
  60. .SH HISTORY
  61. The
  62. .B mailq
  63. command appeared in 
  64. 4.0BSD.