The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

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.