Modoboa using mariadb
-
git clone https://github.com/modoboa/modoboa-installer
-
cd modoboa-installer
-
./run.py --stop-after-configfile-check domain.com
-
nano installer.cfg
-
Add the folloing to
installer.cfg
[database] engine = mysql host = 127.0.0.1 install = true
<- OTHERS ->