gpt4 book ai didi

exchange-server-2010 - Exchange2010集线器传输环境下如何配置catch-all?

转载 作者:行者123 更新时间:2023-12-01 14:34:33 25 4
gpt4 key购买 nike

此链接解释了如何在边缘传输环境中执行此操作,表明它与枢纽传输无关。 http://technet.microsoft.com/en-us/library/bb691132(EXCHG.80).aspx

你知道在枢纽交通环境下如何完成吗?

最佳答案

您需要使用 CatchAllAgent在 CodePlex 上。这是为与 Exchange 2007 一起工作而编写的,但它也适用于 2010。

关键技巧是按照这些链接将其安装在 TransportRoles 目录中:

http://catchallagent.codeplex.com/discussions/218519?ProjectName=catchallagent

http://catchallagent.codeplex.com/discussions/62204?ProjectName=catchallagent

1) 下载压缩包

2) 解压到 "C:\Program Files\Microsoft\Exchange Server\TransportRoles\agents\catchall" [或 TransportRoles\agents 路径所在的位置]

3)编辑该目录下的config.xml文件,定义要处理的域

4) 运行 Exchange Management Shell 最后执行这些命令:

install-transportagent -Name "CatchAll Agent" -TransportAgentFactory:CatchAll.CatchAllFactory -AssemblyPath:"C:\Program Files\Microsoft\Exchange Server\TransportRoles\agents\catchall\CatchAllAgent.dll"

get-transportagent

enable-transportagent "CatchAll Agent"

net stop MSExchangeTransport

net start MSExchangeTransport

5) 发送一些测试邮件看看是否有效!

关于exchange-server-2010 - Exchange2010集线器传输环境下如何配置catch-all?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4499261/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com