Automatic Deletion of Emails for a certain account
Posted: Fri Jun 09, 2006 7:21 am
by codehaxor
good day again, another question, is it possible to have scalix automatically delete mails for a certain account after a period of like say 1 week for a certain user? Thanks in advance.
Posted: Fri Jun 09, 2006 7:27 am
by ScalixSupport
This can be done using omtidyu. Please refer to the man pages.
You can select messages by day or subject, just to give you an idea.
For example, to specify messages between 4 and 7 days old, with "I Love you" in the title:
Code: Select all
omtidyu -u "a user" -p "password" -Ti -a5 -n -a7 -t "i love you"
Cheers,
Sascha.