Removing inbox = yes from installer

This commit is contained in:
dpeca 2019-10-01 21:48:09 +02:00 committed by GitHub
commit 9089595a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1192,9 +1192,6 @@ if [ "$dovecot" = 'yes' ]; then
cp -rf $vestacp/dovecot /etc/
cp -f $vestacp/logrotate/dovecot /etc/logrotate.d/
chown -R root:root /etc/dovecot*
if [ "$release" -eq 9 ] || [ "$release" -eq 10 ]; then
sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
fi
update-rc.d dovecot defaults
service dovecot start
check_result $? "dovecot start failed"