On donne le chemin complet a postmap.

darcs-hash:20071209214246-af139-be71a00c51dd792926bb3b2fece55ed95feb673e.gz
This commit is contained in:
Jeremie Dimino 2007-12-09 22:42:46 +01:00
parent a2e021de6a
commit 54c038b05b

View file

@ -22,14 +22,14 @@
command="/usr/bin/newaliases"/>
<Action name="update-postfix-canonical"
timing="post" when="modified" status="check"
command="/usr/sbin/postmap canonical"/>
command="/usr/sbin/postmap /etc/postfix/canonical"/>
<Action name="update-postfix-mime_header_checks"
timing="post" when="modified" status="check"
command="/usr/sbin/postmap mime_header_checks"/>
command="/usr/sbin/postmap /etc/postfix/mime_header_checks"/>
<Action name="update-postfix-transport"
timing="post" when="modified" status="check"
command="/usr/sbin/postmap transport"/>
command="/usr/sbin/postmap /etc/postfix/transport"/>
<Action name="update-postfix-virtual"
timing="post" when="modified" status="check"
command="/usr/sbin/postmap virtual"/>
command="/usr/sbin/postmap /etc/postfix/virtual"/>
</Rules>