home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 26.ddi / root.3 / usr / ucblib / sendmail.hf < prev   
Encoding:
Text File  |  1990-12-20  |  1.5 KB  |  46 lines

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