anubis does not work - 'unknown keyword'

View: New views
2 Messages — Rating Filter:   Alert me  

anubis does not work - 'unknown keyword'

by achim-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

i am not able to get anubis 4.0 to work as desired.

After i tried to use auth mode, which did not work, i tried transparent
mode with identd.

It seems that my user is translated correctly by identd.

User achim has the .anubisrc file as follows:
---BEGIN RULE---
if header [To] "achim.test@..."
        gpg-encrypt "achim.test@..."
fi
---END---

But the logfile says 'unknown keyword: gpg-encrypt'

Log as follows:

---------------------------------------------------------------------
Jul  4 22:25:49 aklinux anubis[9916]: GNU Anubis is running...
Jul  4 22:25:56 aklinux anubis[9916]: Connection from 127.0.0.1:27458
Jul  4 22:25:56 aklinux anubis[9919]: IDENT: connected to 127.0.0.1:113
Jul  4 22:25:56 aklinux anubis[9919]: IDENT: resolved remote user to
achim.
Jul  4 22:25:56 aklinux anubis[9919]: UID:1000 (achim), GID:100,
EUID:1000, EGID:100
Jul  4 22:25:56 aklinux anubis[9919]: Welcome user achim !
Jul  4 22:25:56 aklinux anubis[9919]: Reading user configuration
file /home/achim/.anubisrc...
Jul  4 22:25:56 aklinux anubis[9919]: /home/achim/.anubisrc:3: unknown
keyword: gpg-encrypt
Jul  4 22:25:56 aklinux anubis[9919]: Getting remote host information...
Jul  4 22:25:56 aklinux anubis[9919]: Connected to mail.gmx.net:25
Jul  4 22:25:56 aklinux anubis[9919]: Transferring message(s)...
Jul  4 22:27:03 aklinux anubis[9919]: Connection closed successfully.
Jul  4 22:27:03 aklinux anubis[9916]: Child [9919] finished. Exited
successfully. 0 clients left.
----------------------------------------------------------------------

gpg is installed, keys are available:
achim@aklinux:/etc> gpg --list-keys
/home/achim/.gnupg/pubring.gpg
------------------------------

(...)

pub   1024D/71DFDBEC 2005-06-30
uid                  Achim <achim.test@...>
sub   2048g/339AF0A7 2005-06-30


What i want to do is just to encrypt all messages to the recipient
achim.test@.... Of course, i could do this with my MUA (Novell
evolution), but in this way i always have to check a box 'encrypt mail'.
I want to configure this for a 'silly' user so that every mail from that
'silly' user gets _always_ encrypted to the certain recipient without
manually checking any box.

What goes wrong?

I have SuSE Linux 9.3 (i586)

My first try with auth mode also didn't work:

(...)
BEGIN AUTH
sasl-password-db text:/etc/anubisdb
END
(...)

also gives 'unknown keyword sasl-password-db'

Thanks in advance for your assistance

Achim Kalmbach




_______________________________________________
Bug-anubis mailing list
Bug-anubis@...
http://lists.gnu.org/mailman/listinfo/bug-anubis

Re: anubis does not work - 'unknown keyword'

by Sergey Poznyakoff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

achim <achim.k@...> wrote:

> But the logfile says 'unknown keyword: gpg-encrypt'

The package is compiled without GPG support. This usually means that
either GPGME is not installed on your system or that it is installed
in such a location where configure cannot find it. In the latter case,
try specifying --with-gpgme-prefix option to configure.

Regards,
Sergey


_______________________________________________
Bug-anubis mailing list
Bug-anubis@...
http://lists.gnu.org/mailman/listinfo/bug-anubis