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