Re: [exim] [OT] convert email message to bsmtp?

Top Page
Delete this message
Reply to this message
Author: Michael J. Tubby B.Sc G8TIC
Date:  
To: Marc Perkel
CC: exim-users
Subject: Re: [exim] [OT] convert email message to bsmtp?
On 07/10/2012 21:24, Marc Perkel wrote:
> Here's what I'm trying to do. I have a spam filtering operation as a
> front end for other servers. I've created a virtual server for spam
> storage where the user will be able to log in using
> squirrelmail/dovecot to review and release their false positives. The
> email is stored in maildir format.
>
> Piecing it together I can use squirrelmail to pipe the email into
> something so that if a use finds a false positive they can hit the
> "release" button and the message is sent on to the recipient.
> Squirrelmail sends the message as you would receive it as stored in
> maildir format.
>
> I need to take this format and translate it to send it on to the user.
> So I'm thinking BSMTP into Exim?
>
> Wondering what is the best way to do that. Something that translated
> it into bsmtp format would be great. I'm sure thare must be something
> out there. I just haven't found it yet.
>
> Thanks in advance.
>


Can't you use something like maildirblast from smtptools:

    http://ohse.de/uwe/software/smtptools.html


to send your maildir formatted message on its way?


Mike