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