Correction d'erreurs
darcs-hash:20071209210809-af139-6fc55d6c87a3e78124763fc746d63006cecdfb2e.gz
This commit is contained in:
parent
7cc356d8da
commit
fd58dd09dc
5 changed files with 7 additions and 7 deletions
|
@ -9,8 +9,8 @@
|
|||
<!-- Suivant le backend de base de donnees utilise -->
|
||||
<Group name="ldap">
|
||||
<Package name="postfix-ldap"/>
|
||||
<ConfigFile name="ldap-aliases.cf"/>
|
||||
<ConfigFile name="ldap-canonical.cf"/>
|
||||
<ConfigFile name="/etc/postfix/ldap-aliases.cf"/>
|
||||
<ConfigFile name="/etc/postfix/ldap-canonical.cf"/>
|
||||
</Group>
|
||||
<Group name="pgsql">
|
||||
<Package name="postfix-pgsql"/>
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
<!-- Greylisting pour les MX publics -->
|
||||
<Group name="postfix-mx-public">
|
||||
<ConfigFile name="ldap-sqlgrey.cf"/>
|
||||
<ConfigFile name="/etc/postfix/ldap-sqlgrey.cf"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</Bundle>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
rescue_file=/usr/scripts/secours/etat_$(hostname -s)
|
||||
if [ -f $rescue_file ]; then
|
||||
if [ "$(< rescue_file)" = "secours" ]; then
|
||||
if [ "$(< $rescue_file)" = "secours" ]; then
|
||||
echo "group:rescue-mode"
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<FileInfo>
|
||||
<Info onwer="root" group="root" perms="0600"/>
|
||||
<Info owner="root" group="root" perms="0600"/>
|
||||
</FileInfo>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<FileInfo>
|
||||
<Info onwer="root" group="root" perms="0600"/>
|
||||
<Info owner="root" group="root" perms="0600"/>
|
||||
</FileInfo>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<FileInfo>
|
||||
<Info onwer="root" group="root" perms="0600"/>
|
||||
<Info owner="root" group="root" perms="0600"/>
|
||||
</FileInfo>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue