bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: [bug-anubis] ERROR: unbound variable: openssl-filter


From: Torsten Weinstein, antispameurope GmbH
Subject: AW: [bug-anubis] ERROR: unbound variable: openssl-filter
Date: Thu, 17 Apr 2008 23:50:03 +0200

I solve the connection problem with one of your tips. It use now the mode
auth and it works. And the signing of messages are solve too. But only with
an empty passphrase, the option gpg-passphrase "password" don't work. This
in another problem...

Now to the s/mime problem. I use Anubis 4.1 and Guile 1.8.1

Sorry, not send the complete config. Here it is:

---BEGIN AUTH---
smtp-greeting-message ANUBIS Server
sasl-allowed-mech LOGIN
sasl-password-db gdbm:/etc/anubis.db
---END---

---BEGIN CONTROL---
bind 0.0.0.0:24
# remote-mta 192.168.100.41:25
local-mta /usr/sbin/sendmail -bs

logfile /var/log/anubis.log
loglevel all

tracefile yes
tracefile /var/log/anubis.trace
termlevel debug

mode auth

read-entire-body yes

ssl yes
ssl-cert /usr/share/ssl/certs/anubis.pem
ssl-key /usr/share/ssl/certs/anubis.pem
---END---

#---BEGIN TRANSLATION---
# translate address@hidden into root
#---END---

---BEGIN GUILE---
guile-load-program entire-msg.scm
---END---

#
# The Rule System (The RULE section)
# User configuration file only. Examples:
#

---BEGIN RULE---

# gpg-passphrase "company"

if [From] "address@hidden"
        guile-process openssl-filter /usr/bin/openssl smime -sign -signer
/keys/weinstein.p12
        # gpg-encrypt 14957DB8
        gpg-sign company
fi


if header[Subject] "(.*)" and not header[Subject] :scase "URGENT"
  add header[X-Comment] "This message is not URGENT (\1)."
fi

---END---

I copy the example from the docu and change the path to the openssl (use
SuSE 10.3) and the path to my certificate which I want to use

-----Ursprüngliche Nachricht-----
Von: Wojciech Polak [mailto:address@hidden 
Gesendet: Donnerstag, 17. April 2008 23:32
An: Torsten Weinstein
Betreff: Re: [bug-anubis] ERROR: unbound variable: openssl-filter

On 2008-04-17 at 22:36 +0200, Torsten Weinstein wrote:

Hi,

So beside s/mime issue, did you solve recent problems you had
with connection timeouts? If so, then how?

> I set up Anubis with the following configuratio
> to sign messages with a s/mime key. I can login at the server via sasl ,
but
> the sign with s/mime gets an error.

I didn't see "BEGIN GUILE" in your config.

BEGIN GUILE
guile-load-program entire-msg.scm
END

BEGIN RULE
guile-process openssl-filter /usr/local/ssl/bin/openssl \
              smime -sign -signer FILE
END

Check out:
http://www.gnu.org/software/anubis/manual/html_node/S_002fMIME.html#SEC63

If this won't help, then: what's Guile version?, is Anubis 4.1 or 4.0?,
and did you try "make check" to run all Anubis tests (including
some anubis guile tests)?

Regards,
Wojciech


Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]