This table contains information for each ListManager instance or node. If ListManager is not clustered, there will be only entry in this table.
Key: NodeID
Field Name |
Description |
Version Added |
NodeID |
The primary key identifying this node. (int, NOT NULL ) |
|
Activation |
The activation code for this node. (varchar(100), NULL) |
|
BindDnsIP |
The IP address this node should use when connecting to the internet for DNS lookups. (varchar(15), NOT NULL) |
|
GlobalBanServerBindIP |
The IP address this node should use when connecting to the global ban server. (varchar(15), NOT NULL) |
|
HeloText |
Node-specific HELO text to display when establishing inbound SMTP connections |
9.2 |
LMAPIPort |
This is an integer field indicating which portListManager should use to listen for connections to the Soap API (v1.5 and later). |
|
MachineIPAddresses |
The IP addresses used for GUI listbox selections. (Text, NULL) |
|
MaxMegabits |
The maximum number of megabits this node should send per hour. (int, NOT NULL ) |
|
MaxMessagesPerHour |
The maximum number of messages this node should send per hour. (int, NOT NULL ) |
|
MaxOutboundSockets |
The maximum number of outbound connections this node should make. (int, NOT NULL ) |
|
NodeName |
The name of this node. (varchar(30), NULL) |
|
TclPortBindIP |
The IP address(es) this node should accept Tclport connections on. (Text, NULL) |
|
Serial |
The serial number for this node. (varchar(30), NULL) |
|
HeloText |
Node-specific HELO text to display when establishing inbound SMTP connections |
|