POP3 接收位置无法连接到邮件服务器
POP3 receive location is not able to connect to mail server
我在 biztalk 服务器控制台中添加了一个接收位置,但我收到警告说它没有连接。
我检查了 biztalk 外部的连接,它正在工作。基于此,问题一定出在 biztalk 控制台定义或属性上,而不是邮件服务器或机器上。
是否有一些定义可以为 biztalk 控制台或类似的东西启用传出端口来解决问题?
正在测试连接:
连接成功:
用户名和密码正确:
位置设置:
我收到警告:
POP3
The POP3 adapter could not establish a connection with the POP3 server. This could be due to the following reasons:
1) The POP3 server host and port information is incorrect.
2) The POP3 server is not running or is not reachable due to network issues.
URL: POP3://mail.ABC.gv.ao#transaccoes.mercado@ABC.gv.ao Error: Arithmetic operation resulted in an overflow.
使用以下命令检查是否有任何组件处于非活动状态:
Get-ServerComponentstate -Identity <Entity Name>
如果是,请使用以下命令激活它:
Set-ServerComponentState -Identity <Entity Name> -Component <Inactive Component Name> -Requester HealthAPI -State Active
注意:如果您不知道您的实体名称,您可以使用以下命令获取服务器中的所有实体:
Get-MailBox | FL Identity
我在 biztalk 服务器控制台中添加了一个接收位置,但我收到警告说它没有连接。
我检查了 biztalk 外部的连接,它正在工作。基于此,问题一定出在 biztalk 控制台定义或属性上,而不是邮件服务器或机器上。
是否有一些定义可以为 biztalk 控制台或类似的东西启用传出端口来解决问题?
正在测试连接:
连接成功:
用户名和密码正确:
位置设置:
我收到警告:
POP3
The POP3 adapter could not establish a connection with the POP3 server. This could be due to the following reasons:
1) The POP3 server host and port information is incorrect.
2) The POP3 server is not running or is not reachable due to network issues.
URL: POP3://mail.ABC.gv.ao#transaccoes.mercado@ABC.gv.ao Error: Arithmetic operation resulted in an overflow.
使用以下命令检查是否有任何组件处于非活动状态:
Get-ServerComponentstate -Identity <Entity Name>
如果是,请使用以下命令激活它:
Set-ServerComponentState -Identity <Entity Name> -Component <Inactive Component Name> -Requester HealthAPI -State Active
注意:如果您不知道您的实体名称,您可以使用以下命令获取服务器中的所有实体:
Get-MailBox | FL Identity