MailPolicyExplainer

1.4.0

Explains a domain's email DNS records, including MX, SPF, DKIM, DMARC, and more.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name MailPolicyExplainer

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name MailPolicyExplainer

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018, 2020, 2023-2024 Colin Cogle. All rights reserved.

Package Details

Author(s)

  • Colin Cogle

Tags

email mail SPF DKIM DMARC BIMI DNSSEC DANE MTA-STS MX TLSRPT STARTTLS domainkey TLS TLSA ADSP DNS policy SenderID tester Reporting Test Exchange Office365 Google Network Cloud security audit IPv4 IPv6 SMTP RSA Ed25519 Windows MacOS Linux

Functions

Test-MailPolicy Test-MXRecord Test-IPVersions Test-DkimSelector Test-AdspRecord Test-DmarcRecord Test-BimiSelector Test-MtaStsPolicy Test-SmtpTlsReportingPolicy Test-SpfRecord Test-DaneRecord Invoke-GooglePublicDnsApi

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

- Test-DkimRecord will emit the full DKIM TXT record to the verbose stream.
- DNSSEC-authenticated denial-of-existence is now shown by default.
- Added the `-DisableDnssecVerification` switch to most cmdlets to disable all DNSSEC checks (except for DANE).
- Removed the `ip4:` qualifier from parser output.
- Line endings for MTA-STS policy files are now parsed correctly on Windows PowerShell 5.1.

FileList

Version History

Version Downloads Last updated
1.4.0 (current version) 21 4/4/2024
1.3.4 40 1/25/2024
1.3.3 12 1/19/2024
1.3.2 21 12/9/2023
1.3.1 9 12/7/2023
1.3.0 26 11/7/2023
1.2.0 11 10/20/2023
1.1.0 8 10/19/2023
1.0.0 16 10/15/2023
Show more