home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.sbin / sendmail / src / sendmail.hf < prev    next >
Encoding:
Text File  |  1991-04-23  |  1.6 KB  |  51 lines

  1. cpyr
  2. cpyr    Copyright (c) 1983  Eric P. Allman
  3. cpyr    Copyright (c) 1988 The Regents of the University of California.
  4. cpyr    All rights reserved.
  5. cpyr    
  6. cpyr    @(#)sendmail.hf    4.5 (Berkeley) 4/23/91
  7. cpyr
  8. smtp    Commands:
  9. smtp        HELO    MAIL    RCPT    DATA    RSET
  10. smtp        NOOP    QUIT    HELP    VRFY    EXPN
  11. smtp    For more info use "HELP <topic>".
  12. smtp    To report bugs in the implementation contact sendmail@okeeffe.Berkeley.EDU
  13. smtp    For local information contact postmaster at this site.
  14. help    HELP [ <topic> ]
  15. help        The HELP command gives help info.
  16. helo    HELO <hostname>
  17. helo        Introduce yourself.  I am a boor, so I really don't
  18. helo        care if you do.
  19. mail    MAIL FROM: <sender>
  20. mail        Specifies the sender.
  21. rcpt    RCPT TO: <recipient>
  22. rcpt        Specifies the recipient.  Can be used any number of times.
  23. data    DATA
  24. data        Following text is collected as the message.
  25. data        End with a single dot.
  26. rset    RSET
  27. rset        Resets the system.
  28. quit    QUIT
  29. quit        Exit sendmail (SMTP).
  30. vrfy    VRFY <recipient>
  31. vrfy        Not implemented to protocol.  Gives some sexy
  32. vrfy        information.
  33. expn    EXPN <recipient>
  34. expn        Same as VRFY in this implementation.
  35. noop    NOOP
  36. noop        Do nothing.
  37. send    SEND FROM: <sender>
  38. send        replaces the MAIL command, and can be used to send
  39. send        directly to a users terminal.  Not supported in this
  40. send        implementation.
  41. soml    SOML FROM: <sender>
  42. soml        Send or mail.  If the user is logged in, send directly,
  43. soml        otherwise mail.  Not supported in this implementation.
  44. saml    SAML FROM: <sender>
  45. saml        Send and mail.  Send directly to the user's terminal,
  46. saml        and also mail a letter.  Not supported in this
  47. saml        implementation.
  48. turn    TURN
  49. turn        Reverses the direction of the connection.  Not currently
  50. turn        implemented.
  51.