⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sendmail.hf

📁 操作系统SunOS 4.1.3版本的源码
💻 HF
字号:
@(#)sendmail.hf 1.1 92/07/30 SMI; from UCB 3.3	1/5/83smtp	Commands:smtp		HELO	MAIL	RCPT	DATA	RSETsmtp		NOOP	QUIT	HELP	VRFY	EXPNsmtp	For more info use "HELP <topic>".smtpsmtp	To report bugs in the implementation contact Sun Microsystemssmtp	Technical Support.smtp	For local information contact postmaster at this site.help	HELP [ <topic> ]help		The HELP command gives help info.helo	HELO <hostname>helo		Introduce yourself.  I am a boor, so I really don'thelo		care if you do.mail	MAIL FROM: <sender>mail		Specifies the sender.rcpt	RCPT TO: <recipient>rcpt		Specifies the recipient.  Can be used any number of times.data	DATAdata		Following text is collected as the message.data		End with a single dot.rset	RSETrset		Resets the system.quit	QUITquit		Exit sendmail (SMTP).vrfy	VRFY <recipient>vrfy		Not implemented to protocol.  Gives some sexyvrfy		information.expn	EXPN <recipient>expn		Same as VRFY in this implementation.noop	NOOPnoop		Do nothing.send	SEND FROM: <sender>send		replaces the MAIL command, and can be used to sendsend		directly to a users terminal.  Not supported in thissend		implementation.soml	SOML FROM: <sender>soml		Send or mail.  If the user is logged in, send directly,soml		otherwise mail.  Not supported in this implementation.saml	SAML FROM: <sender>saml		Send and mail.  Send directly to the user's terminal,saml		and also mail a letter.  Not supported in thissaml		implementation.turn	TURNturn		Reverses the direction of the connection.  Not currentlyturn		implemented.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -