2010-12-21 11 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)

2 ZIPをダウンロードしてください)"C:\Program Files\Microsoft\Exchange Server\TransportRoles\agents\catchall" に解凍[またはTransportRoles \ agentsのパスがどこにあるか]

3))を実行し、Exchange管理シェルの終了は、これらのコマンドを実行

4を処理するドメインを定義するには、このディレクトリにあるconfig.xmlファイルを編集しますかどうかを確認するためにいくつかのテストメールを送信します)

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できます!

関連する問題