The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

ABSTRACT

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

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

http://www.mxplus.org

AUTHOR

Scott Nelson

COPYRIGHT AND LICENSE

Copyright 2005 by Hurricane Electric

This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.