@(#) sendmail.hf 3.2 11/21/81 smtp Commands: smtp HELO MAIL RCPT DATA RSET smtp NOOP QUIT HELP VRFY smtp For more info use "HELP ". help HELP [ ] help The HELP command gives help info. helo HELO helo Introduce yourself. I am a boor, so I really don't helo care if you do. mail MAIL FROM: mail Specifies the sender. rcpt RCPT TO: rcpt 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. rset RSET rset Resets the system -- same as QUIT in this implementation. quit QUIT quit Exit sendmail vrfy VRFY vrfy Not implemented to protocol. Gives some sexy vrfy information. noop NOOP noop Do nothing. send SEND FROM: send replaces the MAIL command, and can be used to send send directly to a users terminal. Not supported in this send implementation. soml SOML FROM: soml Send or mail. If the user is logged in, send directly, soml otherwise mail. Not supported in this implementation. saml SAML FROM: saml Send and mail. Send directly to the user's terminal, saml and also mail a letter. Not supported in this saml implementation.