[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: [bug-anubis] anubis as smime proxy
From: |
Johannes.Derek |
Subject: |
AW: [bug-anubis] anubis as smime proxy |
Date: |
Mon, 15 Mar 2004 15:38:50 +0100 |
Hello Sergey,
at least with the openssl version I have installed (0.9.7c) the piping of data
through the standard input fails with the error message "Can't rewind file".
That's why I have to create a temporary file first.
The "openssl-filter" reports this error too and then stops processing the mail.
But with this new version of the "full-external-filter" function i've been able
to run a shell script which is probably even better for my purpose. The only
drawback is that there still appears the "#f:" before every line in the output.
If you could repair this it would be great.
Regards
Johannes
> -----Ursprüngliche Nachricht-----
> Von: Sergey Poznyakoff [mailto:address@hidden
> Gesendet: Montag, 15. März 2004 14:25
> An: Derek, Johannes
> Cc: address@hidden
> Betreff: AW: [bug-anubis] anubis as smime proxy
>
>
> Johannes,
>
> I have analized the exact requirements imposed by openssl and
> modified filter.scm accordingly. Please try the attached
> version. It contains function 'openssl-filter' which should
> be used instead of full-external-filter (see example below).
> Notice that there's no need giving it input file via -in
> option, the following GUILE section should suffice:
>
> ---BEGIN RULE---
> guile-process openssl-filter /usr/bin/openssl smime -sign -signer \
> /root/certtest/elksmime_priv.pem -passin pass:abcd
> ---END---
>
> As always, I am waiting for your feedback.
>
> Regards,
> Sergey
>
>