Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2025-02 #6335

Merged
merged 33 commits into from
Feb 27, 2025
Merged

Update 2025-02 #6335

merged 33 commits into from
Feb 27, 2025

Conversation

FreddleSpl0it
Copy link
Collaborator

No description provided.

Babybatrick and others added 30 commits December 19, 2024 21:59
This commit includes the addition of 3 lines, in the volumes part of the sogo-mailcow container, to allow for better customisation of the user interface on the web client page.
…ker-compose.yml (sogo-mailcow container)

After new volumes were added to docker-compose.yml in the sogo-mailcow container, it is necessary to include the specified files in the path, in order for docker to correctly start after running `docker compose up` command, otherwise error will appear, as necessary files would be missing.
The files uploaded are original SOGo UI elements, obtained from the sogo-mailcow container. Whenever users will need to change the UI elements, they would just need to change these files. Hence simplifying the process.
Fix check_prs_if_on_staging workflow
…6270)

* Update generate_config.sh version checking for wider compatibility 

fix: replace `grep -oP` with `grep -oE` for broader compatibility

The `-P` option (Perl-compatible regex) is not supported in all versions of `grep`, particularly the default BSD `grep` on macOS. This change replaces `-P` with `-E` (extended regex), which is more widely available and ensures compatibility across different environments.

Tested on macOS and Linux.

* Update generate_config.sh to remove use of platform dependent grep

Replaced version checking using free-form text. Instead, uses Docker’s built-in templating instead of parsing free-form text. This gives cross-platform consistency without dependency on particular versions of grep.
Adding lines to docker-compose.yml to allow for simpler SOGo web client UI customisation
* Update Rspamd to 3.11

* Enable SMTPUTF8 and hide it from SMTPD greeting

* Update options.inc

* compose: increased rspamd tag
* [Mariadb] Update to 10.11 (LTS)

* mysql: set default collation to general_ci
* Move sed cmd to remove discontinued DNSBLs

* compose: bump postfix version

---------

Co-authored-by: DerLinkman <[email protected]>
[Dovecot][Netfilter] Fix dovecot failed login regex
Fix #2752 - Allow domain recipients for address rewrite
FreddleSpl0it and others added 3 commits February 27, 2025 08:15
Prompt user before applying major updates
* use ghcr.io for backup image

* backup script: use renamed script + improved build of image

---------

Co-authored-by: DerLinkman <[email protected]>
@FreddleSpl0it FreddleSpl0it merged commit 2d1ef41 into master Feb 27, 2025
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants