Dkim : Différence entre versions
(→procédure) |
(→procédure) |
||
Ligne 41 : | Ligne 41 : | ||
t=s pour que le destinataire la prenne en compte | t=s pour que le destinataire la prenne en compte | ||
− | note pour domainkey t=n pour ne pas etre en test | + | |
+ | |||
+ | il faut aussi ajouter une ligne sans selecteur | ||
+ | The sending domain policy is published using a DNS TXT record as follows: | ||
+ | |||
+ | _domainkey.example.com. IN TXT "t=y; o=~" | ||
+ | |||
+ | The t=y value pair means that the example.com domain is testing DomainKeys. | ||
+ | |||
+ | The o tag denotes the outbound signing policy. ~ (tilde) means that the example.com domain may sign some emails with DomainKeys. - mean all emails are signed | ||
+ | |||
+ | Additional fields for test (t), responsible e-mail address (r), and notes (n) may also be included - for example "o=-; n=some notes". | ||
+ | |||
+ | note pour domainkey t=n pour ne pas etre en test, mais t=y est pour test aussi | ||
== todo== | == todo== |
Version du 10 août 2012 à 21:59
de façon étonnante le plugin perl DKIM est installé de base sur SME.
http://dkimcore.org/c/keycheck
Sommaire
en fait
tout est deja dans sme il suffit d'Activer : http://bugs.contribs.org/show_bug.cgi?id=4558
procédure
installer dkim check et sign sur sme8
cd /usr/share/qpsmtpd/plugins wget http://alecto.bittwiddlers.com/files/qpsmtpd/dkimcheck wget http://alecto.bittwiddlers.com/files/qpsmtpd/dkimsign
creer les clefs
openssl genrsa -out dkim-alecto.private 1024 openssl rsa -in dkim-alecto.private -pubout -out dkim-alecto.public
editer le fichier plugins
vim /etc/qpsmtpd/plugins
ajouter
dkimsign selector=alecto domains=bittwiddlers.com,bitnerd.com keyfile=/etc/ssl/certs/dkim-alecto.private
enfin ajouter votre champs au DNS
alecto._domainkey IN TXT "k=rsa; p=<key text>; t=y"
t=y pour que le destinataire ignore la signature
t=s pour que le destinataire la prenne en compte
il faut aussi ajouter une ligne sans selecteur The sending domain policy is published using a DNS TXT record as follows:
_domainkey.example.com. IN TXT "t=y; o=~"
The t=y value pair means that the example.com domain is testing DomainKeys.
The o tag denotes the outbound signing policy. ~ (tilde) means that the example.com domain may sign some emails with DomainKeys. - mean all emails are signed
Additional fields for test (t), responsible e-mail address (r), and notes (n) may also be included - for example "o=-; n=some notes".
note pour domainkey t=n pour ne pas etre en test, mais t=y est pour test aussi
todo
config plugin check
sources
http://bugs.contribs.org/show_bug.cgi?id=4558
http://www.mail-archive.com/qpsmtpd@perl.org/msg06881.html
http://alecto.bittwiddlers.com/files/qpsmtpd/dkimsign
http://alecto.bittwiddlers.com/files/qpsmtpd/dkimcheck
http://dkimproxy.sourceforge.net/
http://markmail.org/download.xqy?id=pnpkjovxlizmcwar&number=1
https://groups.google.com/forum/?fromgroups#!topic/perl.qpsmtpd/YrrcPLeZjJo[1-25]