Mail::MXplus - Perl extension for testing if a domain and IP pass the MX+ test


Mail-MXplus documentation  | view source Contained in the Mail-MXplus distribution.

Index


NAME

Top

Mail::MXplus - Perl extension for testing if a domain and IP pass the MX+ test

SYNOPSIS

Top

  use Mail::MXplus;
  mxplus($domain, $ip);

ABSTRACT

Top

Test if a domain and IP pass the MX+ test The MX+ test passes if the MX of the domain matches the IP, or if the rDNS of the IP is a subdomain of the domain (or is the domain)

DESCRIPTION

Top

Test if a domain and IP pass the MX+ test The MX+ test passes if the MX of the domain matches the IP, or if the rDNS of the IP is a subdomain of the domain (or is the domain)

SEE ALSO

Top

http://www.mxplus.org

AUTHOR

Top

Scott Nelson

COPYRIGHT AND LICENSE

Top


Mail-MXplus documentation  | view source Contained in the Mail-MXplus distribution.