MAIL.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH MAIL 1
  2. .SH NAME
  3. mail - send and receive electronic mail
  4. .SH SYNOPSIS
  5. fBmailfR [fB-dpqrvfR]fR [fB-f fIfilefR] [fIuserfR]fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-d" "Force use of the shell variable fIMAILERfR"
  19. .FL "-f" "Use fIfilefR instead of fI/usr/spool/mail/userfR as mailbox"
  20. .FL "-p" "Print all mail and then exit"
  21. .FL "-q" "Quit program if SIGINT received"
  22. .FL "-r" "Reverse print order, i.e., print oldest first"
  23. .FL "-v" "Verbose mode"
  24. .SH EXAMPLES
  25. .EX "mail ast" "Send a message to fIastfR"
  26. .EX "mail" "Read your mail"
  27. .SH DESCRIPTION
  28. .PP
  29. fIMailfR is an extremely simple electronic mail program.  It can be used
  30. to send or receive email on a single 
  31. s-2MINIXs+2
  32. system, in which case it functions
  33. as user agent and local delivery agent.  
  34. If the flag fIMAILERfR is defined in fImail.cfR,
  35. it can also call a trans%port agent to handle remote mail as well.
  36. No such agent is supplied with
  37. s-2MINIXs+2.
  38. .PP
  39. When called by fIuserfR with no arguments, it examines the mailbox
  40. fI/usr/spool/mail/userfR, prints one message (depending on the fB-rfR
  41. flag), and waits for one of the following commands:
  42. .PP
  43. .nf
  44. .ta 0.25i 1.25i
  45. <newline> Go to the next message
  46. - Print the previous message
  47. !command Fork off a shell and execute fIcommandfR
  48. CTRL-D Update the mailbox and quit (same as q)
  49. d Delete the current message and go to the next one
  50. q Update the mailbox and quit (same as CTRL-D)
  51. p Print the current message again
  52. s [fIfilefR] Save message in the named file
  53. x Exit without updating the mailbox
  54. .PP
  55. .PP
  56. To send mail, the program is called with the name of the recipient as an
  57. argument.  The mail is sent, along with a postmark line containing the date.
  58. For local delivery, a file named after the recipient in the directory
  59. fI/usr/spool/mailfR must be writable.
  60. .PP
  61. If the directory fI/usr/spool/mailfR does not exist then the mail is
  62. dumped on the console, so that system programs have a way to notify
  63. a user on a system that does not have a mail spool.