Skip to content

Commit 8713f05

Browse files
author
Kristan Kenney
committed
Remove 15-mailboxes.conf during installation (Debian)
1 parent 0a11301 commit 8713f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ if [ "$dovecot" = 'yes' ]; then
15001500
cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
15011501
chown -R root:root /etc/dovecot*
15021502
if [ "$release" -eq 9 ]; then
1503-
sed -i "s#namespace inbox {#namespace inbox {\n inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
1503+
rm -f /etc/dovecot/conf.d/15-mailboxes.conf
15041504
fi
15051505
update-rc.d dovecot defaults
15061506
service dovecot start

0 commit comments

Comments
 (0)