antedebaas / Viesti-Reports

DMARC & SMTP-TLS Reports processor and visualizer and BIMI file hoster
https://docs.viestireports.com/
GNU Affero General Public License v3.0
81 stars 16 forks source link

README - php-zlib missing in Prerequisites #140

Closed ondraknezour closed 3 months ago

ondraknezour commented 3 months ago

Processing of about half of my reports ended with error. Nothing useful in logs, only that message was flagged. Reports in IMAP mailbox looked fine, so I dived into database (SQLite, but not relevant here) to find that it is unknown report type and going deeper into sources I find usage of the gzopen() function, which is part of php-zlib extension, which at least on FreeBSD is not installed automatically as part of php package.

Please add php-zlib into Prerequisites section of README.

antedebaas commented 3 months ago

php-zlib is not a package on redhat based systems but ill add it to the list