Kilka dni temu instalowałem podpisywanie OpenDKIM na moim serwerze CentOs 6 ręcznie - http://stevejenkins.com/blog/2011/08/installing-opendkim-rpm-via-yum-with-postfix-or-sendmail-for-rhel-centos-fedora/ .
Ale w ogóle moje maile mają
dkim = neutralny (zły format) header.i=@site.com
Zrobiłem wiele testów, a problemem są spacje w edytorze html kodu HTML, tutaj dwa przykłady, pierwszy jest zły, a drugi dobry:
#ŹRÓDŁO HTML
<html><head></head><body>TEST
<table border="1">
<tbody>
<tr>
<td>a</td>
</tr>
<tr>
<td>b</td>
</tr>
</tbody>
</table>
<a href="http://%%unsubscribelink%%/">Unsubscribe me from this list</a>
</body></html>
RAPORT auth-results@verifier.port25.com
Sprawdź szczegóły DKIM:
Wynik: zawieść
#ŹRÓDŁO HTML
<html><head></head><body>TEST<a href="http://%%unsubscribelink%%/">Unsubscribe me from this list</a></body></html>
RAPORT auth-results@verifier.port25.com
Sprawdź szczegóły DKIM:
Wynik: przechodzić (mecze)
#Jak to naprawić?