cancel
Showing results for 
Search instead for 
Did you mean: 

Apply 2 EV policies on a single mailbox

sam4u4
Level 2

We are running EV 10 in our environment.  We have a requirement to apply a policy on calendar entries to archive after 2 years, and the email after 60 days.  Is this possible?

2 ACCEPTED SOLUTIONS

Accepted Solutions

GertjanA
Moderator
Moderator
Partner    VIP    Accredited Certified

Hello,

Use EVPM to set the specific archiving policy on the Calendar items. check the Utilities guide, chapter EVMP for examples.

Regards.

 

Regards. Gertjan

View solution in original post

JesusWept3
Level 6
Partner Accredited Certified

As Gertjan said, you'd use EVPM, if you look in the utilities guide, there are some examples there.
But simply you'd set your main Archiving Policy to archive anything over 2 years old, and in the EVPM you'd do the following

 

[Directory]
directorycomputername = evServer.myDomain.com
sitename = myEVSite


[Mailbox]
DistinguishedName = /o=myCompany/ou=First Administrative Group/cn=Recipients/cn=myUser

[Folder]
Name = mailboxroot
Enabled = true
suspended = false

[Filter]
name = Calendar
CreateShortcut = false
DeleteOriginal = false
unreadMail = true
UseInactivityPeriod = true
InactivityUnits = days
InactivityPeriod = 60

[Folder]
name = \Calendar
filtername = Calendar
retentioncategory = Business
OverrideArchiveLocks = True
https://www.linkedin.com/in/alex-allen-turl-07370146

View solution in original post

4 REPLIES 4

GertjanA
Moderator
Moderator
Partner    VIP    Accredited Certified

Hello,

Use EVPM to set the specific archiving policy on the Calendar items. check the Utilities guide, chapter EVMP for examples.

Regards.

 

Regards. Gertjan

sam4u4
Level 2

hi Gertjan, can you confirm this can be a different policy timeframe than the rest of the mailbox? 

JesusWept3
Level 6
Partner Accredited Certified

As Gertjan said, you'd use EVPM, if you look in the utilities guide, there are some examples there.
But simply you'd set your main Archiving Policy to archive anything over 2 years old, and in the EVPM you'd do the following

 

[Directory]
directorycomputername = evServer.myDomain.com
sitename = myEVSite


[Mailbox]
DistinguishedName = /o=myCompany/ou=First Administrative Group/cn=Recipients/cn=myUser

[Folder]
Name = mailboxroot
Enabled = true
suspended = false

[Filter]
name = Calendar
CreateShortcut = false
DeleteOriginal = false
unreadMail = true
UseInactivityPeriod = true
InactivityUnits = days
InactivityPeriod = 60

[Folder]
name = \Calendar
filtername = Calendar
retentioncategory = Business
OverrideArchiveLocks = True
https://www.linkedin.com/in/alex-allen-turl-07370146

Elio_C
Level 6

As the previous answers.

My setup for a similar archiving policy, see https://www-secure.symantec.com/connect/forums/different-age-based-archiving-rules-folders-same-mail...