Summary of dnsbypass_fields for ListManager

This table allows users to configure explicit servers to provide DNS information.

This is normally used when Aurea List Manager is behind a firewall and there are mail servers also behind the firewall that should be connected to directly, without going out the firewall and coming back in. The mail server may not have a publicly known address, so this table provides a location to tell Aurea List Manager about an internal DNS server that knows about the internal-only domains.

This table also has the default root servers. If you known that your physical location is best served by a subset of these root servers the additional entries can be removed. These root servers are only used to provide a starting place if no other information is known about the domain.

Removing all the root servers causes Aurea List Manager to be unable to send mail. Providing only local DNS servers as the root server may or may not allow Aurea List Manager to function, depending on the configuration of that DNS server, but causes it to perform more slowly.

Subsequent requests for data, for example from the GTLD's, is not be asked of the local DNS server, unless these are also bypassed.

Primary key: UniqueID_

Field Name

Description

Version Added

UniqueID_

An auto-numbering field to provide a unique ID for this row. (int, NOT NULL)

Domain_

The domain that this bypass information applies to. The domain should be in lower-case. (varchar(200), NOT NULL)

HostName_

A name for the host. (varchar(200), NOT NULL)

Type_

Is this a MX (15) or an A (2) record type? (tinyint, NOT NULL)

Address_

The address of the DNS server, in dot-pair string notation. (ex: 222.11.22.11) (varchar(15), NOT NULL)