zoukankan      html  css  js  c++  java
  • Microsoft Exchange Retention Policy

    这个图是最重要的一个图,需要熟记。

     

    Retention Policy

    Retention tag 是给邮件添加保留设置的,有delete and allow recover,Permanently Delete永久删除,move to archive

    • Delete and Allow Recovery allows the user to recover deleted items until the deleted item retention period for the mailbox database or the user is reached.
    • Permanently Delete purges the item from the mailbox database.
    • Move to Archive moves the item to the user's archive mailbox, if it exists. If a user doesn't have an archive mailbox, no action is taken. This action is available only for tags that are automatically applied to the entire mailbox (default) and tags applied by users to items or folders (personal tags).

    Regention tag有三种类型:

    1. Default policy tag (DPT)
    2. Retention policy tag (RPT)
    3. Personal tag 

    优先级是 3 - 2 - 1.

    区别:

    1. DPT和Persional tag 有delete and allow recover,Permanently Delete 和 Move to Archive, 而 RPT 没有Move to Archive。
    2. DPT是针对整个mailbox,RPT是针对系统文件夹(比如: Inbox, Sent Items, Deleted Items, Junk E-mail)
    3. DPT, RPT 只能是管理员应用,用户无法改变; Personal tag 是用户自己应用。

    Note:设置了Retention Policy后,是不能立即生效的,需要cmdlet 强制生效 

    Start-ManagedFolderAssistant –Identity <mailbox>

    Retention policy是将设置好的不同的tag组合起来,然后配置给mailbox
    流程:

    1. 创建 retention tags
    2. 创建 retention policies
    3. 把retention tags 添加到 retention policies中,即Retention Policy是用来组合Retention tags的
    4. 然后在mailbox中apply mail feature中添加一种policy
    5. Managed Folder Assistant 处理 mailboxes
    6. Mailbox 被处理。

     下图是流程图,和Retention Tag的类型和区别。

     

  • 相关阅读:
    Hibernate表中多对多关系的映射
    Servlet JDBC工具类
    访问gridview中的各类控件
    ASP.NET2.0中Gridview中的内容导出到Excel
    List<T> 分页方式,泛型分页方式
    VS保存和编译问题] 总是出现另一个程序正在使用此文件,进程无法访问
    JS实现DIV的增加和移动
    让Editplus调试PHP程序
    与UpdatePanel控件不兼容的控件
    在Powerdesigner中,根据已有字段的Name值替换Code相同的Name的值
  • 原文地址:https://www.cnblogs.com/ningxin/p/10213318.html
Copyright © 2011-2022 走看看