Wegen der Abkündigung des weiteren Supports von KOPANO plane ich meinen Mailserver auf grommunio umzustellen. Ich habe dazu eine grommunio Testversion frisch installiert , der Mailversand und -empfang funktioniert auch bereits problemlos.
Ich bekomme grommunio aber nicht dazu eine DKIM Signatur zu versenden. Ich habe nach der Beschreibung hier im Forum DKIM mehrfach installiert:
rspamadm configwizard
habe ich ausgeführt, der DKIM Key wird auch korrekt installiert.
Hier die Konfiguration:
#dkim_signing.conf
use_domain = "header";
allow_hdrfrom_mismatch = true;
allow_hdrfrom_mismatch_sign_networks = true;
allow_username_mismatch = true;
domain {
domain.de {
selector = "dkim";
path = "/var/lib/grommunio-antispam/dkim/domain.de.dkim.key";
}
}
sign_authenticated = true;
use_esld = true;
Den DKIM-Key habe ich in DNS eintragen
systemctl restart grommunio-antispam
wurde auch ausgeführt
Auch die Berechtigungen habe ich noch einmal sicherheitshalber gesetzt:
chown groas:grommunio /var/lib/grommunio-antispam/dkim/domain.de.dkim.key
chmod 440 /var/lib/grommunio-antispam/dkim/domain.de.dkim.key
Trotzdem wird der DKIM Key nicht gesendet. Bei der Überprüfung auf mail-tester.com bekomme ich immer die Mitteilung "Die DKIM Signatur Ihrer Nachricht fehlt"
Was mache ich falsch? Was fehlt noch? Wie komme ich weiter?
================================================================
Same in english:
Due to the discontinuation of further support from KOPANO, I am planning to switch my mail server to grommunio. I have freshly installed a grommunio test version for this purpose, and sending and receiving mail is already working without any problems.
But I can't get grommunio to send a DKIM signature. I have installed DKIM several times according to the description here in the forum:
rspamadm configwizard
and the DKIM key is also installed correctly.
Here is the configuration:
#dkim_signing.conf
use_domain = “header”;
allow_hdrfrom_mismatch = true;
allow_hdrfrom_mismatch_sign_networks = true;
allow_username_mismatch = true;
domain {
domain.de {
selector = “dkim”;
path = “/var/lib/grommunio-antispam/dkim/domain.de.dkim.key”;
}
}
sign_authenticated = true;
use_esld = true;
I have entered the DKIM key in DNS
systemctl restart grommunio-antispam
was also executed
I also set the authorizations again to be on the safe side:
chown groas:grommunio /var/lib/grommunio-antispam/dkim/domain.de.dkim.key
chmod 440 /var/lib/grommunio-antispam/dkim/domain.de.dkim.key
Nevertheless, the DKIM key is not sent. When checking on mail-tester.com I always get the message “The DKIM signature of your message is missing”
What am I doing wrong? What else is missing? How can I proceed?