I would like to know if there exists a solution for archiving email, stripping out the attachments and saving them separately, deduplicated?

The ideal would be a maildir-setup, with a script running over the messages, extracting the attachments, using e.g. hard links for existing/identical attachments, leaving a link/URL to the saved attachment left in the message.

Does anything like this exist, as scripts or anything that can be run on a linux server?

AFAIK Zimbra is set up similar, with a custom maildir+database backed storage, however, I would like something a bit more "transparent" for my archiving needs.

link|improve this question

54% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Dovecot does exactly this (Single Instance Storage) now with their dbox maildir format.

link|improve this answer
but it is a planned feature and not currently available? – grojo May 26 '11 at 18:52
It was introduced with 2.0.6 in Oct 2010 – Hyppy May 26 '11 at 19:18
Ok, but is it ready for production? In the wiki (not updated) it says it's a "planned feature", in the announcement in Oct'10 it says "This feature hasn't had much testing yet, so be careful with it.". – grojo May 27 '11 at 8:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.