您好!
1.IIS服务是存在CAS服务器上的。
2.Edge接受邮件的话还是通过接受连接器的,由于用户从组织外部使用pop3方式的话,会有认证问题,请运行以下命令到每一个被Pop3用户使用的smtp连接起解决该问题。
Get-ReceiveConnector <SendConnectorName> | Add-ADPermission -User "NT AUTHORITYAuthenticated Users" -ExtendedRights "ms-Exch-SMTP-Accept-Authoritative-Domain-Sender"
以下文章供你参考。
http://damianflynn.com/2011/05/10/exchange-2010-edge-with-pop-smtp-users/ (注意:该文章不是来自微软官方站点的,我们不能保证它的准确性,请慎重参考)
http://blogs.technet.com/b/exchange/archive/2007/05/16/3402642.aspx
微软一站式示例脚本库: http://blogs.technet.com/b/onescript