home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / sendm202.zip / sendmail.hf < prev   
Text File  |  1996-02-27  |  3KB  |  76 lines

  1. cpyr
  2. cpyr    Copyright (c) 1983, 1995  Eric P. Allman
  3. cpyr    Copyright (c) 1988, 1993
  4. cpyr        The Regents of the University of California.  All rights reserved.
  5. cpyr    
  6. cpyr    @(#)sendmail.hf    8.7 (Berkeley) 10/1/95
  7. cpyr
  8. smtp    Commands:
  9. smtp        HELO    EHLO    MAIL    RCPT    DATA
  10. smtp        RSET    NOOP    QUIT    HELP    VERB
  11. smtp        EXPN    VRFY 
  12. smtp    For more info use "HELP <topic>".
  13. help    HELP [ <topic> ]
  14. help        The HELP command gives help info.
  15. helo    HELO <hostname>
  16. helo        Introduce yourself.
  17. ehlo    EHLO <hostname>
  18. ehlo        Introduce yourself, and request extended SMTP mode.
  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. verb    VERB
  31. verb        Go into verbose mode.  This sends 0xy responses that are
  32. verb        not RFC821 standard (but should be)  They are recognized
  33. verb        by humans and other sendmail implementations.
  34. vrfy    VRFY <recipient>
  35. vrfy        Verify an address.  If you want to see what it aliases
  36. vrfy        to, use EXPN instead.   Not supported in this implementation.
  37. expn    EXPN <recipient>
  38. expn        Expand an address.  If the address indicates a mailing
  39. expn        list, return the contents of that list.
  40. noop    NOOP
  41. noop        Do nothing.
  42. send    SEND FROM: <sender>
  43. send        replaces the MAIL command, and can be used to send
  44. send        directly to a users terminal.  Not supported in this
  45. send        implementation.
  46. soml    SOML FROM: <sender>
  47. soml        Send or mail.  If the user is logged in, send directly,
  48. soml        otherwise mail.  Not supported in this implementation.
  49. saml    SAML FROM: <sender>
  50. saml        Send and mail.  Send directly to the user's terminal,
  51. saml        and also mail a letter.  Not supported in this
  52. saml        implementation.
  53. turn    TURN
  54. turn        Reverses the direction of the connection.  Not currently
  55. turn        implemented.
  56. -bt    Help for test mode:
  57. -bt    ?                :this help message.
  58. -bt    .Dmvalue         :define macro `m' to `value'.
  59. -bt    .Ccvalue         :add `value' to class `c'.
  60. -bt    =Sruleset        :dump the contents of the indicated ruleset.
  61. -bt    =M               :display the known mailers.
  62. -bt    -ddebug-spec     :equivalent to the command-line -d debug flag.
  63. -bt    $m               :print the value of macro $m.
  64. -bt    $=c              :print the contents of class $=c.
  65. -bt    /mx host         :returns the MX records for `host'.
  66. -bt    /parse address   :parse address, returning the value of crackaddr, and
  67. -bt                      the parsed address (same as -bv).
  68. -bt    /try mailer addr :rewrite address into the form it will have when
  69. -bt                      presented to the indicated mailer.
  70. -bt    /tryflags flags  :set flags used by parsing.  The flags can be `H' for
  71. -bt                      Header or `E' for Envelope, and `S' for Sender or `R'
  72. -bt                      for Recipient.  These can be combined, `HR' sets
  73. -bt              flags for header recipients.
  74. -bt    /canon hostname  :try to canonify hostname.
  75. -bt    /map mapname key :look up `key' in the indicated `mapname'.
  76.