TCPOPTS parameter

From m204wiki
Revision as of 00:57, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Default value
X'00'
Parameter type
System
Where set
View-only
Related products
All
Introduced
Model 204 V7.4

Description

The TCP/IP options in use, either IPv6 or IPv4 addressing. The value of TCPOPTS is set by Model 204 based on the addresses that you supplied for the SMTPCADD and SMTPSADD parameters.

The values for TCPOPTS are as follows:

ValueDescription
X'00'SMTP is an IPv4 address. This is the default.
X'01'SMTP client is an IPv6 address. (You supplied an IPv6-format address to SMTPCADD.)
X'02'SMTP server is an IPv6 address. (You supplied an IPv6-format address to SMTPSADD.)

For more information, see SMTPCADD: SMTP client address and SMTPSADD: SMTP server address.