溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

客戶端outlook 自動(dòng)配置用戶郵箱

發(fā)布時(shí)間:2020-07-29 15:50:39 來(lái)源:網(wǎng)絡(luò) 閱讀:1832 作者:windyma 欄目:系統(tǒng)運(yùn)維

當(dāng)我們的郵箱平臺(tái)屬于第三方而非微軟exchange時(shí),客戶端outlook如何自動(dòng)配置用戶郵箱類似于exchange郵件平臺(tái)一樣呢?

OK,按我的方法來(lái)做

第一、新建 一個(gè)autodiscover.xml文件內(nèi)容如下(內(nèi)容我暫不作解析了,假設(shè)郵件服務(wù)器域名為:mail.xx.com):

<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>POP3</Type>
<Server>mail.xx.com</Server>
<Port>995</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>mail.xx.com</Server>
<Port>465</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<UsePOPAuth>on</UsePOPAuth>
<SMTPLast>on</SMTPLast>
</Protocol>
<Protocol>
<Type>IMAP</Type>
<Server>mail.xx.com</Server>
<Port>993</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
</Account>
</Response>
</Autodiscover>

第二、你得有一個(gè)https web站點(diǎn)把a(bǔ)utodiscover.xml上傳到站點(diǎn)主目錄的autodiscover目錄下

第三、在你的DNS系統(tǒng)里新建A記錄  autodiscover.xx.com 指向你上面的 web服務(wù)器地址,讓鏈接: https://autodiscover.xx.com/autodiscover/autodiscover.xml 是可以正常訪問(wèn)的

第四、在你的內(nèi)部DNS系統(tǒng)的_tcp下新建一 服務(wù)(SRV)記錄 ,內(nèi)容為:

域(M):你自己的內(nèi)部域  自動(dòng)生成

服務(wù)(S):_autodiscover

協(xié)議(P):_tcp

優(yōu)先級(jí)(O):0

權(quán)重(W):0

端口號(hào)(N):443

提供此服務(wù)的主機(jī)(H):autodiscover.xx.com

到此我們已經(jīng)全部完成,在outlook自動(dòng)配置完成后,請(qǐng)按下圖位置勾選擇上,以免發(fā)送郵件失敗

客戶端outlook 自動(dòng)配置用戶郵箱

敢快去試試吧?如果有什么問(wèn)題可以給我留言


向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI