Forum Discussion

dmc123's avatar
dmc123
Level 4
13 years ago
Solved

How to Secure data from SysAdmins?

Looking for information on how to secure data from the administrators of Enterprise Vault.  Is there a way to prevent evault administrators from searching specific mail?  Is their a way to encrypt data with a key?  Is there a way to put certain mail in an archive and prevent access to this?  Using an older version of Evault but willing to upgrade if its supported in newer versions.

  • So couple things for you.

    First, here is an article about RBA to help you out with the roles bit.

    https://www-secure.symantec.com/connect/articles/roles-based-administration-enterprise-vault-8

    For the permissions on the archives, it would be something like this technote, only using DenyAccess:

    How to give permissions to an archive using Enterprise Vault Policy Manager (EVPM)

    Article:TECH69114  |  Created: 2009-01-25  |  Updated: 2011-05-09  |  Article URL http://www.symantec.com/docs/TECH69114

    So your script would look like this:

     

    [Directory]
    DirectoryComputerName = evdirectory
    SiteName = evsite

    [ArchivePermissions]
    ArchiveName = ALL_MAILBOX
    DenyAccess = read write, domain\adminusergroup
     

    No one caveat, if your admin account is the same as your user account you will be blocked from your own archive so you will need to log in as the VSA and manually remove the Deny from the properties of the archives.

     

15 Replies