home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / umsmtp03.zip / sendmail.hf < prev    next >
Text File  |  1991-06-03  |  2KB  |  61 lines

  1. @(#)    sendmail.hf  Version 1.2  30 September, 1991
  2. cpyr
  3. cpyr    Sendmail
  4. cpyr    Copyright (c) 1983  Eric P. Allman
  5. cpyr    Berkeley, California
  6. cpyr
  7. cpyr    Copyright (c) 1983 Regents of the University of California.
  8. cpyr    All rights reserved.  The Berkeley software License Agreement
  9. cpyr    specifies the terms and conditions for redistribution.
  10. cpyr
  11. cpyr    This file modified by Daniel Barton and Ed Overly of IBM
  12. cpyr    for the OS/2 version of Sendmail.
  13. cpyr
  14. smtp    Commands:
  15. smtp        HELO    MAIL    RCPT    DATA
  16. smtp        NOOP    QUIT    HELP    RSET
  17. smtp    Commands not implemented:
  18. smtp        VRFY    EXPN    SEND    SOML
  19. smtp        SAML    TURN
  20. smtp    For more info use "HELP <topic>".
  21. smtp    For local information contact POSTMASTER.
  22. help    HELP [ <topic> ]
  23. help        The HELP command gives help info.
  24. helo    HELO <hostname>
  25. helo        Introduce yourself.  Specifies who is communicating with
  26. helo        the sendmail server.
  27. mail    MAIL FROM: <sender>
  28. mail        Specifies the sender.
  29. rcpt    RCPT TO: <recipient>
  30. rcpt        Specifies the recipient.  Can be used any number of times.
  31. data    DATA
  32. data        Following text is collected as the message.
  33. data        End with a single dot followed by carriage
  34. data        return and line feed (enter).
  35. rset    RSET
  36. rset        Resets the current mail transaction.  Cancels all MAIL, RCPT,
  37. rset        and DATA commands and clears all buffers.
  38. quit    QUIT
  39. quit        Exit sendmail (SMTP).
  40. vrfy    VRFY <recipient>
  41. vrfy        Verifies that a recipient is valid for this machine.
  42. vrfy        Not supported in this implementation.
  43. expn    EXPN <recipient>
  44. expn        Same as VRFY.  Not supported in this implementation.
  45. noop    NOOP
  46. noop        Do nothing.
  47. send    SEND FROM: <sender>
  48. send        Replaces the MAIL command, and can be used to send
  49. send        directly to a user's terminal.  Not supported in this
  50. send        implementation.
  51. soml    SOML FROM: <sender>
  52. soml        Send or mail.  If the user is logged in, send directly,
  53. soml        otherwise mail.  Not supported in this implementation.
  54. saml    SAML FROM: <sender>
  55. saml        Send and mail.  Send directly to the user's terminal,
  56. saml        and also mail a letter.  Not supported in this
  57. saml        implementation.
  58. turn    TURN
  59. turn        Reverses the direction of the connection.  Not supported
  60. turn        in this implementation.
  61.