Don't need common

This commit is contained in:
Bob Mottram 2015-06-20 18:57:52 +01:00
parent 702f9097f1
commit cb785d1820
1 changed files with 1 additions and 1 deletions

View File

@ -5627,7 +5627,7 @@ function configure_imap {
mkdir -p /etc/dovecot/conf.d
fi
apt-get -y install dovecot-common dovecot-imapd
apt-get -y install dovecot-imapd
if [ ! -d /etc/dovecot ]; then
echo "ERROR: Dovecot does not appear to have installed. $CHECK_MESSAGE"