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 6d36c6a commit 9dd0ad6Copy full SHA for 9dd0ad6
install/hst-install-ubuntu.sh
@@ -1180,6 +1180,9 @@ if [ "$dovecot" = 'yes' ]; then
1180
gpasswd -a dovecot mail
1181
cp -rf $hestiacp/dovecot /etc/
1182
cp -f $hestiacp/logrotate/dovecot /etc/logrotate.d/
1183
+ if [ "$release" = '18.04' ]; then
1184
+ rm -f /etc/dovecot/conf.d/15-mailboxes.conf
1185
+ fi
1186
chown -R root:root /etc/dovecot*
1187
update-rc.d dovecot defaults
1188
service dovecot start
0 commit comments