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

89 lines
5.6 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="concept" />
<meta name="DC.Title" content="Simple Mail Transfer Protocol on iSeries server" />
<meta name="abstract" content="Simple Mail Transfer Protocol (SMTP) e-mail is the protocol that allows iSeries server to send and receive e-mail." />
<meta name="description" content="Simple Mail Transfer Protocol (SMTP) e-mail is the protocol that allows iSeries server to send and receive e-mail." />
<meta name="DC.Relation" scheme="URI" content="rzairoverview.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzakk/rzakkkickoff.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzakk/rzakkconceptdomainisp.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzakk/rzakkmailmx.htm" />
<meta name="DC.Relation" scheme="URI" content="rzairconfigem.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="rzairsmtp" />
<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 on iSeries server</title>
</head>
<body id="rzairsmtp"><a name="rzairsmtp"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Simple Mail Transfer Protocol on iSeries server</h1>
<div><p>Simple Mail Transfer Protocol (SMTP) e-mail is the protocol that
allows iSeries™ server
to send and receive e-mail.</p>
<p>SMTP is essentially the end-to-end delivery of mail from one mail server
to another. There is a direct connection between an SMTP sender (the client)
and the destination SMTP receiver (the server). The SMTP client keeps the
mail at the sender until it transmits and copies it successfully to the SMTP
receiver (server).</p>
<p>SMTP on iSeries server
supports the distribution of notes, messages, and ASCII text documents. SMTP
can support formats other than plain text by using the Multipurpose Internet
Mail Extensions (MIME) protocol. MIME is the Internet standard for sending
mail with headers that describe the contents of the mail messages to the receiving
client. These messages can contain video, audio, or binary parts.</p>
<div class="section"><h4 class="sectiontitle">About SMTP e-mail delivery</h4><p>In order for e-mail to
reach its destination, SMTP must be able to deliver it to both the correct
host and user ID that resides on that host. Suppose that mail is sent to bobsmith@mycompany.com.</p>
<p>First,
SMTP checks to see if the e-mail addressee (bobsmith) is a user on the local
server. If SMTP determines that it is not, SMTP forwards the e-mail to the
next host server. The next host might or might not be the final host. SMTP
determines the name of the host from addressing information that is found
in the SMTP protocol.</p>
<p> SMTP then resolves the host's address by using
either the domain name server or the local host table. The host name is what
people use as a part of their e-mail account (mycompany.com); the IP address
is what SMTP uses to find the correct mail server to send mail to (192.1.1.10).
See the DNS topic for complete information about DNS.</p>
<p>These topics relate
DNS to SMTP:</p>
<ul><li>Setting up your DNS domain</li>
<li>Mail and mail exchange (MX) records</li>
</ul>
<p>For inbound e-mail, the SMTP server first converts the destination
host name into an Internet Protocol (IP) address. Because of the aliasing
function, the server can have several host names. Therefore, the SMTP server
uses the sockets interface to determine if the IP address is one of those
used by the interfaces for the local host.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzairoverview.htm" title="You depend on electronic mail (e-mail) as an essential business tool. The iSeries server uses protocols, like Simple Message Transfer Protocol (SMTP) and Post Office Protocol (POP), to make your e-mail run smoothly and efficiently on the network.">E-mail concepts</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="../rzakk/rzakkkickoff.htm">DNS</a></div>
<div><a href="../rzakk/rzakkmailmx.htm">Mail and MX records</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="../rzakk/rzakkconceptdomainisp.htm">Setting up your DNS domain</a></div>
<div><a href="rzairconfigem.htm" title="You can set up e-mail by configuring TCP/IP, setting up Simple Mail Transfer Protocol (SMTP) and Post Office Protocol (POP) servers, and starting the e-mail servers. You can set up your iSeries server to be an e-mail server.">Configure e-mail</a></div>
</div>
</div>
</body>
</html>