From 9089595a5276d2f8d643789b838074a0b2158549 Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 1 Oct 2019 21:48:09 +0200 Subject: [PATCH] Removing inbox = yes from installer --- install/vst-install-debian.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index d72782b2..8283679e 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -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"