Typos sur les configs dkim
This commit is contained in:
parent
116e36c232
commit
62e0202bec
2 changed files with 4 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<Service name="opendkim"/>
|
<Service name="opendkim"/>
|
||||||
|
|
||||||
<Path name="/etc/opendkim/opendkim.conf"/>
|
<Path name="/etc/opendkim.conf"/>
|
||||||
<Path name="/etc/opendkim/KeyTable"/>
|
<Path name="/etc/opendkim/KeyTable"/>
|
||||||
<Path name="/etc/opendkim/SigningTable"/>
|
<Path name="/etc/opendkim/SigningTable"/>
|
||||||
<Path name="/etc/opendkim/TrustedHosts"/>
|
<Path name="/etc/opendkim/TrustedHosts"/>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
<Rules priority="1">
|
<Rules priority="1">
|
||||||
<Service type="deb" name="opendkim" status="on"/>
|
<Service type="deb" name="opendkim" status="on"/>
|
||||||
|
|
||||||
<Path name="/etc/opendkim/opendkim.conf"/>
|
<Path type="directory" name="/etc/opendkim/" owner="opendkim" group="opendkim" mode="0775"/>
|
||||||
<Path name="/etc/opendkim/KeyTable"/>
|
<Path type="directory" name="/etc/opendkim/keys" owner="opendkim" group="opendkim" mode="0750"/>
|
||||||
<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"/>
|
|
||||||
|
|
||||||
<Action name="dkim-echo" timing="post"
|
<Action name="dkim-echo" timing="post"
|
||||||
when="modified" status="check"
|
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>
|
</Rules>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue