On Thu, 2008-12-18 at 14:55 -0600, Cody Stewart wrote:
> > How do you figure doing that?
> I have written some code in php to encrypt each message dynamically. I
> am looking to implement this code in dbmail so I gain imap support.
> 
> > Why not encrypt the body before feeding it to dbmail? That way you will
> > also be forward compatible with dbmail-2.3 which uses a completely
> > different storage model.
> 
> This is a great idea. My problem is I do not know C very well. I am
> having a hard time finding where to do this at. Can you point me to
> the right spot?

Doesn't need to be in C, you could work in PHP as a command-line
application . Your approach might be to receive email from your MTA by
pipe or by LMTP, and encrypt it as you like, and then pass it on again
by pipe or by LMTP to DBMail.

Aaron

_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to