From fa54615156df58b930c1c5ed6f51764bb1c2220a Mon Sep 17 00:00:00 2001 From: OneVth Date: Tue, 7 Jul 2026 12:58:17 +0900 Subject: [PATCH] fix(ko): remove stray paste artifact in M365 SMTP guide --- .../rustdesk-server-pro/smtp/microsoft-365/_index.ko.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/smtp/microsoft-365/_index.ko.md b/content/self-host/rustdesk-server-pro/smtp/microsoft-365/_index.ko.md index 945151a1..26b8f02d 100644 --- a/content/self-host/rustdesk-server-pro/smtp/microsoft-365/_index.ko.md +++ b/content/self-host/rustdesk-server-pro/smtp/microsoft-365/_index.ko.md @@ -177,13 +177,6 @@ Get-EXOMailbox -Identity "no-reply@xxx.com" | Format-List DisplayName,PrimarySmt New-Mailbox -Shared -Name "No Reply" -Alias no-reply -DisplayName "No Reply" -PrimarySmtpAddress no-reply@xxx.com ``` -이미 존재합니다 -서비스 -서버 -별명 - - - 사서함이 이미 존재하는 경우, `Add-MailboxPermission -Identity ...`에서 사용하는 값이 사서함의 실제 주소, 별명 또는 다른 해결 가능한 사서함 식별자인지 확인하십시오. ![](/docs/en/self-host/rustdesk-server-pro/smtp/microsoft-365/images/18-Powershell-Add-MailboxPermission.png) @@ -228,4 +221,4 @@ RustDesk는 Exchange 서비스 주체 `Identity`를 요청하지 않지만, 이 - Microsoft Learn: [Authenticate an IMAP, POP or SMTP connection using OAuth](https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth). Exchange Online 앱 권한 및 서비스 주체 단계에 사용됩니다. - Microsoft Learn: [Enable or disable authenticated client SMTP submission (SMTP AUTH) in Exchange Online](https://learn.microsoft.com/en-us/Exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission). `Authenticated SMTP` 확인 및 활성화에 사용됩니다. -- Microsoft Learn: [Create shared mailboxes in the Exchange admin center](https://learn.microsoft.com/en-us/exchange/collaboration/shared-mailboxes/create-shared-mailboxes). 공유 사서함을 생성하는 데 사용됩니다. \ No newline at end of file +- Microsoft Learn: [Create shared mailboxes in the Exchange admin center](https://learn.microsoft.com/en-us/exchange/collaboration/shared-mailboxes/create-shared-mailboxes). 공유 사서함을 생성하는 데 사용됩니다.