NB is you&#39;re doing mail archiving for regulartory reasons (SOXX etc) being able to access the information in short timscales is critical. You have to be able to get the to the requestor in quite a small amount of time and of course keep 7 years of data. <br>
<br>This abilioty to search and retrieve quickly is where the commercial offerings justify themselves.<br><br clear="all">-- <br>Martin Hepworth<br>Oxford, UK<br>
<br><br><div class="gmail_quote">On 13 May 2011 10:31, Alex Broens <span dir="ltr">&lt;<a href="mailto:ms-list@alexb.ch">ms-list@alexb.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 2011-05-13 11:20, Lyndon Labuschagne wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
</blockquote>
<br>
I am guessing you are trying to build an email continuity system where your customers can still read their email<br>
via a webmail interface while their mail server is down.<br>
<br>
Depending on what MTA you are using, you can use SMTP multiplexing to deliver both to the webmail system and<br>
to the customers mail server.<br>
<br>
The MTA will deliver to the webmail system a copy of each message that gets processed by the MTA, in even of the<br>
remote customer server being down the messages will get queued and delivered normally when the system gets<br>
back up.<br>
<br>
For postfix and sendmail there are milters that can do this, for exim you will have to setup routers to do this.<br>
<br>
Hope that helps<br>
<br>
- Andrew<br>
<br>
</blockquote>
Thanks Andrew,<br>
<br>
Thats pretty much spot on, we make use of Postfix, I will look into this ASAP,<br>
Off to google to go find info on SMTP multiplexing<br>
<br>
<br>
</blockquote>
<br>
</div><a href="http://www.snertsoft.com/sendmail/roundhouse/" target="_blank">http://www.snertsoft.com/sendmail/roundhouse/</a><br>
<br>
Description<br>
<br>
This is an SMTP multiplexer, which takes the input from an SMTP client connection and copies it to one or more SMTP servers. Intended as means to debug and test different mail server configurations using a production mail server&#39;s live data stream.<div>
<div></div><div class="h5"><br>
-- <br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
Support MailScanner development - buy the book off the website! </div></div></blockquote></div><br>