fix dovecot

This commit is contained in:
Usman Nasir 2020-09-08 20:43:58 +05:00
parent c8a13d30e9
commit 30c5b8b435
1 changed files with 1 additions and 1 deletions

View File

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