(question in english below)
Ich versuche, meine Mails mit DKIM zu signieren, aber schaffe es nicht.
Ich habe diesen Artikel gefunden:
https://community.grommunio.com/d/208-solved-dkim-configuration
Darin wird der Configwizzard erwähnt, dieser ließ sich auch durchführen und die Konfig scheint angelegt worden zu sein. Jedoch gehen die Mails alle ohne Signatur raus (bzw kommen ohne Signatur an, das weis ich noch nicht).
DNS DKIM Einträge sind gesetzt.
Ich schaffe es auch nicht, das Logging zu aktivieren, oder Antispam schreibt einfach keins?
(Konfig siehe unten)
Meine Fragen:
- wo/wie kann ich sehen, oder nachvollziehen, dass Grommunio-Antispam die Signatur wirklich anhängt?
- wie kann ich das logging aktivieren? Ich habe zwar einträge zum logging vorgenommen, aber geschrieben wird nichts.
I'm trying to sign my emails with DKIM, but I'm having trouble.
I found this article:
https://community.grommunio.com/d/208-solved-dkim-configuration
It mentions the configuration wizard which I was able to run and the configuration seems to have been created. However, all the emails are being sent without a signature (or rather, they're arriving without one, I'm not sure yet).
DNS DKIM entries are in place.
I also can't enable logging or is the anti-spam just not writing anything?
(Configuration details below)
My questions:
- Where/how can I see or verify that Grommunio anti-spam is actually appending the signature?
- How can I enable logging? I've entered log entries, but nothing is being written.
Config/files:
ls /var/lib/grommunio-antispam/dkim/
a24xxx.de.a24xxx.key datxxx.de.datxxx.key submission.de.submission.key
dkim_signing.conf:
logging {
type = "file";
path = "/var/log/grommunio-antispam/dkim_debug.log";
level = "debug";
}
sign_authenticated = true;
use_domain = "header";
allow_hdrfrom_mismatch = true;
domain {
a24salescloud.de {
selector = "a24salescloud";
path = "/var/lib/grommunio-antispam/dkim/a24xxx.de.a24xxx.key";
}
submission.de {
selector = "submission";
path = "/var/lib/grommunio-antispam/dkim/submission.de.submission.key";
}
databoss.de {
selector = "databoss";
path = "/var/lib/grommunio-antispam/dkim/datxxx.de.datxxx.key";
}
}
allow_username_mismatch = true;
use_esld = true;
allow_hdrfrom_mismatch_sign_networks = true;
ls /var/log/grommunio-antispam/
(leer/empty)
Was übersehe ich wieder? / What am i missing hier?