mail archive

Alain Spineux aspineux at gmail.com
Thu Apr 24 12:54:59 CEST 2008


On Thu, Apr 24, 2008 at 6:16 AM,  <marx at oab.de> wrote:
> > On Wed, Apr 23, 2008 at 3:36 PM, Alexander Marx <marx at oab.de> wrote:
>  >> Hi List.
>  >>
>  >>  maybe you have some tips for me.
>  >>
>  >>  I am using kolab 2.0.3. I am searching for a tool (or will try to
>  >>  develop one)
>  >>  which is able to archive all incoming and outgoing emails.
>  >
>  > postfix has the option "always_bcc"
>  > # man 5 postfonf
>  > for more
>  >
>  > just create a mailbox archive at yourdomain and add
>  > always_bcc = archive at yourdomain
>  > to your main.cf.template
>  >
>  > every email going through your postfix will be "copied" into your
>  > archive mailbox
>  >
>
>  Yes, i know this option, but i need a proxy, because i need the proxy to
>  deliver every mail to an external archive software. so every mail needs to
>  be sorted by from: and to: in the first step and then put in the correct
>  archive.
>

Then you can modify the "transport" for the address
"archive at yourdomain" in postfix
to deliver to another server, or using another transport, like a self
made script or using procmail.
You can also fetch the emails from "archive at yourdomain" mailbox
using POP3 protocol (or even imap) and reinject it in your application.

I like th POP3 solution, this is simple and is asynchronous, you can
fetch the emails when you are ready.





>  if smtpprox doesen't work
>  i will use a perl script with Mail::Internet for that, but i have no idea
>  how to configure master.cf so that every mail is piped to that script.
>
>
>
>
>
>
>  >>
>  >>  Do you have some experience with this?
>  >>
>  >>  Or any idea how to implement the smtpprox into kolab???
>  >>  http://bent.latency.net/smtpprox/
>  >>
>  >>  I want to implement the tool like this:
>  >>
>  >>  internet->kolab(25)->amavis(10024)->ARCHIVETOOL(listens on 10030 and
>  >>  gives it back on 10027)->local mailbox
>  >>
>  >>  The archivetool should safe the message to disk in a per-user- folder
>  >>  (based on from: or to: address)
>  >>
>  >>  I played around with smtpprox, but it seems, that kolab never passes
>  >> the
>  >>  mail to the smtpprox
>  >>
>  >>  AND:
>  >>
>  >>  a second hint:
>  >>
>  >>  I tried to install Kolab 2.1 release on a ubuntu 8.0.4 hardy heron and
>  >>  the MD5 sum of the openpkg-2.5.4-2.5.4 seems wrong.
>  >
>  > I have this
>  > # md5sum openpkg-*
>  > 122a81c106d44c3abe5e4fb2b9095824  openpkg-2.5.4-2.5.4.src.rpm
>  > 9d99c90492751910abfacf05522d246b  openpkg-2.5.4-2.5.4.src.sh
>  > 34ccf079914292f742aac4c525f68193  openpkg-tools-0.8.47-2.5.0.src.rpm
>  >
>
>  I will try again, but i only found ONE download location and i already
>  tried to copy the relevant packages again from the server.
>
>
>
>  >>
>  >>  Installation fails with the error openpkg-2.5.4-2.5.4.*-*-*.sh not
>  >> found
>  >>
>  >>  I read the hint and installed gcc-3.4 and linked all files correctly,
>  >>  but the error remains.
>  >>
>  >>  Thanx in advance
>  >>
>  >>  --
>  >>
>  >>  Alexander Marx
>  >>
>  >>
>  >>
>  >>  _______________________________________________
>  >>  Kolab-users mailing list
>  >>  Kolab-users at kolab.org
>  >>  https://kolab.org/mailman/listinfo/kolab-users
>  >>
>  >
>  >
>  >
>  > --
>  > Alain Spineux
>  > aspineux gmail com
>  > May the sources be with you
>  >
>  >
>  >
>
>
>
>



-- 
Alain Spineux
aspineux gmail com
May the sources be with you




More information about the users mailing list