Skip to content

Releases: dotBATmanNO/PSGet-Domain-MailInfo

v1.2.0beta

19 May 12:51
a986cb5

Choose a tag to compare

v1.2.0beta Pre-release
Pre-release

Added a column to extract the DMARC Policy to make it easier to find p=none / p=quarantine / p=reject.

Also started work to check domain e-mail policies against requirements published by service providers.

E.g. bulk email requirements by Microsoft which I understand to be
# SPF + DKIM + DMARC required
# DMARC policy: p=none (or better), strict SPF (aspf=s) and/or DKIM (adkim=s) alignment

Source: https://techcommunity.microsoft.com/blog/microsoftdefenderforoffice365blog
Blog: "Strengthening-email-ecosystem-outlook’s-new-requirements-for-high‐volume-senders"

v.1.1.7

08 Oct 18:50

Choose a tag to compare

Will check enabled mail policies even if there is no MX record. Fixes issue #19.

v1.1.5

08 Oct 18:20

Choose a tag to compare

Fixes issue #11, you will now be able to specify which DNS server to use.

v1.1.3

08 Oct 13:01
80e0742

Choose a tag to compare

Resolved Issue #12, will now handle multi-line SPF records.

v.1.1.2

05 Jul 12:45

Choose a tag to compare

Fully implement StartTLS testing

  • Toggle via Command line (default: True)
  • Output to CSV
  • Examples and Readme

v1.1.1

04 Feb 08:58
c823777

Choose a tag to compare

v1.0
Check and report on mail protection implemented for one or more domains.
SPF, DMARC, DKIM.

v1.1
Added StartTLS testing

v1.1.1
fixed bug in StartTLS testing. Note: StartTLS is still not included in .csv output.

v1.1

23 Jan 06:00
dbfcbdb

Choose a tag to compare

Get-Domain-MailInfo now tests for StartTLS support

v1.0

30 Oct 06:32

Choose a tag to compare

The current code achieves the initial goals that were set for this script.
Please help take the tool further by suggesting new functionality or ironing out any bugs you have spotted.

#BECareful out there!