date and time created 81/10/22 09:22:30 by eric
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 23 Oct 1981 01:22:30 +0000 (17:22 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 23 Oct 1981 01:22:30 +0000 (17:22 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.hf 3.1

usr/src/usr.sbin/sendmail/src/sendmail.hf [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/sendmail/src/sendmail.hf b/usr/src/usr.sbin/sendmail/src/sendmail.hf
new file mode 100644 (file)
index 0000000..fd1b0cd
--- /dev/null
@@ -0,0 +1,25 @@
+@(#)   sendmail.hf     3.1     %G%
+smtp   Commands:
+smtp           MAIL    MRCP    DATA    DOIT    RSET
+smtp           NOOP    QUIT    HELP    VRFY
+smtp   For more info use "HELP <topic>".
+help   HELP [ <topic> ]
+help           The HELP command gives help info.
+mail   MAIL FROM: <sender>
+mail           Specifies the sender.
+mrcp   MRCP TO: <recipient>
+mrcp           Specifies the recipient.  Can be used any number of times.
+data   DATA
+data           Following text is collected as the message.
+data           End with a single dot.
+doit   DOIT
+doit           Causes the message to be sent.
+rset   RSET
+rset           Resets the system -- same as QUIT in this implementation.
+quit   QUIT
+quit           Exit sendmail
+vrfy   VRFY <recipient>
+vrfy           Not implemented to protocol.  Gives some sexy
+vrfy           information.
+noop   NOOP
+noop           Do nothing.