From 658792470e99e2058080fd496cc4780048fedd4d 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 9ffd6c02f..462ae5a3f 100755 --- a/install/install.py +++ b/install/install.py @@ -782,7 +782,7 @@ $cfg['Servers'][$i]['LogoutURL'] = 'phpmyadminsignin.php?logout'; ## 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: