在Exchange2010的OWA中,默认不提供SMTP、POP及IMAP相关信息。如何才能将SMTP、POP、IMAP的连接信息发布到OWA中,方便使用POP、IMAP方式收发邮件的用户,可以根据提示信息自行配置客户端。
要在OWA中发布SMTP、POP、IMAP的连接设置信息,需要修改服务器设置。
打开EMS命令控制台,首先输入“Get-PopSettings | FL”来查看ExternalConnetionSetting 字段是否设置完成。
650) this.width=650;" title="clip_image002" border="0" alt="clip_image002" height="260" src="/d/ezdimg/2023022002/ncifa30betc179639.webp" data-src="/d/ezdimg/2023022002/cgbvw0mvtxi179641.webp">
如果设置为空,请输入
Set-PopSettings -ExternalConnectionSettings "mail.contoso.com:110:tls"
Set-IMAPSettings -ExternalConnectionSettings "mail.contoso.com:143:tls"
来设置所要发布的连接地址及端口号。
650) this.width=650;" title="clip_image004" border="0" alt="clip_image004" height="42" src="/d/ezdimg/2023022002/ncifa30betc179639.webp" data-src="/d/ezdimg/2023022002/i02fds2r45u179643.webp">
接下来需要设置SMTP连接信息
Set-ReceiveConnector -Identity "Client Servername" -AdvertiseClientSettings:$true
650) this.width=650;" title="clip_image006" border="0" alt="clip_image006" height="26" src="/d/ezdimg/2023022002/ncifa30betc179639.webp" data-src="/d/ezdimg/2023022002/tphzzzxeu4m179644.webp">
完成以上设置后,用户便可以在OWA中,点击右上角的“选项”,然后点击“账户”打开页面
650) this.width=650;" title="clip_image008" border="0" alt="clip_image008" height="276" src="/d/ezdimg/2023022002/ncifa30betc179639.webp" data-src="/d/ezdimg/2023022002/2xfqcjj34fm179645.webp">
然后单击“POP、IMAP和SMTP访问的设置”链接,就可查看POP、IMAP以及SMTP的相关设置信息了。
650) this.width=650;" title="clip_image009" border="0" alt="clip_image009" height="503" src="/d/ezdimg/2023022002/ncifa30betc179639.webp" data-src="/d/ezdimg/2023022002/idicai5q22e179646.webp">
同样方法设置其他客户端访问服务器