Set correct permissions on configuration file '10-mail.conf'.
This commit is contained in:
parent
c2d163f142
commit
7340b5eea0
@ -1139,6 +1139,10 @@ mv $_tmp_file /usr/local/dovecot-${_version}/etc/dovecot/conf.d/10-mail.conf
|
|||||||
if [[ "$?" != "0" ]] ; then
|
if [[ "$?" != "0" ]] ; then
|
||||||
_failed=true
|
_failed=true
|
||||||
fi
|
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" \
|
#perl -i -n -p -e "s#^([ ]*)(namespace\ +inbox\ +{\ *)#\1\#\#\ \2#g" \
|
||||||
|
Loading…
Reference in New Issue
Block a user