blob: 2e323cf901229fe123d3dd08a414001f8fc0b3bc [file] [log] [blame]
=== RecipientHasMXRecord
Enable to validate that the recipients of the email address domain name has a MX record advertised through DNS
that matches a supplied list of domains.
This is for instance useful when registering dynamically a public email service and ensure correct configuration
of the domain upon receival and mitigate some identity spoofing attempts on a publicly accessible platform allowing
dynamic domain registration.
Example:
....
<mailet match="RecipientHasMXRecord=mx.apache.org" class="any-class"/>
....