We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff35b1 commit 8c062c3Copy full SHA for 8c062c3
install/hst-install-debian.sh
@@ -1075,6 +1075,9 @@ if [ "$dovecot" = 'yes' ]; then
1075
cp -rf $hestiacp/dovecot /etc/
1076
cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
1077
chown -R root:root /etc/dovecot*
1078
+ if [ "$release" -eq 9 ]; then
1079
+ sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
1080
+ fi
1081
update-rc.d dovecot defaults
1082
service dovecot start
1083
check_result $? "dovecot start failed"
0 commit comments