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.6 (Berkeley) 07/12/92
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 send email to
13smtp	sendmail@okeeffe.CS.Berkeley.EDU.
14smtp	For local information send email to Postmaster at your site.
15help	HELP [ <topic> ]
16help		The HELP command gives help info.
17helo	HELO <hostname>
18helo		Introduce yourself.  I am a boor, so I really don't
19helo		care if you do.
20mail	MAIL FROM: <sender>
21mail		Specifies the sender.
22rcpt	RCPT TO: <recipient>
23rcpt		Specifies the recipient.  Can be used any number of times.
24data	DATA
25data		Following text is collected as the message.
26data		End with a single dot.
27rset	RSET
28rset		Resets the system.
29quit	QUIT
30quit		Exit sendmail (SMTP).
31vrfy	VRFY <recipient>
32vrfy		Not implemented to protocol.  Gives some sexy
33vrfy		information.
34expn	EXPN <recipient>
35expn		Same as VRFY in this implementation.
36noop	NOOP
37noop		Do nothing.
38send	SEND FROM: <sender>
39send		replaces the MAIL command, and can be used to send
40send		directly to a users terminal.  Not supported in this
41send		implementation.
42soml	SOML FROM: <sender>
43soml		Send or mail.  If the user is logged in, send directly,
44soml		otherwise mail.  Not supported in this implementation.
45saml	SAML FROM: <sender>
46saml		Send and mail.  Send directly to the user's terminal,
47saml		and also mail a letter.  Not supported in this
48saml		implementation.
49turn	TURN
50turn		Reverses the direction of the connection.  Not currently
51turn		implemented.
52