diff --git a/.gitattributes b/.gitattributes index 9f87d6d5..5a3b5661 100644 --- a/.gitattributes +++ b/.gitattributes @@ -296,7 +296,6 @@ install/body_checks -text install/domaines.template -text install/dopo.sh -text install/header_checks -text -install/initrep.sh -text install/mysql.sh -text install/mysql.sql -text install/newone.php -text diff --git a/debian/postinst b/debian/postinst index da148df9..244a0937 100644 --- a/debian/postinst +++ b/debian/postinst @@ -41,6 +41,10 @@ case "$1" in # ajoute l'user postfix au groupe sasl adduser --quiet postfix sasl + # corriger les permissions du chroot + mkdir -p /var/spool/postfix/var/run/saslauthd || true + dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd || true + # build local.sh if it does not exist if [ ! -f $CONFIGFILE ]; then cat > $CONFIGFILE <