|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Questions about signing EmailsHello Anubis Team,
I am trying to set up Anubis on my machine to sign my Emails before sending them. But I just don't get it how to set it up with pgp Keys. I am using Anubis v4.0 from the Ubuntu Repositories with gnupgp 1.4.6 (also from the Ubuntu Repositories). My anubisrc looks like this: gpg-passphrase 12345 gpg-sign YES gpg-sign-encrypt anubistester I also tried these: gpg-passphrase 12345 gpg-sign YES gpg-sign-encrypt test@... gpg-passphrase 12345 gpg-sign YES gpg-sign-encrypt 1024D/299C4BED (my public key) But nothing works... I always get this: Oct 12 09:11:13 test-desktop anubis[7483]: GPGME: Unerwartete Anzahl von Signaturen erzeugt (What means: GPGME: Unexpected Number of Signatures created) I hope someone is able to tell me how this works... I've been working on this for a while now... Best Regards, Markus -- ******************************************** in-put GbR - Das Linux-Systemhaus Markus Stegmueller Support & Consulting Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 / 83044 - 99/93 http://www.in-put.de ******************************************** Schulungen Installationen Beratung Support Voice-over-IP-Loesungen ******************************************** _______________________________________________ Bug-anubis mailing list Bug-anubis@... http://lists.gnu.org/mailman/listinfo/bug-anubis |
|
|
Questions about signing Emailsok, I guess I got it now to sign the Emails.
I think it was much more a problem of using pgp than from Anubis.. But now I've got another problem. I want to the Emails to be PGP signed by the PGP Certificate of every User himself. I think it works because, when I use the option: rule-prority user it works! But then it stops using my /etc/anubisrc. But I want both to be readed and used! Even if I use rule-priority system it still doesn't use my /home/user/.anubisrc file. I can see in the Logfiles, that it will be read Oct 14 17:21:20 test-desktop anubis[18001]: Reading user configuration file /home/heinz/.anubisrc... But it totally ignores it... Any Suggestion what I should do? In the meantime I upgraded my Anubis Installation to 4.1. The rest is still the same... Hope anybody can Help me :-) best Regards, Markus -- ******************************************** in-put GbR - Das Linux-Systemhaus Markus Stegmueller Support & Consulting Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 / 83044 - 99/93 http://www.in-put.de ******************************************** Schulungen Installationen Beratung Support Voice-over-IP-Loesungen ******************************************** _______________________________________________ Bug-anubis mailing list Bug-anubis@... http://lists.gnu.org/mailman/listinfo/bug-anubis |
|
|
Re: Questions about signing EmailsHi Markus,
> I want to the Emails to be PGP signed by the PGP Certificate of every > User himself. If I get it correctly, you wish to create a single rule in the /etc/anubis.rc file, which will make Anubis sign every outgoing message with the key of its sender (as specified in the From: header). Am I right? If so, what has ~/.anubisrc to do with this? Regards, Sergey _______________________________________________ Bug-anubis mailing list Bug-anubis@... http://lists.gnu.org/mailman/listinfo/bug-anubis |
|
|
|
|
|
Re: Re: Questions about signing EmailsHi Markus,
> But how could I use every user's own Email Address? You can do it using a single conditional statement in your main /etc/anubisrc, like that: gpg-passphrase "password" if command["mail from:] = "(.*)" gpg-sign-encrypt \1 fi This will use the value of the SMTP `MAIL' command as the user ID. You may also configure it to use the value of the `From' (or any other) header, e.g.: if header["From"] = ".*<(.*)>" gpg-sign-encrypt \1 fi Regards, Sergey _______________________________________________ Bug-anubis mailing list Bug-anubis@... http://lists.gnu.org/mailman/listinfo/bug-anubis |
| Free embeddable forum powered by Nabble | Forum Help |