mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-17 21:12:05 +01:00
bug fix: dovecot for cent8
This commit is contained in:
@@ -1729,6 +1729,13 @@ class Upgrade:
|
||||
command = "yum update -y"
|
||||
Upgrade.executioner(command, 0)
|
||||
|
||||
if Upgrade.decideCentosVersion() == CENTOS8:
|
||||
command = 'dnf remove dovecot23 dovecot23-mysql -y'
|
||||
Upgrade.executioner(command, 0)
|
||||
|
||||
command = 'dnf install --enablerepo=gf-plus dovecot23 dovecot23-mysql -y'
|
||||
Upgrade.executioner(command, 0)
|
||||
|
||||
## Remove Default Password Scheme
|
||||
|
||||
path = '/etc/dovecot/dovecot-sql.conf.ext'
|
||||
|
||||
Reference in New Issue
Block a user