fix dovecot

This commit is contained in:
Usman Nasir
2020-09-08 20:43:58 +05:00
parent 6962f951f2
commit 658792470e

View File

@@ -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: