Re: bounceless bigbrother

Jimmy Brake <[email protected]> Wed, 23 May 2012 07:55:10 -0700
Newsgroups gmane.mail.qmail.ldap
Message-ID <[email protected]>
I simply tee'ed all the incoming mail using i think it was an anti-spam program ..the teeing mechanism was special though it put a copy on the file system with some extra header foo that captured from to cc bcc ip. Then I built a script to parse those emails then store them all in a searchable DB(designed on how google stores and searches data per the stanford doc about their original design) .. the original emails were bzipped and put on a network of file systems(storage cluster) -- just an entry in the db of their location in the storage cluster ... 

not a real command line but basically this ..

cat email | sort | unique > storage script concat random id + bzip and move email to storage cluster  

:-) hope that helps!

James Brake
office: 510 903 0644
mobile: 415 407 8118
http://www.dwalliance.com
skype: isurge

 ********************** 
 From: Lazy <[email protected]> 

 Hi All,

I'm trying to setup backup solution based on qmail-ldap's bigbrother.

Everything is fine except that if the copy destination mailbox is
unavaiable, overquota .. the sender of the oryginal message is getting
a bounce message, and I want to avoid that.

Anyone have an idea how to do that ?


Regards,
Michal Grzedzicki