码迷,mamicode.com
首页 > 系统相关 > 详细

PowerShell配置Exchange Server集线器配置

时间:2015-06-12 22:22:01      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:集线器   imap   pop   

新建接收域
new-AcceptedDomain -Name ‘doubi.ren‘ -DomainName ‘doubi.ren‘ -DomainType ‘Authoritative‘
————————————————————————————————————————————————
新建电子邮件地址策略
new-EmailAddressPolicy -Name ‘doubi.ren‘ -RecipientContainer ‘DoubiOA.CN‘ -IncludedRecipients ‘AllRecipients‘ -Priority ‘最低‘ -EnabledEmailAddressTemplates ‘SMTP:%m@doubi.ren‘
————————————————————————————————————————————————
更新电子邮件地址策略
update-EmailAddressPolicy -Identity ‘doubi.ren‘
————————————————————————————————————————————————
调整imap4身份验证为“纯文本登录“
Set-ImapSettings -Server ‘PEKDC1-CAS-01‘ -LoginType ‘PlainTextLogin‘
______________________________________________________________________________________
调整pop3身份验证为“纯文本登录“
Set-PopSettings -Server ‘PEKDC1-CAS-01‘ -LoginType ‘PlainTextLogin‘

本文出自 “笨鸟先飞” 博客,请务必保留此出处http://tingdongwang.blog.51cto.com/1056852/1661388

PowerShell配置Exchange Server集线器配置

标签:集线器   imap   pop   

原文地址:http://tingdongwang.blog.51cto.com/1056852/1661388

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!