231 lines
7.4 KiB
HTML
231 lines
7.4 KiB
HTML
|
|
||
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>Remove SMTP List Entry (RMVSMTPLE)</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body bgcolor="white">
|
||
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<a name="RMVSMTPLE.Top_Of_Page"></a>
|
||
|
<h2>Remove SMTP List Entry (RMVSMTPLE)</h2>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
||
|
<b>Threadsafe: </b>No
|
||
|
</td>
|
||
|
<td valign="top" align="right">
|
||
|
<a href="#RMVSMTPLE.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RMVSMTPLE.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RMVSMTPLE.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RMVSMTPLE"></a>
|
||
|
<p>The Remove SMTP List Element (RMVSMTPLE) command is used to remove elements from SMTP configuration lists. These lists may be enabled or disabled using the Change SMTP Attributes (CHGSMTPA) command or from the SMTP Properties panel in iSeries Navigator. The changes take effect the next time the SMTP server is started either by the Start TCP/IP (STRTCP) command or by the Start TCP/IP Server (STRTCPSVR) command.
|
||
|
</p>
|
||
|
<p><b>Restrictions:</b>
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>You must have input/output system configuration (*IOSYSCFG) special authority to use this command.
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RMVSMTPLE.PARAMETERS.TABLE">Parameters</a></h3>
|
||
|
<table border="1" cellpadding="4" cellspacing="0">
|
||
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
||
|
<tr>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSMTPLE.TYPE"><b>TYPE</b></a></td>
|
||
|
<td valign="top">List type</td>
|
||
|
<td valign="top">*ACCEPT, *REJECT, *NEAR, *DOMAIN, *SVRBIND, *CLTBIND, *ETRNSVR, *FTRSUBJECT, *FTRORIGIN, *FTRFILNAME, *FTRTYPE</td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSMTPLE.INTNETADR"><b>INTNETADR</b></a></td>
|
||
|
<td valign="top">Internet address</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSMTPLE.SUBNETMASK"><b>SUBNETMASK</b></a></td>
|
||
|
<td valign="top">Subnet mask</td>
|
||
|
<td valign="top"><i>Character value</i>, <b><u>'255.255.255.255'</u></b></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSMTPLE.HOSTNAME"><b>HOSTNAME</b></a></td>
|
||
|
<td valign="top">Host name</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVSMTPLE.FTRDATA"><b>FTRDATA</b></a></td>
|
||
|
<td valign="top">Filter data</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RMVSMTPLE.TYPE"></a>
|
||
|
<h3>List type (TYPE)</h3>
|
||
|
<p>Specifies which list to remove the element from.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>*ACCEPT</b></dt>
|
||
|
<dd>Removes the selected item from the Accept Relay list.
|
||
|
</dd>
|
||
|
<dt><b>*REJECT</b></dt>
|
||
|
<dd>Removes the selected item from the Reject Relay list.
|
||
|
</dd>
|
||
|
<dt><b>*NEAR</b></dt>
|
||
|
<dd>Removes the selected item from the Near Domain list.
|
||
|
</dd>
|
||
|
<dt><b>*DOMAIN</b></dt>
|
||
|
<dd>Removes the selected item from the Domains list.
|
||
|
</dd>
|
||
|
<dt><b>*SVRBIND</b></dt>
|
||
|
<dd>Removes the selected item from the Server Bind list.
|
||
|
</dd>
|
||
|
<dt><b>*CLTBIND</b></dt>
|
||
|
<dd>Removes the selected item from the Client Bind list.
|
||
|
</dd>
|
||
|
<dt><b>*ETRNSVR</b></dt>
|
||
|
<dd>Removes the selected item from the ETRN Server list.
|
||
|
</dd>
|
||
|
<dt><b>*FTRSUBJECT</b></dt>
|
||
|
<dd>Removes the selected item from the Subject comparison list.
|
||
|
</dd>
|
||
|
<dt><b>*FTRORIGIN</b></dt>
|
||
|
<dd>Removes the selected item from the Originator's address comparison list.
|
||
|
</dd>
|
||
|
<dt><b>*FTRFILNAME</b></dt>
|
||
|
<dd>Removes the selected item from the Filename / extension comparison list.
|
||
|
</dd>
|
||
|
<dt><b>*FTRTYPE</b></dt>
|
||
|
<dd>Removes the selected item from the Type / subtype comparison list.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVSMTPLE.INTNETADR"></a>
|
||
|
<h3>Internet address (INTNETADR)</h3>
|
||
|
<p>Specifies the internet address to remove from the specified list. This address should be in dotted decimal format.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVSMTPLE.SUBNETMASK"></a>
|
||
|
<h3>Subnet mask (SUBNETMASK)</h3>
|
||
|
<p>Specifies the mask to use with the internet address.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>255.255.255.255</u></b></dt>
|
||
|
<dd>This value selects only a single address value.
|
||
|
</dd>
|
||
|
<dt><b><i> subnet-mask</i></b></dt>
|
||
|
<dd>The mask to use with the internet address. Valid mask values are 128.0.0.0 - 255.255.255.255
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVSMTPLE.HOSTNAME"></a>
|
||
|
<h3>Host name (HOSTNAME)</h3>
|
||
|
<p>Specifies the host name to remove from the list.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVSMTPLE.FTRDATA"></a>
|
||
|
<h3>Filter data (FTRDATA)</h3>
|
||
|
<p>Specifies the data to remove from matching when filtering.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVSMTPLE.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Removing an Element from the Accept Relay list</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RMVSMTPLE TYPE(*ACCEPT) INTNETADR('1.2.3.4')
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command removes the address 1.2.3.4 with netmask 255.255.255.255. This means that this address can NOT be used to connect to the SMTP server to relay mail to another server.
|
||
|
</p>
|
||
|
<p><b>Example 2: Removing an Element from the Subject Filter list</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RMVSMTPLE TYPE(*FTRSUBJECT) FTRDATA('Love you.')
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command removes an element from the Subject Filter list. Mail will NOT be checked for the subject 'Love you.'
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVSMTPLE.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>TCP1901</b></dt>
|
||
|
<dd>Internet address &1 not valid.
|
||
|
</dd>
|
||
|
<dt><b>TCP1903</b></dt>
|
||
|
<dd>Specified host name not valid.
|
||
|
</dd>
|
||
|
<dt><b>TCP264F</b></dt>
|
||
|
<dd>SUBNETMASK parameter value &2 not valid.
|
||
|
</dd>
|
||
|
<dt><b>TCP265F</b></dt>
|
||
|
<dd>INTNETADR parameter value &2 not valid.
|
||
|
</dd>
|
||
|
<dt><b>TCP8050</b></dt>
|
||
|
<dd>*IOSYSCFG authority required to use &1.
|
||
|
</dd>
|
||
|
<dt><b>TCP96AD</b></dt>
|
||
|
<dd>Entry not found in SMTP list type &1.
|
||
|
</dd>
|
||
|
<dt><b>CPF9847</b></dt>
|
||
|
<dd>Error occurred while closing file &1 in library &2.
|
||
|
</dd>
|
||
|
<dt><b>CPF9848</b></dt>
|
||
|
<dd>Cannot open file &1 in library &2 member &3.
|
||
|
</dd>
|
||
|
<dt><b>CPF9849</b></dt>
|
||
|
<dd>Error while processing file &1 in library &2 member &3.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVSMTPLE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|