iRedMail
iRedMail
Hi @xbeaudouin, Do you mean we should remove `ssl=openssl` from `/etc/make.conf`? https://github.com/iredmail/iRedMail/blob/master/functions/packages_freebsd.sh#L54
Hi @xbeaudouin, According to functions/packages_freebsd.sh, these ports requires flavors: - mail/spamassassin: need flavors for mysql and postgresql support. - mail/roundcube: need flavors for openldap, mysql, postgresql. Note: for iRedMail OpenLDAP...
Currently the installation involves compiling Perl / Python / PHP / Rust / Go / LLVM, you can imagine how much time we waste.
If dual flavors is impossible, then we still have to install all packages from ports tree, to avoid mixing binary packages and ports. Is such mixing recommended or not? I...
Or, besides standard `ldap`, `mysql`, `pgsql` flavers, can we create `ldap-mysql`, `ldap-pgsql` flavor? I mean, `ldap-mysql` is just one flavor name, except it enables two compile options instead of one....
I think "dual" (or even more) favors is the key. I prefer waiting for you discussion with other maintainers. :) OpenBSD has multi flavors support and it works well, no...
I will wait for your update. Thank you very much. Special flavor might be a trick or temporary solution, for example, What if someone needs ldap + mysql + pgsql?...
> Got it working 100% with PGSQL via packages https://github.com/bozhinov/iRedMail-pub/commits/master/ Great news. 👍 Could you please use only one `pkg install` command to install all packages?
How about I merge it in a new git branch then we continue in that branch instead of master?
I suggest not submitting your own files which are not related to this PR: .envrc, flake.lock, flake.nix, also don't change .gitignore in this PR.