iredmail / iRedMail

Full-featured, open source mail server solution for mainstream Linux/BSD distributions.

Home Page:https://www.iredmail.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian 12

Anzulo1984 opened this issue · comments

Debian 12 was released 2 days ago, support should be added asap

iredmail should work out of the box without any problems (at least if it is a clean install and not an dist-upgrade)

Patches, pull requests are always welcome. :)

I'm already on it, made the install script working and setup a test system on a VM

So far: can confirm installation works, and noticed that debian 10 is still supported for install, even when support was officially dropped already

I'm gonna test further and prepare a pull request

Edit:

so far everything seems fine, needs some changes but expect a working pull request today

Before i continue and create a patch:

do you want to drop debian 10 support in install script?

since changes from debian 11 -> 12 also include php7.4 -> php8.2 as default, which could cause problems with latest sogo which has problems with php < 8.1

since bookworm has latest sogo that supports/needs php8.2 without useing nightly, i would suggest dropping debian11 for fresh installs

Update:

works with mysql (mariadb)
works with ldap
fails with pgsql (no idea, needs more testing, problems with socket)

psql: Fehler: Verbindung zum Server auf Socket »/var/run/postgresql/.s.PGSQL.5432« fehlgeschlagen: FATAL: Peer-Authentifizierung für Benutzer »roundcube« fehlgeschlagen

commit and pull request is up

I have time today and will take over your PR and continue. Thanks for the contribution. :)

Did last commit, got pgsql to work

I use netcat-openbsd instead of your netcat-traditional, because:

This is the "classic" netcat, written by Hobbit. It lacks many features found in netcat-openbsd.

FYI https://packages.debian.org/bookworm/netcat-traditional

makes sense, thus makes no difference since it still works
but netcat alone did not install, i had to choose a release since netcat alone went into a virtual package

Hi @Anzulo1984

Debian 12 support is done. Please help test with latest development edition. :)

which one should i try? ldap/pg/mysql

We need help to test all backends. :)

currently @ mysql

mysql installation works like a charm

need to test the others late, very tired

thx for your honorable mentions, was a joy to contribute

@iredmail What is schedule for new release? I currently have very old iRedMail installation and I need to create new iRedMail installation and I have to use latest Debian version.