This table contains IP address and connection information for sites. Each site should have one and only
one entry in this table for each node.
Field Name
|
Description
|
Version Added
|
AddressID
|
The primary key for this entry. (int(4), NOT NULL )
|
|
SiteID
|
The identifier for this row in sites_. (int(4), NOT NULL )
|
|
NodeID
|
The identifier for this row in lyrConfigNodeSettings. (int(4), NOT NULL )
|
|
SMTPInAddress
|
The IP address to accept SMTP connections for this site. (varchar(15), NULL)
|
|
SMTPInBanner
|
The banner to display for connections to this IP address. (varchar(50), NULL)
|
|
NNTPAddress
|
The IP address to use for NNTP connections. (varchar(15), NULL)
|
|
NNTPBanner
|
The banner to display for NNTP connections. (varchar(50), NULL)
|
|