Exchange 2010搭建

Windows 2008服务器一台 (虚拟机)

需要安装域,DNS等配置;百度一搜就有了.

OWA 2010安装程序;中途可能要安装一些补丁

好像要装桌面体验这个功能,某些2008版本没有. 这个好坑 我弄了好久!!!!!!


然后:

Set-ReceiveConnector "Default <Servername>" -permissiongroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"


就可以尝试伪造mail发邮件了


<pre name="code" class="html">220 WIN-8GQ3ONB94LR.test.com Microsoft ESMTP MAIL Service ready at Thu, 25 Feb 2
016 11:41:11 +0800
helo localhost
250 WIN-8GQ3ONB94LR.test.com Hello [127.0.0.1]
mail from:<[email protected]>
250 2.1.0 Sender OK
rcpt to:<[email protected]>
250 2.1.5 Recipient OK
data
354 Start mail input; end with <CRLF>.<CRLF>
subject:testmail

1234567890.asdasdasd
.
250 2.6.0 <[email protected]> [Inter
nalId=8] Queued mail for delivery




220 WIN-8GQ3ONB94LR.test.com Microsoft ESMTP MAIL Service ready at Thu, 25 Feb 2
016 11:47:09 +0800
helo localhost
250 WIN-8GQ3ONB94LR.test.com Hello [127.0.0.1]
mail from:<[email protected]>
250 2.1.0 Sender OK
rcpt to:<[email protected]>
250 2.1.5 Recipient OK
data
354 Start mail input; end with <CRLF>.<CRLF>
Subject:hello
Content-Type: tesxt/html
Content-Type: text/html; Charset="UFT-8"

<html><body><h1>1</h1><h2>2</h2>
.
250 2.6.0 <[email protected]> [Inter
nalId=10] Queued mail for delivery





你可能感兴趣的:(Exchange 2010搭建)