1 (edited by Neovana Today 17:22:42)

Topic: OpenBSD 7.7 and iRedMail 1.7.4 PGSQL Nginx

Thank you for your great work, iRedMail is a swell product.

I updated to iRedMail 1.7.4 while still on OpenBSD 7.6 without issue.

I updated to OpenBSD 7.7, patched the system, updated the packages, and upgraded from PGSQL 16 to 17.

# doas syspatch
# doas pkg_add -u
# doas reboot

Upon boot, I'm seeing the following error:

php81_fpm(absent)

The web server and email servers are working, but I am not able to use roundcube, nor iRedAdmin. Here is how I fixed the roundcube issue:

% doas rcctl disable php81_fpm
% doas ln -s /etc/php-8.2.sample/bz2.ini /etc/php-8.2/bz2.ini
% doas ln -s /etc/php-8.2.sample/gd.ini /etc/php-8.2/gd.ini
% doas ln -s /etc/php-8.2.sample/imap.ini /etc/php-8.2/imap.ini
% doas ln -s /etc/php-8.2.sample/intl.ini /etc/php-8.2/intl.ini
% doas ln -s /etc/php-8.2.sample/opcache.ini /etc/php-8.2/opcache.ini
% doas ln -s /etc/php-8.2.sample/pdo_pgsql.ini /etc/php-8.2/pdo_pgsql.ini
% doas ln -s /etc/php-8.2.sample/pspell.ini /etc/php-8.2/pspell.ini
% doas ln -s /etc/php-8.2.sample/zip.ini /etc/php-8.2/zip.ini
% doas rcctl enable php82_fpm
% doas rcctl start php82_fpm
php82_fpm(ok)

Now roundcube is working, but not iRedAdmin.

I tried:

# bash /root/iRedAdmin-2.6/tools/upgrade_iredadmin.sh

and that did not solve the issue.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.