File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -172,3 +172,17 @@ for user in $($HESTIA/bin/v-list-users plain | cut -f1); do
172172done
173173
174174chown root:root /var/log/$WEB_SYSTEM /domains/$WEBMAIL_ALIAS * > /dev/null 2>&1
175+
176+ # Enable IMAP/POP3 quota information
177+ if [ -z " $IMAP_SYSTEM " ]; then
178+ echo " (*) Enabling IMAP quota information reporting ..."
179+ if [ -e /etc/dovecot/conf.d/20-pop3.conf ]; then
180+ cp -f $HESTIA /install/deb/dovecot/conf.d/20-pop3.conf /etc/dovecot/conf.d/20-pop3.conf
181+ fi
182+ if [ -e /etc/dovecot/conf.d/20-imap.conf ]; then
183+ cp -f $HESTIA /install/deb/dovecot/conf.d/20-imap.conf /etc/dovecot/conf.d/20-imap.conf
184+ fi
185+ if [ -e /etc/dovecot/conf.d/90-quota.conf ]; then
186+ cp -f $HESTIA /install/deb/dovecot/conf.d/90-quota.conf /etc/dovecot/conf.d/90-quota.conf
187+ fi
188+ fi
You can’t perform that action at this time.
0 commit comments