i downloaded the mailcow from github and I am using centos7 . I am facing problem during the installation ..my generate_config.sh commond is not running no error is showing nothing is happening ..can any one tell me whats the problem
Try to add a set -x in the second line and try again.
set -x
And please don’t download it, please clone it. Do the installation as described in the docs.
My problem get resolved …mailcow is not supported by kernal 4.4.x
It doesn’t really depend on the kernel. It depends on the modules.
You should also not use a LXC container etc. We write that in the docs. 🙂