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

96 lines
6.2 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="task" />
<meta name="DC.Title" content="Host a Domino and SMTP server on the same iSeries server" />
<meta name="abstract" content="If you are running Domino and Simple Mail Transfer Protocol (SMTP) on the same iSeries server, it is recommended that you configure each one to bind to a specific IP address. This topic provides the steps for configuring the SMTP server to use a specific Internet address." />
<meta name="description" content="If you are running Domino and Simple Mail Transfer Protocol (SMTP) on the same iSeries server, it is recommended that you configure each one to bind to a specific IP address. This topic provides the steps for configuring the SMTP server to use a specific Internet address." />
<meta name="DC.Relation" scheme="URI" content="rzairadmnmail.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzajb/rzajbrzajb0ippacketsecuritysd.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="rzairrzairstack" />
<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>Host a Domino and
SMTP server on the same iSeries server</title>
</head>
<body id="rzairrzairstack"><a name="rzairrzairstack"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Host a Domino and
SMTP server on the same iSeries server</h1>
<div><p>If you are running Domino<sup>®</sup> and Simple Mail Transfer Protocol
(SMTP) on the same iSeries™ server, it is recommended that you configure
each one to bind to a specific IP address. This topic provides the steps for
configuring the SMTP server to use a specific Internet address.</p>
<div class="section"><p>When hosting Domino and SMTP server on the same iSeries server,
you should bind each server to an IP address. Mail is then sent to users of Domino or
SMTP using the appropriate IP address and although it shares a port, the mail
is only handled by the server for which it is intended.</p>
<p>To
force the SMTP server to use a specific Internet address for iSeries servers
running OS/400<sup>®</sup> V5R1
or later or running i5/OS™ V5R3 or later, follow these steps:</p>
</div>
<ol><li class="stepexpand"><span>In iSeries Navigator,
select <span class="menucascade"><span class="uicontrol">your iSeries Server</span> &gt; <span class="uicontrol">Network</span> &gt; <span class="uicontrol">Servers</span> &gt; <span class="uicontrol">TCP/IP</span></span>.</span></li>
<li class="stepexpand"><span>Right-click <span class="uicontrol">SMTP</span> and select <span class="uicontrol">Properties</span>.</span></li>
<li class="stepexpand"><span>Click the <span class="uicontrol">Bindings</span> tab.</span></li>
<li class="stepexpand"><span>Select the <span class="uicontrol">Use all interfaces</span> radio
button, to bind all interfaces to port 25.</span></li>
<li class="stepexpand"><span>Select the <span class="uicontrol">Select an interface</span> radio
button, to specify the client and server bound interfaces that you would like
to bind.</span> <div class="note"><span class="notetitle">Note:</span> If you want to use network address translation (NAT)
either on iSeries server
or on your firewall, you must force the iSeries SMTP client to use one specific
Internet address.</div>
</li>
<li class="stepexpand"><span>Click <span class="uicontrol">OK</span>.</span></li>
</ol>
<div class="section"><p>To force the SMTP server to use a specific Internet
address, for iSeries servers
running OS/400 V5R1
or earlier, follow these steps:</p>
<ol><li>In the iSeries character-based
interface, type: <samp class="codeph">CRTDTAARA DTAARA(QUSRSYS/QTMSSBNDIP) TYPE(*CHAR)
LEN(16) VALUE('<em>Internet address</em>') AUT(*USE)</samp> This creates a
data area that contains the specific Internet address.</li>
<li>Stop and start the SMTP server. In the character-based interface, type:
<samp class="codeph">ENDTCPSVR *SMTP</samp></li>
<li>Type: <samp class="codeph">STRTCPSVR *SMTP</samp></li>
</ol>
<p>To force the <dfn class="term">SMTP client </dfn>to use a specific
Internet address, before OS/400 V5R1, follow the same steps, except in step
1 create the data area: <samp class="codeph">DTAARA(QUSRSYS/QTMSCBNDIP)</samp></p>
<p>Now
SMTP receives only mail that is addressed to this Internet address. Check
the Domain Name System (DNS) server, local host table, and system distribution
directory to ensure that this forced Internet address is present.</p>
<p>Refer
to the <a href="http://www-1.ibm.com/servers/eserver/iseries/domino/library.htm" target="_blank">Domino reference library</a> for instructions on
how to bind Domino SMTP
to a specific TCP/IP address. </p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzairadmnmail.htm" title="As an experienced user or administrator, you can manage e-mail servers, users, and messages to ensure distribution of e-mail in your network.">Manage e-mail</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="../rzajb/rzajbrzajb0ippacketsecuritysd.htm">Network Address Translation (NAT)</a></div>
</div>
</div>
</body>
</html>