1@(#)	sendmail.hf	4.3	02/15/89
2cpyr
3cpyr	Copyright (c) 1983  Eric P. Allman
4cpyr	Copyright (c) 1988 The Regents of the University of California.
5cpyr	All rights reserved.
6cpyr
7cpyr	Redistribution and use in source and binary forms are permitted
8cpyr	provided that the above copyright notice and this paragraph are
9cpyr	duplicated in all such forms and that any documentation,
10cpyr	advertising materials, and other materials related to such
11cpyr	distribution and use acknowledge that the software was developed
12cpyr	by the University of California, Berkeley.  The name of the
13cpyr	University may not be used to endorse or promote products derived
14cpyr	from this software without specific prior written permission.
15cpyr	THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
16cpyr	IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
17cpyr	WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18cpyr
19cpyr	@(#)sendmail.hf	4.3 (Berkeley) 02/15/89
20cpyr
21smtp	Commands:
22smtp		HELO	MAIL	RCPT	DATA	RSET
23smtp		NOOP	QUIT	HELP	VRFY	EXPN
24smtp	For more info use "HELP <topic>".
25smtp	To report bugs in the implementation contact eric@Berkeley.ARPA
26smtp	or eric@UCB-ARPA.ARPA.
27smtp	For local information contact postmaster at this site.
28help	HELP [ <topic> ]
29help		The HELP command gives help info.
30helo	HELO <hostname>
31helo		Introduce yourself.  I am a boor, so I really don't
32helo		care if you do.
33mail	MAIL FROM: <sender>
34mail		Specifies the sender.
35rcpt	RCPT TO: <recipient>
36rcpt		Specifies the recipient.  Can be used any number of times.
37data	DATA
38data		Following text is collected as the message.
39data		End with a single dot.
40rset	RSET
41rset		Resets the system.
42quit	QUIT
43quit		Exit sendmail (SMTP).
44vrfy	VRFY <recipient>
45vrfy		Not implemented to protocol.  Gives some sexy
46vrfy		information.
47expn	EXPN <recipient>
48expn		Same as VRFY in this implementation.
49noop	NOOP
50noop		Do nothing.
51send	SEND FROM: <sender>
52send		replaces the MAIL command, and can be used to send
53send		directly to a users terminal.  Not supported in this
54send		implementation.
55soml	SOML FROM: <sender>
56soml		Send or mail.  If the user is logged in, send directly,
57soml		otherwise mail.  Not supported in this implementation.
58saml	SAML FROM: <sender>
59saml		Send and mail.  Send directly to the user's terminal,
60saml		and also mail a letter.  Not supported in this
61saml		implementation.
62turn	TURN
63turn		Reverses the direction of the connection.  Not currently
64turn		implemented.
65