From 30c5b8b435cbb2831d6ccecddbf07fa50319837a Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 8 Sep 2020 20:43:58 +0500 Subject: [PATCH] fix dovecot --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index d350ab456..dc17a792d 100755 --- a/install/install.py +++ b/install/install.py @@ -756,7 +756,7 @@ class preFlightsChecks: ## if self.distro == centos: - command = 'yum --enablerepo=gf-plus -y install dovecot dovecot-mysql' + command = 'yum --enablerepo=gf-plus -y install dovecot23 dovecot23-mysql' elif self.distro == cent8: command = 'dnf install --enablerepo=gf-plus dovecot23 dovecot23-mysql -y' else: