mail.local.8
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:3k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. ." Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
  2. ."  All rights reserved.
  3. ." Copyright (c) 1990, 1993
  4. ." The Regents of the University of California.  All rights reserved.
  5. ."
  6. ." By using this file, you agree to the terms and conditions set
  7. ." forth in the LICENSE file which can be found at the top level of
  8. ." the sendmail distribution.
  9. ."
  10. ."
  11. ." $Id: mail.local.8,v 8.14 1999/08/26 15:49:20 ca Exp $
  12. ."
  13. .TH MAIL.LOCAL 8 "$Date: 1999/08/26 15:49:20 $"
  14. .SH NAME
  15. .B mail.local
  16. - store mail in a mailbox
  17. .SH SYNOPSIS
  18. .B mail.local
  19. .RB [ -7 "] [" -d "] [" -l "] [" -f 
  20. .IR from "] " "user ..."
  21. .SH DESCRIPTION
  22. .B Mail.local
  23. reads the standard input up to an end-of-file and appends it to each
  24. .I user's
  25. .B mail 
  26. file.  The
  27. .I user
  28. must be a valid user name.
  29. .PP
  30. The options are as follows:
  31. .TP 1i
  32. .B -7
  33. Do not advertise 8BITMIME support in LMTP mode.
  34. .TP 
  35. .B -b
  36. Return a permanent error instead of a temporary error
  37. if a mailbox exceeds quota.
  38. .TP 
  39. .B -d
  40. Specify this is a delivery (for backward compatibility).
  41. .TP 
  42. .BI -f " from"
  43. Specify the sender's name.
  44. .TP
  45. .B -l
  46. Turn on LMTP mode.
  47. .TP 
  48. .BI -r " from"
  49. Specify the sender's name (for backward compatibility).
  50. .PP
  51. Individual mail messages in the mailbox are delimited by an empty
  52. line followed by a line beginning with the string ``From ''.
  53. A line containing the string ``From '', the sender's name and a time stamp
  54. is prepended to each delivered mail message.
  55. A blank line is appended to each message.
  56. A greater-than character (``>'') is prepended to any line in the message
  57. which could be mistaken for a ``From '' delimiter line
  58. (that is,
  59. a line beginning with the five characters
  60. ``From '' following a blank line).
  61. .PP
  62. The mail files are exclusively locked with 
  63. flock(2) 
  64. while mail is appended, 
  65. and a
  66. .B user.lock
  67. file also is created while the mailbox is locked 
  68. for compatibility with older MUAs.
  69. .PP
  70. If the ``biff'' service is returned by 
  71. getservbyname(3), 
  72. the biff server is notified of delivered mail.
  73. .PP
  74. The
  75. .B mail.local
  76. utility exits 0 on success, and >0 if an error occurs.
  77. .SH ENVIRONMENT
  78. .IP TZ
  79. Used to set the appropriate time zone on the timestamp.
  80. .SH FILES
  81. .PD 0.2v
  82. .TP 2.2i
  83. /tmp/local.XXXXXX
  84. temporary files
  85. .TP
  86. /var/mail/user
  87. user's mailbox directory
  88. .TP 
  89. /var/mail/user.lock
  90. lock file for a user's mailbox
  91. .PD
  92. .SH SEE ALSO
  93. mail(1), 
  94. xsend(1), 
  95. flock(2), 
  96. getservbyname(3), 
  97. comsat(8), 
  98. sendmail(8)
  99. .SH HISTORY
  100. A superset of
  101. .B mail.local
  102. (handling mailbox reading as well as mail delivery)
  103. appeared in 
  104. Version 7 AT&T UNIX 
  105. as the program
  106. .BR mail .