mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #21] Feature Request: Enable SMTP authentication for tenant #16
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#16
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 @kayvanaarssen on GitHub (Oct 15, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/21
Originally assigned to: @KelvinTegelaar on GitHub.
Enable SMTP Auth would be nice.
We now do this with Powershell
Command used:
Check:
Get-TransportConfig | Format-List SmtpClientAuthenticationDisabledEnable SMTP:
Set-TransportConfig -SmtpClientAuthenticationDisabled $false@lwhitelock commented on GitHub (Oct 19, 2021):
For this I think it should only be allowed at a tenant level not standard and should link to https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365 saying option 2 or 3 are the recommended approach if Modern authentication is not supported, as enabling SMTP authentication reduces the security of the tenant.
@kayvanaarssen commented on GitHub (Oct 19, 2021):
@lwhitelock
Did you see how the standards work in CIPP?
You can assign them to specific tenants.
So should be fine. Like the rest of the options CIPP already offers
@lwhitelock commented on GitHub (Oct 19, 2021):
I was meaning that as it is awful for tenants security it is not something we should make easy for people to do, as it should only be done in a limited manor on a small scale.
@kayvanaarssen commented on GitHub (Oct 19, 2021):
Agree, but it is easy to do via Powershell but saves time if its in the portal.
That's the point of it.
And for clients with dynamic IPS its the only solution. Not using other tools like Sendgrid etc.