Preinstall dovecot into images

This commit is contained in:
Bob Mottram 2017-06-16 10:29:02 +01:00
parent 1c16dbfe85
commit 39628a200d
1 changed files with 0 additions and 2 deletions

View File

@ -1278,8 +1278,6 @@ function configure_imap {
return
fi
dpkg -P dovecot-imapd
dpkg -P dovecot-core
apt-get -yq install dovecot-imapd
if [ ! -d /etc/dovecot ]; then