I have done a fresh installation of ISPConfig 3.2.x on Centos 8: all work fine but Amavis and Clamd point to different .sock file: Code: [root@mail ~]# grep sock /etc/amavisd/amavisd.conf /etc/clamd.d/amavisd.conf|grep -v '#' /etc/amavisd/amavisd.conf: \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], /etc/clamd.d/amavisd.conf:LocalSocket /run/clamd.amavisd/clamd.sock For now I have change amavisd.conf and point it to /run/clamd.amavisd/clamd.sock and all work fine. Is this a correct solution ? It is a know issue or did I do something wrong during the installation? Many thanks for reply Dario
I have found which is the reason of my problem. From the /etc/redhat-release files I see what the version of my Centos 8 is a "CentOS Stream release 8" and non a "CentOS Linux release 8". I have install accidentally a Centos Stream, and not a Centos Linux 8 Then the install.php thing the server is a "Generic Redhat or compatible", and set the $distid to 'fedora9' in place of 'centos80' Will be Centos Stream release 8 certified in the near future? Or I must reinstall the server with Centos Linux Release 8? Many thanks Dario
What does the test script in https://www.howtoforge.com/community/threads/please-read-before-posting.58408/ show as OS name on your setup?