Releases: dotBATmanNO/PSGet-Domain-MailInfo
v1.2.0beta
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
v1.1.5
v1.1.3
v.1.1.2
Fully implement StartTLS testing
- Toggle via Command line (default: True)
- Output to CSV
- Examples and Readme
v1.1.1
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
Get-Domain-MailInfo now tests for StartTLS support
v1.0
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!