Set correct permissions on configuration file '10-mail.conf'.

This commit is contained in:
Christoph 2017-10-30 03:59:17 +01:00
parent c2d163f142
commit 7340b5eea0

View File

@ -1139,6 +1139,10 @@ mv $_tmp_file /usr/local/dovecot-${_version}/etc/dovecot/conf.d/10-mail.conf
if [[ "$?" != "0" ]] ; then
_failed=true
fi
chmod 644 /usr/local/dovecot-${_version}/etc/dovecot/conf.d/10-mail.conf
if [[ "$?" != "0" ]] ; then
_failed=true
fi
#perl -i -n -p -e "s#^([ ]*)(namespace\ +inbox\ +{\ *)#\1\#\#\ \2#g" \