Platforms

All


Abstract

Defines the Internet domain to be appended to all non-qualified Internet addresses in incoming mail.


Example

z/VM:

QUALIFY_DOMAIN = '.DC.LSOFT.COM'

Unix:

QUALIFY_DOMAIN=".DC.LSOFT.COM"

Windows:

QUALIFY_DOMAIN=.DC.LSOFT.COM


Details

This is mostly useful when dealing with unix systems, which often do use unqualified addresses (in violation of the Internet mail standards). In a typical non-unix-based network, this option does not need to be set. Note that this option applies only to unqualified addresses in the mail header, for example, with SUBSCRIBE. It will not qualify hostnames used with ADD or other third-party (list owner) commands.


Default Value

Determined from the Internet hostname; for instance, if your hostname is LISTSERV.XYZ.COM, the value of QUALIFY_DOMAIN will be .XYZ.COM.


Wildcards

Not allowed.