136796Sbosticcpyr
2*68839Sericcpyr	Copyright (c) 1983, 1995  Eric P. Allman
362533Sbosticcpyr	Copyright (c) 1988, 1993
462533Sbosticcpyr	    The Regents of the University of California.  All rights reserved.
522793Smiriamcpyr
6*68839Sericcpyr	@(#)sendmail.hf	8.3 (Berkeley) 04/21/95
748583Sbosticcpyr
84578Sericsmtp	Commands:
958322Sericsmtp		HELO	EHLO	MAIL	RCPT	DATA
1058322Sericsmtp		RSET	NOOP	QUIT	HELP	VRFY
1158322Sericsmtp		EXPN	VERB
124578Sericsmtp	For more info use "HELP <topic>".
1354990Sericsmtp	To report bugs in the implementation send email to
1457159Sericsmtp		sendmail@CS.Berkeley.EDU.
1554990Sericsmtp	For local information send email to Postmaster at your site.
164578Serichelp	HELP [ <topic> ]
174578Serichelp		The HELP command gives help info.
184976Serichelo	HELO <hostname>
1963836Serichelo		Introduce yourself.
2058322Sericehlo	EHLO <hostname>
2158322Sericehlo		Introduce yourself, and request extended SMTP mode.
224578Sericmail	MAIL FROM: <sender>
234578Sericmail		Specifies the sender.
244976Sericrcpt	RCPT TO: <recipient>
254976Sericrcpt		Specifies the recipient.  Can be used any number of times.
264578Sericdata	DATA
274578Sericdata		Following text is collected as the message.
284578Sericdata		End with a single dot.
294578Sericrset	RSET
3010158Sericrset		Resets the system.
314578Sericquit	QUIT
3210158Sericquit		Exit sendmail (SMTP).
3357159Sericverb	VERB
3457159Sericverb		Go into verbose mode.  This sends 0xy responses that are
3557159Sericverb		are not RFC821 standard (but should be)  They are recognized
3657159Sericverb		by humans and other sendmail implementations.
374578Sericvrfy	VRFY <recipient>
3858700Sericvrfy		Verify an address.  If you want to see what it aliases
3958700Sericvrfy		to, use EXPN instead.
4010158Sericexpn	EXPN <recipient>
4158322Sericexpn		Expand an address.  If the address indicates a mailing
4258322Sericexpn		list, return the contents of that list.
434578Sericnoop	NOOP
444578Sericnoop		Do nothing.
454976Sericsend	SEND FROM: <sender>
464976Sericsend		replaces the MAIL command, and can be used to send
474976Sericsend		directly to a users terminal.  Not supported in this
484976Sericsend		implementation.
494976Sericsoml	SOML FROM: <sender>
504976Sericsoml		Send or mail.  If the user is logged in, send directly,
514976Sericsoml		otherwise mail.  Not supported in this implementation.
524976Sericsaml	SAML FROM: <sender>
534976Sericsaml		Send and mail.  Send directly to the user's terminal,
544976Sericsaml		and also mail a letter.  Not supported in this
554976Sericsaml		implementation.
5610158Sericturn	TURN
5710158Sericturn		Reverses the direction of the connection.  Not currently
5810158Sericturn		implemented.
59