diff --git a/HowtoOpenDKIM.md b/HowtoOpenDKIM.md index 90464163..2a8fe0db 100644 --- a/HowtoOpenDKIM.md +++ b/HowtoOpenDKIM.md @@ -265,6 +265,13 @@ Authentication-Results: antispam.example.com; dkim=pass dkim-adsp=pass; dkim-atps=neutral ~~~ +Attention, si vous utilisez aussi [Amavis](HowtoAmavis), vérifiez bien que `/etc/postfix/master.cf` a bien l'option `no_milters` dans son option `-o receive_override_options` pour le process SMTPD de retour d'Amavis (en général `127.0.0.1:10025`) sinon OpenDKIM pourrait signer aussi les emails entrants au retour d'Amavis (cela dépend évidemment de votre `SigningTable`) : + +~~~ +opendkim[18086]: 8A836229A8: mail-pl1-f202.google.com [209.85.214.202] not internal +opendkim[18086]: 8A836229A8: not authenticated +opendkim[18086]: 2760F22B59: DKIM-Signature field added (s=dkim-foo, d=google.com) +~~~ ## Vérifications