検索クエリーを入力してください
<book_title> を検索 ...
Enterprise Vault™ Exchange Server アーカイブの設定
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- このマニュアルについて
- Exchange Server フォームの配布
- メールボックスからのアーカイブの設定
- Enterprise Vault メールボックスアーカイブ設定前の注意事項
- Exchange Server メールボックスのアーカイブポリシーの定義
- Exchange Server アーカイブ設定時のメールボックスポリシー設定
- Exchange Server アーカイブ設定時のメールボックスポリシー設定
- Exchange Server アーカイブのデスクトップポリシーの定義
- Exchange サーバーアーカイブのデスクトップポリシー設定
- Exchange Server アーカイブ対象の追加
- Exchange Server アーカイブでのカスタマイズされたショートカットの使用
- Exchange Server アーカイブの自動メッセージの編集について
- メールボックスの Exchange Server アーカイブの有効化
- ユーザーのデスクトップの設定
- ボルトキャッシュと仮想ボルトの設定
- ボルトキャッシュの同期
- ボルトキャッシュの詳細設定
- 仮想ボルトの詳細設定
- パブリックフォルダのアーカイブ設定
- パブリックフォルダポリシー設定について
- Exchange パブリックフォルダポリシー設定
- Exchange パブリックフォルダポリシー設定
- パブリックフォルダのアーカイブ対象の追加
- ジャーナルメッセージのアーカイブの設定
- エンベロープジャーナリング
- Exchange Server 2013 以降用の Enterprise Vault Office Mail App の設定
- Enterprise Vault について Office Mail App
- Enterprise Vault Office Mail App の配備
- Enterprise Vault Office Mail App のトラブルシューティング
- Outlook RPC over HTTP クライアントから Enterprise Vault へのアクセスの設定
- OWA および Outlook への外部アクセスのためのファイアウォールソフトウェアの使用
- フィルタ処理の設定
- フィルタについて
- ジャーナルの選択の設定
- ジャーナルのグループ化の設定
- カスタムフィルタの設定
- カスタムフィルタルールセットの概要
- デフォルトのカスタムフィルタの動作の制御について
- カスタムフィルタのルールセットファイルの一般的な形式について
- カスタムフィルタのルール処理について
- カスタムフィルタのメッセージ属性フィルタについて
- Custom Properties.xml の一般的な形式について
- 内容のカテゴリについて
- サードパーティのアプリケーションでのカスタムプロパティの表示方法の定義
- カスタムプロパティの例
カスタムフィルタのルールセットファイルの例
提供されているサンプルルールセットファイル Default Filter Rules.xml
(Example Filter Rules.xml
の名前を変更したコピー) を次に示します。カスタムフィルタが有効になるようにレジストリキーが設定されている場合、このファイルは、名前付きのルールセットファイルがないアーカイブ対象をフィルタ処理するために使われます。
<?xml version="1.0"?> <RULE_SET xmlns="x-schema:ruleset schema.xdr"> <!-- Example Rule 1: This rule will exclude any email from archiving if it originates from someone in the Employee Benefits distribution list.--> <RULE NAME="Benefits correspondence" ACTION="MARK_DO_NOT_ARCHIVE"> <AUTHOR> <DISPN>HR Employee Benefits</DISPN> </AUTHOR> </RULE> <!--Example Rule 2: This rule will exclude any email from archiving if it is sent to someone in the Employee Benefits distribution list. --> <RULE NAME="Benefits correspondence" ACTION="MARK_DO_NOT_ARCHIVE"> <RECIPIENTS> <DISPN>HR Employee Benefits</DISPN> </RECIPIENTS> </RULE> <!--Example Rule 3: (Available for Exchange Server archiving only) This rule will move email to the wastebasket if it comes from any of the sources listed, and is about any of the subjects listed.--> <RULE NAME="Newsletters" ACTION="MOVE_DELETED_ITEMS"> <AUTHOR INCLUDES="ANY"> <EA>icweek@ucg.com</EA> <EA>WebDirect@ACLI.com</EA> <DOMAIN>limra.com</DOMAIN> </AUTHOR> <SUBJECTS INCLUDES="ANY"> <SUBJ MATCH="STARTS">Society SmartBrief</SUBJ> <SUBJ MATCH="EXACT">TaxFacts ENews</SUBJ> </SUBJECTS> </RULE> <!--Example Rule 4: Delete mail from known junk-mail sources, (and others), if it contains certain common spam subjects--> <RULE NAME="Junk Mail" ACTION="HARD_DELETE"> <AUTHOR INCLUDES="ANY" ALLOWOTHERS="Y"> <DOMAIN>indiatimes.com</DOMAIN> <DOMAIN>websavings-usa.net</DOMAIN> </AUTHOR> <SUBJECTS INCLUDES="ANY"> <SUBJ MATCH="CONTAINS">enlargement</SUBJ> <SUBJ MATCH="CONTAINS">weight loss</SUBJ> </SUBJECTS> <SUBJECTS INCLUDES="ALL"> <SUBJ MATCH="CONTAINS">debt</SUBJ> <SUBJ MATCH="CONTAINS">consolidate</SUBJ> <SUBJ MATCH="CONTAINS">loan</SUBJ> </SUBJECTS> </RULE> <!--Example Rule 5: Take default action (ARCHIVE_ITEM) if the subject matches the composite rule: Must start with "MEMO", contain "INTERNAL" and end in "OurCompany" e.g. "MEMO : Contains information internal to OurCompany" would match, but "MEMO : do not distribute" would not match. Also allocates the message to a content category "Memoranda"--> <RULE NAME="Internal Memo" CONTENTCATEGORY="Memoranda"> <SUBJECTS INCLUDES="ALL"> <SUBJ MATCH="STARTS">Memo</SUBJ> <SUBJ MATCH="CONTAINS">Internal</SUBJ> <SUBJ MATCH="ENDS">OurCompany</SUBJ> </SUBJECTS> </RULE> <!--Example Rule 6: Take default action (ARCHIVE_ITEM) on any email from management members included here. Email from management will be categorized under "ManagementMail" and retained as "Important"--> <RULE NAME="Management" CONTENTCATEGORY="ManagementMail" RETENTION="Important"> <AUTHOR INCLUDES="ANY"> <EA>mike.senior@management.com</EA> <EA>jon.little@management.com</EA> <EA>jill.taylor@management.com</EA> </AUTHOR> </RULE> <!--Example Rule 7: Take default action (ARCHIVE_ITEM) if an email is addressed to any of the managers AND NO ONE ELSE The message will be archived in a special archive reserved only for this kind of email - specified by the ARCHIVEID--> <RULE NAME="Sent to Management ONLY" ARCHIVEID="16611B008A3F65749BC4118182E0021461110000evsite. ourcompany.com"> <RECIPIENTS INCLUDES="ANY" ALLOWOTHERS="N"> <EA>mike.senior@management.com</EA> <EA>jon.little@management.com</EA> <EA>jill.taylor@management.com</EA> </RECIPIENTS> </RULE> <!--Example Rule 8: Do not archive mail that was sent to someone outside OurCompany--> <RULE NAME="External Recipient" ACTION="MARK_DO_NOT_ARCHIVE"> <RECIPIENTS INCLUDES="NONE"> <DOMAIN>OurCompany.com</DOMAIN> </RECIPIENTS> </RULE> <!--Example Rule 9: Archive and give the existing Retention Category, Internal, to any email that was sent only to employees in OurCompany--> <RULE NAME="Internal Recipient" ACTION="ARCHIVE_ITEM" RETENTION="Internal"> <DIRECTION INTERNAL="Y"/> </RULE> <!--Example Rule 10: Use a special retention category for mail addressed to any members of the specified DL--> <RULE NAME="On the VIP list" RETENTION="VeryImportant"> <RECIPIENTS> <DL>TheVIPs</DL> </RECIPIENTS> </RULE> <!--Example Rule 11: (Available for Exchange Server archiving only) Delete MP3 attachments before archiving--> <RULE NAME="DeleteMP3s" ATTACHMENT_ACTION="REMOVE"> <FILES> <FILE FILENAME="*.MP3"/> </FILES> </RULE> <!--Example Rule 12: Match against named MAPI properties (defined in Custom Properties.xml), or named Domino properties (using the Domino field name for a property on an item) --> <RULE NAME="Category Match" ACTION="ARCHIVE_ITEM"> <NAMEDPROP TAG="CaseAuthor" INCLUDES="ANY"> <PROP VALUE="Engineering"/> <PROP VALUE="Support"/> </NAMEDPROP> <NAMEDPROP TAG="CaseStatus" INCLUDES="ANY"> <PROP VALUE="Open"/> <PROP VALUE="Pending"/> </NAMEDPROP> </RULE> </RULE_SET>