On donne le chemin complet a postmap.
darcs-hash:20071209214246-af139-be71a00c51dd792926bb3b2fece55ed95feb673e.gz
This commit is contained in:
parent
a2e021de6a
commit
54c038b05b
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue