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