天天看點

PowerShell配置Exchange Server集線器配置

建立接收域 

new-AcceptedDomain -Name 'doubi.ren' -DomainName 'doubi.ren' -DomainType 'Authoritative' 

———————————————————————————————————————————————— 

建立電子郵件位址政策 

new-EmailAddressPolicy -Name 'doubi.ren' -RecipientContainer 'DoubiOA.CN' -IncludedRecipients 'AllRecipients' -Priority '最低' -EnabledEmailAddressTemplates 'SMTP:%[email protected]

更新電子郵件位址政策 

update-EmailAddressPolicy -Identity 'doubi.ren' 

調整imap4身份驗證為“純文字登入“ 

Set-ImapSettings -Server 'PEKDC1-CAS-01' -LoginType ‘PlainTextLogin' 

______________________________________________________________________________________ 

調整pop3身份驗證為“純文字登入“ 

Set-PopSettings -Server 'PEKDC1-CAS-01' -LoginType 'PlainTextLogin'

本文轉自wangtingdong 51CTO部落格,原文連結:http://blog.51cto.com/tingdongwang/1661388,如需轉載請自行聯系原作者

繼續閱讀