Help! I see an error message (Rocky Linux 10) ============================================= 1) "Please execute '/var/www/cgi-bin/openwebmail/openwebmail-tool.pl --init' on server first!" ==> You may have skipped to run openwebmail-tool with init option # /usr/local/bin/openwebmail-tool --init --yes (--init creates the initial files and directories needed for openwebmail) (--yes will automatically send a site report to the developer) 2) If all fails, you may need to perform a clean install # dnf -y remove openwebmail # rm -rf /var/www/cgi-bin/openwebmail/ # rm -rf /var/www/data/openwebmail/ # dnf -y install openwebmail # /usr/local/bin/openwebmail-tool --init --yes (--init creates the initial files and directories needed for openwebmail) (--yes will automatically send a site report to the developer)