ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzair_5.4.0.1/rzairemcommnd.htm

123 lines
6.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Simple Mail Transfer Protocol" />
<meta name="abstract" content="Simple Mail Transfer Protocol (SMTP) is a TCP/IP protocol used in sending and receiving e-mail. It is typically used with POP3 or Internet Message Access Protocol to save messages in a server mailbox and download them periodically from the server for the user." />
<meta name="description" content="Simple Mail Transfer Protocol (SMTP) is a TCP/IP protocol used in sending and receiving e-mail. It is typically used with POP3 or Internet Message Access Protocol to save messages in a server mailbox and download them periodically from the server for the user." />
<meta name="DC.Relation" scheme="URI" content="rzairrefinfo.htm" />
<meta name="DC.Relation" scheme="URI" content="rzairscenariomailloc.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzairemcommnd" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Simple Mail Transfer Protocol</title>
</head>
<body id="rzairemcommnd"><a name="rzairemcommnd"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Simple Mail Transfer Protocol</h1>
<div><p>Simple Mail Transfer Protocol (SMTP) is a TCP/IP protocol used
in sending and receiving e-mail. It is typically used with POP3 or Internet
Message Access Protocol to save messages in a server mailbox and download
them periodically from the server for the user.</p>
<div class="section"><h4 class="sectiontitle">SMTP
commands</h4><p>The following table describes the SMTP commands,
the command functions, and whether iSeries™ SMTP server supports the commands.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" id="d0e33">SMTP command</th>
<th valign="top" id="d0e35">What it does</th>
<th valign="top" id="d0e37">iSeries supported</th>
</tr>
</thead>
<tbody><tr><td valign="top" headers="d0e33 ">HELO (Hello)</td>
<td valign="top" headers="d0e35 ">Identify the SMTP sender to the SMTP receiver.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">EHLO (Extension Hello)</td>
<td valign="top" headers="d0e35 ">Enable SMTP extensions.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">MAIL (Mail)</td>
<td valign="top" headers="d0e35 ">Start an e-mail transaction to deliver the e-mail to one or more recipients.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">RCPT (Recipient)</td>
<td valign="top" headers="d0e35 ">Identify an individual recipient of e-mail.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">DATA (Data)</td>
<td valign="top" headers="d0e35 ">Consider the lines following the command to be e-mail from the sender.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">SEND (Send)</td>
<td valign="top" headers="d0e35 ">Deliver e-mail to one or more workstations.</td>
<td valign="top" headers="d0e37 ">No</td>
</tr>
<tr><td valign="top" headers="d0e33 ">SOML (Send or mail)</td>
<td valign="top" headers="d0e35 ">Deliver e-mail to one or more workstations or recipients if the user
is not active.</td>
<td valign="top" headers="d0e37 ">No</td>
</tr>
<tr><td valign="top" headers="d0e33 ">SAML (Send and mail)</td>
<td valign="top" headers="d0e35 ">Deliver e-mail to one or more workstations and recipients if the user
is not active.</td>
<td valign="top" headers="d0e37 ">No</td>
</tr>
<tr><td valign="top" headers="d0e33 ">RSET (Reset)</td>
<td valign="top" headers="d0e35 ">End the current e-mail transaction.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">VRFY (Verify)</td>
<td valign="top" headers="d0e35 ">Ask the receiver to confirm that a user has been identified.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">EXPN (Expand)</td>
<td valign="top" headers="d0e35 ">Ask the receiver to confirm that a mailing list has been identified.</td>
<td valign="top" headers="d0e37 ">No</td>
</tr>
<tr><td valign="top" headers="d0e33 ">HELP (Help)</td>
<td valign="top" headers="d0e35 ">Ask the receiver to send helpful information to the sender.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">NOOP (Noop)</td>
<td valign="top" headers="d0e35 ">Ask the receiver to send a valid reply (but specify no other action).</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">QUIT (Quit)</td>
<td valign="top" headers="d0e35 ">Ask the receiver to send a valid reply, and then close the transmission
channel.</td>
<td valign="top" headers="d0e37 ">Yes</td>
</tr>
<tr><td valign="top" headers="d0e33 ">TURN (Turn)</td>
<td valign="top" headers="d0e35 ">Ask the receiver to send a valid reply and then become the SMTP sender,
or else ask the receiver to send a refusal reply and remain the SMTP receiver.</td>
<td valign="top" headers="d0e37 ">No</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzairrefinfo.htm" title="You can find protocol information and information about journal entries, and more.">E-mail reference information</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzairscenariomailloc.htm" title="This example demonstrates how e-mail is processed between local users.">E-mail example: Send and receive e-mail locally</a></div>
</div>
</div>
</body>
</html>