2010-12-21 29 views

回答

3

您需要在CodePlex上使用CatchAllAgent。這是爲Exchange 2007編寫的,但它也適用於2010年。

關鍵的訣竅是在TransportRoles目錄來安裝它按照這些鏈接:

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

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

1)下載ZIP

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

3)編輯config.xml文件在此目錄中,以限定所述結構域被處理

4)運行Exchange管理外殼端執行這些命令:

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)發送一些測試郵件,以查看是否有用!