mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #1234] [Feature Request] : Email only domains in Analyser #689
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#689
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @procradminator on GitHub (Nov 24, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/1234
As some domains are not used for email could their security score be calculated with different parameters? Like a null value for MX record give green etc? Maybe it could look for a TXT record with a value of "not_used_for_email" to report accordingly?
@procradminator commented on GitHub (Nov 24, 2022):
I wonder if I can remember my issue number for this?
@procradminator commented on GitHub (Nov 24, 2022):
Actually, scrap the dedicated TXT record, this would do.
If TXT record exists of “v=spf1 -all”
@JohnDuprey commented on GitHub (Nov 24, 2022):
Hey @procradminator! We already have Null MX support built in, including extra checks to help prevent your domain from being abused for spoofing.
@procradminator commented on GitHub (Nov 24, 2022):
Well, the little question marks offering to take me to "Null DKIM documentation" don't seem to work. Is that just me or a seperate issue that needs raising?
@JohnDuprey commented on GitHub (Nov 24, 2022):
There's just one info link on the MX record: https://github.com/KelvinTegelaar/CIPP-API/blob/master/MailProviders/Null.json
@procradminator commented on GitHub (Nov 24, 2022):
I'm guessing once I've correctly added all the relevant records this request will no longer be relevant so it can be removed. TIA.
@KelvinTegelaar commented on GitHub (Nov 25, 2022):
Removed, thanks for reporting anyway :)