Typos sur les configs dkim

This commit is contained in:
Pierre-Elliott Bécue 2015-10-01 22:07:49 +02:00
parent 116e36c232
commit 62e0202bec
2 changed files with 4 additions and 9 deletions

View file

@ -3,7 +3,7 @@
<Service name="opendkim"/>
<Path name="/etc/opendkim/opendkim.conf"/>
<Path name="/etc/opendkim.conf"/>
<Path name="/etc/opendkim/KeyTable"/>
<Path name="/etc/opendkim/SigningTable"/>
<Path name="/etc/opendkim/TrustedHosts"/>

View file

@ -2,15 +2,10 @@
<Rules priority="1">
<Service type="deb" name="opendkim" status="on"/>
<Path name="/etc/opendkim/opendkim.conf"/>
<Path name="/etc/opendkim/KeyTable"/>
<Path name="/etc/opendkim/SigningTable"/>
<Path name="/etc/opendkim/TrustedHosts"/>
<Path type="directory" name="/etc/opendkim/" owner="dkim" group="dkim" mode="0775"/>
<Path type="directory" name="/etc/opendkim/keys" owner="dkim" group="dkim" mode="0750"/>
<Path type="directory" name="/etc/opendkim/" owner="opendkim" group="opendkim" mode="0775"/>
<Path type="directory" name="/etc/opendkim/keys" owner="opendkim" group="opendkim" mode="0750"/>
<Action name="dkim-echo" timing="post"
when="modified" status="check"
command="bash -c 'echo Vous devez mettre en place la clef publique et la clef privée pour opendkim. Pensez à les chmod/chown correctement, et n'oubliez pas de vérifier que tout est bon côté DNS. Appuyez sur entree quand vous avez fini. && read'"/>
command="echo Pensez à mettre en place les clefs pour opendkim et à vérifier les entrées DNS idoines."/>
</Rules>