Сообщения
Сообщения за октябрь, 2022
Как установить/заменить сертификат SSL/TLS на Microsoft Exchange Server 2013/2016
- Получить ссылку
- X
- Электронная почта
- Другие приложения
Как установить/заменить сертификат SSL/TLS на Microsoft Exchange Server 2013/2016 https://www.linuxshop.ru/forum/f36/t41607--resheno-kak-ustanovitzamenit-sertifikat-ssltls-na-microsoft-exchange-server-20132016.html Пытаюсь заменить старый сертификат на новый и подключить tls для SMTP Удалил старый, добавлен новый но как его подключить к SMTP не могу понять Галочка в настройках сертификата стоит. проверяю так: openssl s_client -connect mx.nameserver.com:465 -starttls smtp CONNECTED(00000003) didn't found starttls in server response, try anyway... Цитировать Имя Системный Администратор - Филиппов Денис Administrator Сообщений: 618 Баллов: 8901 Рейтинг: 0 Регистрация: 09.02.2011 0 #2 26.07.2022 19:45:14 РЕШЕНИЕ: 1. Все команды выполняются через Exchange Management Shell Как вообще посмотреть какой сертификат подключен как TLSCertificateName Get-ReceiveConnector | Select Identity,TLSCertificateName | Out-GridView ...
установка и привязка сертификата
- Получить ссылку
- X
- Электронная почта
- Другие приложения
mport-ExchangeCertificate -Server "SRV-VM-EX-BK" -FileData ([System.IO.File]::ReadAllBytes('\\Srv-vm-ex-bk\cert\_.fbk.ru.pfx')) -PrivateKeyExportable:$true Import-ExchangeCertificate -Server "SRV-EXCH-2" -FileData ([System.IO.File]::ReadAllBytes('\\Srv-vm-ex-bk\cert\_.fbk.ru.pfx')) -PrivateKeyExportable:$true Import-ExchangeCertificate -Server "SRV-VM-EX" -FileData ([System.IO.File]::ReadAllBytes('\\Srv-vm-ex-bk\cert\_.fbk.ru.pfx')) -PrivateKeyExportable:$true Import-ExchangeCertificate -Server "SRV-VM-EX3" -FileData ([System.IO.File]::ReadAllBytes('\\Srv-vm-ex-bk\cert\_.fbk.ru.pfx')) -PrivateKeyExportable:$true Enable-ExchangeCertificate -Server "SRV-VM-EX-BK" -Thumbprint 67E7F59134EA61CE74B32CD05CA69B56F5FCD821 -Services SMTP,IIS Processing data for a remote command failed with the following error message: [ClientAccessServer=SRV-VM-EX-BK,BackEndS erver=srv-vm-ex-bk.msk.fbk.ru,RequestId=62958e88-fd48-4...
Найти почтовые ящики с переадресацией почты в Exchange
- Получить ссылку
- X
- Электронная почта
- Другие приложения
Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select Name, PrimarySMTPAddress, ForwardingAddress, DeliverToMailboxAndForward ################################### # Exchange Mailbox_Forwarding.ps1 # # Created By mel9484 # # Date : 03/22/13 # ################################### $Header = "<h1><center>Mailboxes with Forwarding Address</center></h1>" $filehtml = "C:\Forwarding_Report.html" #Define CSS for the HTML Report $CSS = "<style type=`"text/css`"> TABLE{ direction:LTR; border-collapse:collapse; border-style: solid; border-width: 2px; border-Color: Black; font-family: Calibri; } td{ direction: LTR; border-style: solid; border-width: 2px; border-Color: Black; font-family: Calibri; background-repeat: no-repeat; background-position: center; } th{ border-style: solid; border-width: 2px; border-color: Black; background-color:...
Let’s Encrypt выпуск и установка
- Получить ссылку
- X
- Электронная почта
- Другие приложения
https://www.win-acme.com/ https://alukashin.ru/ustanovka-besplatnogo-free-let-s-encrypt-sertifikata-dlya-exchange-server/ https://alukashin.ru/ustanovka-ssl-sertifikata-na-exchange-2016/ https://www.linuxshop.ru/forum/f36/t41615--resheno-ustanovka-lets-encrypt-ssl-sertifikat-na-exchange.html Import-ExchangeCertificate -Server "mbx1" -FileData ([System.IO.File]::ReadAllBytes('\\mbx1\PFX\_.alukashin.ru.pfx')) -PrivateKeyExportable:$true
Zero-day Vulnerabilities in Microsoft Exchange Server
- Получить ссылку
- X
- Электронная почта
- Другие приложения
Старая строка / новая строка. Причём раньше писали что надо с кавычками, а теперь надо без кавычек. .autodiscover\.json.@.Powershell. .*autodiscover\.json.*\@.*Powershell.* _____________________________________________________________ https://msrc-blog.microsoft.com/2022/09/29/customer-guidance-for-reported-zero-day-vulnerabilities-in-microsoft-exchange-server/ https://www.iis.net/downloads/microsoft/url-rewrite https://www.youtube.com/watch?v=SD9DSDdMgh8 ______________________________________________________________ https://www.gteltsc.vn/blog/warning-new-attack-campaign-utilized-a-new-0day-rce-vulnerability-on-microsoft-exchange-server-12715.html