CentOS 8 run.py amavis install failure
See original GitHub issueImpacted versions
Latest?
- installer used: Yes
Steps to reproduce
Centos8 running ./run.py [domain]
leads to:
[root@mail modoboa-installer]# ./run.py [domain]
Welcome to Modoboa installer!
Warning:
Before you start the installation, please make sure the following DNS records exist for domain [domain]':
mail IN A <IP ADDRESS OF YOUR SERVER>
IN MX mail.[domain].
Your mail server will be installed with the following components:
modoboa automx amavis clamav dovecot nginx razor postfix postwhite spamassassin uwsgi radicale opendkim
Do you confirm? (Y/n) y
The process can be long, feel free to take a coffee and come back later ;)
Starting...
Overwrite the existing SSL certificate? (y/N) y
Generating new self-signed certificate
Installing amavis
Failed to install dependencies
cause appears to be amavis
doesn’t appear to exist in CentOS8:
[root@mail modoboa-installer]# yum install amavis
Last metadata expiration check: 0:31:00 ago on Mon 23 Dec 2019 21:14:32 GMT.
No match for argument: amavis
Error: Unable to find a match
[root@mail modoboa-installer]#
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top GitHub Comments
amavis
exists on centos-8 at the momentBut another problem is these packages are missing:
cabextract
,lrzip
,unar
,unzoo
I just tried this as well. The issue is that the installer was developed and tested on CentOS 7 and at least some of the official package names have changed between version 7 and version 8. Amavis is actually not the issue as the name of the package is amavisd-new in both. However, cabextract and lrzip don’t have packages available in the base official repos.
You’re better off installing version 7 and trying the installation again.