attempt to fix bug #1109 by explicitely creating the sasl directory

This commit is contained in:
Antoine Beaupré 2008-04-10 18:52:23 +00:00
parent c8f477c3ec
commit 21935b9c57
1 changed files with 1 additions and 0 deletions

View File

@ -50,4 +50,5 @@ 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
dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd || true