bug-anubis
[Top][All Lists]
Advanced

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

Re: [bug-anubis] GPG-Passphrase problems


From: Bob Kromonos Achten
Subject: Re: [bug-anubis] GPG-Passphrase problems
Date: Mon, 20 Jun 2011 17:25:54 +0200

Am 20.06.2011 17:17, schrieb Sergey Poznyakoff:
Hi Bob,

Compiling runs without any problems. But anubis means:
     gpg-passphrase: Unknown keyword
     gpg-sign: Unknown keyword
Looks like you have placed both keywords in a wrong section. May I have a
look at your config file?

Regards,
Sergey
Of course:
/etc/anubisrc:
    ---BEGIN CONTROL---
    local-mta /usr/sbin/sendmail -bs
    bind kromonos.net:25
    termlevel DEBUG
    tracefile YES
    mode auth
    control-priority system
    rule-priority user
    logfile "/var/log/anubis.log"
    loglevel all
    ssl no
    ssl-key /usr/share/ssl/certs/anubis.pem
    ssl-cert /usr/share/ssl/certs/anubis.pem
    rule-priority user-only
    control-priority user
    ---END---

    ---BEGIN AUTH---
    smtp-greeting-message "GNU Anubis ESMTP"
    sasl-password-db gdbm:/etc/anubis.db
    sasl-allowed-mech DIGEST-MD5 CRAM-MD5 PLAIN
    ---END---


    #
    # The "TRANSLATION" section.
    # A system configuration file only.
    #

    ---BEGIN TRANSLATION---
    translate address@hidden into kromonos
    ---END---

~/.anubisrc
    ---BEGIN RULE---
    gpg-passphrase "12345"

    add header[X-Relay] "Yinichi - KromKroms Hamster"

    if header[User-Agent] :posix "(.*)for Android"
        add body "-- \nSent from my android device\n\n"
    fi

    remove [X-Mailer]
    remove [X-MimeOLE]
    remove [User-Agent]
    modify header [X-Mailer] "kromonos.net"
    add header[X-Kromonos] "Sent over my personal SMTP server"
    add header[X-Processed-By] "GNU Anubis 4.1.1"
    add header[X-Sender-Homepage] "http://kromonos.net";
    signature-file-append yes

    trigger "gpg-sign"
      gpg-sign default
    done

    ---END---

--
Bitte senden Sie mir keine Word- oder PowerPoint-AnhÀnge.
Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html



reply via email to

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