suivi des instructions disponibles ici :

http://alternc.org/marchives/dev/2005-November/001800.html
pour ajouter les éléments nécessaires au bon démarrage de saslauthd
This commit is contained in:
Rémi 2006-05-01 13:37:34 +00:00
parent c3b37f5ecb
commit 2cc511a79e
2 changed files with 5 additions and 0 deletions

2
debian/preinst vendored
View File

@ -6,6 +6,8 @@ set -e
case "$1" in
install)
# ajoute l'user postfix au groupe sasl
adduser --quiet postfix sasl
;;
upgrade)

View File

@ -49,3 +49,6 @@ touch $DATA/apacheconf/override_php.conf
mkdir -p /var/log/alternc
chown www-data:www-data /var/log/alternc
chgrp -R www-data /etc/alternc
mkdir -p /var/spool/postfix/var/run/saslauthd
chmod 710 /var/spool/postfix/var/run/saslauthd