modoboa / modoboa-installer

An installer for Modoboa
MIT License
264 stars 138 forks source link

During Installation received "Failed to find amavis database schema", no version 13 sql files #477

Closed mfsiii closed 1 year ago

mfsiii commented 1 year ago

Impacted versions

Steps to reproduce

Standard install procedure:

git clone https://github.com/modoboa/modoboa-installer cd modoboa-installer sudo ./run.py

Current behavior

Get an error message: "Failed to find amavis database schema"

Expected behavior

To not see this ;)

It looks like the amavis version it downloads is 2.13.0 and the configuration files in the amavis directory for modoboa has up to version 2.12.x. I bypassed it by copying 12 for 13.

mfsiii commented 1 year ago

After reading other areas, it looks like Stream 9 is not fully supported yet... I ran into other issues after. Which versions are supported? I can't seem to find that info in the manual.

Spitfireap commented 1 year ago

Hi, centos 9 is not yet supported indeed. You can try with centos9-support branch but it is not finished and it involves setting SE Linux to permissive mode. You can also proceed with a manual installation by following the documentation.