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 0a11301 commit 8713f05Copy full SHA for 8713f05
install/hst-install-debian.sh
@@ -1500,7 +1500,7 @@ if [ "$dovecot" = 'yes' ]; then
1500
cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
1501
chown -R root:root /etc/dovecot*
1502
if [ "$release" -eq 9 ]; then
1503
- sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
+ rm -f /etc/dovecot/conf.d/15-mailboxes.conf
1504
fi
1505
update-rc.d dovecot defaults
1506
service dovecot start
0 commit comments