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