Skip to content

Commit 7444081

Browse files
committed
Updates to SmtpClientAuthenticationDisabled param per email
1 parent c5154ca commit 7444081

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

exchange/exchange-ps/exchange/Set-CASMailbox.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,20 +1280,15 @@ This parameter is available only in the cloud-based service.
12801280
The SmtpClientAuthenticationDisabled parameter specifies whether to disable authenticated SMTP (SMTP AUTH) for the mailbox. Examples of clients and services that require authenticated SMTP to send email messages include:
12811281
12821282
- POP3 and IMAP4 clients.
1283-
12841283
- Devices with scan to email capability.
1285-
12861284
- Workflow applications that send email notifications.
1287-
12881285
- Online services that send messages using internal email addresses in the organization.
12891286
12901287
Valid values for this parameter are:
12911288
12921289
- $true: Authenticated SMTP is disabled for the mailbox.
1293-
12941290
- $false: Authenticated SMTP is enabled for the mailbox.
1295-
1296-
- blank ($null): This is the default value. The authenticated SMTP setting for the mailbox is controlled by the corresponding SmtpClientAuthenticationDisabled parameter on the Set-TransportConfig cmdlet for the whole organization. By default, authenticated SMTP is enabled for the organization ($false), which means authenticated SMTP is also enabled for the mailbox.
1291+
- blank ($null): This is the default value. The authenticated SMTP setting for the mailbox is controlled by the corresponding SmtpClientAuthenticationDisabled parameter on the Set-TransportConfig cmdlet for the whole organization.
12971292
12981293
To selectively enable authenticated SMTP for specific mailboxes only: disable authenticated SMTP at the organizational level ($true), enable it for the specific mailboxes ($false), and leave the rest of the mailboxes with their default value ($null).
12991294

exchange/exchange-ps/exchange/Set-TransportConfig.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,18 +1199,14 @@ This parameter is available only in the cloud-based service.
11991199
The SmtpClientAuthenticationDisabled parameter specifies whether to disable authenticated SMTP (SMTP AUTH) for the whole organization. Examples of clients and services that require authenticated SMTP to send email messages include:
12001200
12011201
- POP3 and IMAP4 clients.
1202-
12031202
- Devices with scan to email capability.
1204-
12051203
- Workflow applications that send email notifications.
1206-
12071204
- Online services that send messages using internal email addresses in the organization.
12081205
12091206
Valid values for this parameter are:
12101207
1211-
- $true: Authenticated SMTP is disabled.
1212-
1213-
- $false: Authenticated SMTP is enabled. This is the default value.
1208+
- $true: Authenticated SMTP is disabled. This is the default value for organizations created after January 2020.
1209+
- $false: Authenticated SMTP is enabled.
12141210
12151211
The corresponding parameter that controls authenticated SMTP on individual mailboxes is the SmtpClientAuthenticationDisabled parameter on the Set-CASMailbox cmdlet. The default mailbox value is blank ($null), which means the mailbox setting is controlled by this organizational setting.
12161212

0 commit comments

Comments
 (0)