after giving this considerable thought about how to keep the Webmail and Outlook faster along with the ability to to have an online archive I have come up with a solution that might fit a few people, more than likely not all.
Scalix cost is based around the Outlook connector and is "free" for just IMAP and POP3 services. With out the extra cost of 2 connection peruser, because it just will not allow you to do it in Outlook with scalix connect, I have decided to go the IMAP route for the Archive.
let me explain.
You will need to create a user for he archive. I used userid-archive. Then you will set imapsync to syncronize the the userid and userid-archive mail stores. then you will use omtidyu to clean up old email message out of the userid mail store.
i hope he helps explain it some. Well I put together some scripts that will do the trick. This is to sync the mail stores using imapsync:
Code: Select all
imapsync --user1 userid --password1 password --host1 localhost --user2 userid-archive --password2 password --host2 localhost --exclude \"\|^Calendar.*\|^Contacts.*\|^Deleted.*\|^Drafts.*\|^Handheld.*\|^Tasks.*\|^Sent.*\|^Search.*\|^Junk.*\|^Journal\|^Infected.*\|^Notes.* --syncinternaldatesThis next one will delete all emails over 90days old:
Code: Select all
omtidyu -B -u "Mark Pipkin"/kauffmantire -d -k -T 1opfiw -S -a 90
i will work on getting this more together, ie creating archive users from current users. and in general doing a full script that will make this possible with ease if someone wants to give me a hand on it that would be great as well. I have little knowledge of bash/perl and other scripts. So If i do it you will get a very basic of it working. more than likely no checks and balances either. but I will try.
*EDIT- there is a 90day over lap of the mail stores as well. I have not found a way to delete messages new than 90days out of the archive mailstore