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

Automatic PR to nightly from 2024-11-13T13:59:18Z #6166

Merged
merged 35 commits into from
Dec 5, 2024
Merged

Conversation

milkmaker
Copy link
Collaborator

@milkmaker milkmaker commented Nov 13, 2024

📁 Modified files

.github/FUNDING.yml | 1 +
data/Dockerfiles/acme/acme.sh | 4 +-
data/Dockerfiles/acme/obtain-certificate.sh | 2 +-
data/Dockerfiles/dockerapi/main.py | 4 +-
data/Dockerfiles/dovecot/clean_q_aged.sh | 2 +-
data/Dockerfiles/dovecot/docker-entrypoint.sh | 4 +-
data/Dockerfiles/dovecot/quarantine_notify.py | 2 +-
data/Dockerfiles/dovecot/quota_notify.py | 2 +-
data/Dockerfiles/dovecot/repl_health.sh | 4 +-
.../Dockerfiles/dovecot/syslog-ng-redis_slave.conf | 2 +
data/Dockerfiles/dovecot/syslog-ng.conf | 2 +
data/Dockerfiles/dovecot/trim_logs.sh | 4 +-
data/Dockerfiles/netfilter/main.py | 8 +-
data/Dockerfiles/nginx/Dockerfile (new) | 18 ++
data/Dockerfiles/nginx/bootstrap.py (new) | 76 +++++
.../nginx/docker-entrypoint.sh (new +x) | 26 ++
data/Dockerfiles/phpfpm/docker-entrypoint.sh | 4 +-
.../Dockerfiles/postfix/syslog-ng-redis_slave.conf | 2 +
data/Dockerfiles/postfix/syslog-ng.conf | 2 +
data/Dockerfiles/rspamd/docker-entrypoint.sh | 12 +-
data/Dockerfiles/sogo/syslog-ng-redis_slave.conf | 2 +
data/Dockerfiles/sogo/syslog-ng.conf | 2 +
data/Dockerfiles/watchdog/watchdog.sh | 20 +-
data/conf/mysql/my.cnf | 2 +-
data/conf/nginx/000-map-size.conf (gone) | 3 -
data/conf/nginx/dynmaps.conf (gone) | 19 --
data/conf/nginx/includes/site-defaults.conf (gone) | 242 ---------------
.../nginx/includes/sogo_proxy_auth.conf (gone) | 8 -
data/conf/nginx/meta_exporter.conf (gone) | 19 --
data/conf/nginx/nginx.conf.j2 (new) | 119 ++++++++
data/conf/nginx/site.conf (gone) | 10 -
data/conf/nginx/sites-default.conf.j2 (new) | 276 +++++++++++++++++
.../nginx/templates/listen_plain.template (gone) | 2 -
.../nginx/templates/listen_ssl.template (gone) | 3 -
.../nginx/templates/server_name.template.sh (gone) | 1 -
data/conf/nginx/templates/sites.template.sh (gone) | 38 ---
data/conf/nginx/templates/sogo.template (gone) | 1 -
.../nginx/templates/sogo_eas.template.sh (gone) | 5 -
data/conf/postfix/postscreen_access.cidr | 76 ++---
data/conf/redis/redis-conf.sh (new +x) | 7 +
data/conf/rspamd/dynmaps/aliasexp.php | 1 +
data/conf/rspamd/dynmaps/forwardinghosts.php | 1 +
data/conf/rspamd/meta_exporter/pipe.php | 7 +-
data/conf/rspamd/meta_exporter/pipe_rl.php | 1 +
data/conf/rspamd/meta_exporter/pushover.php | 1 +
data/web/_rspamderror.php | 1 +
data/web/admin.php | 2 +-
data/web/autodiscover.php | 1 +
data/web/debug.php | 22 +-
data/web/f2b-banlist.php (new) | 11 +
data/web/inc/functions.dkim.inc.php | 4 +-
data/web/inc/functions.inc.php | 2 +
data/web/inc/functions.mailbox.inc.php | 7 +-
data/web/inc/init_db.inc.php | 20 +-
data/web/inc/prerequisites.inc.php | 3 +-
data/web/js/site/mailbox.js | 41 +--
data/web/json_api.php | 14 -
data/web/lang/lang.fr-fr.json | 2 +-
data/web/lang/lang.ru-ru.json | 333 ++++++++++++++-------
data/web/lang/lang.zh-cn.json | 145 +++++++--
data/web/mailbox.php | 1 +
data/web/templates/admin/tab-config-f2b.twig | 2 +-
data/web/templates/mailbox.twig | 1 +
docker-compose.yml | 59 ++--
generate_config.sh | 18 +-
helper-scripts/_cold-standby.sh | 4 +-
helper-scripts/backup_and_restore.sh | 2 +-
helper-scripts/nextcloud.sh | 4 +-
helper-scripts/reset-learns.sh | 10 +-
update.sh | 39 +++
70 files changed, 1100 insertions(+), 695 deletions(-)

FreddleSpl0it and others added 10 commits August 5, 2024 08:55
* update.sh: precaution ask for deletion of dns_blocklists.cf if old format (#6154)

* [Web] Updated lang.zh-cn.json (#6151)

[Web] Updated lang.zh-cn.json

Co-authored-by: Easton Man <me@eastonman.com>

* compose: bump sogo version to include 5.11.2 (#6156)

* php: use correct php image + workaround of #6149 (#6159)

* compose: bump php-fpm container to correctly use patched c-ares

* [Web] check $containers_info contains required fields

---------

Co-authored-by: FreddleSpl0it <patschul@posteo.de>

---------

Co-authored-by: milkmaker <milkmaker@mailcow.de>
Co-authored-by: Easton Man <me@eastonman.com>
Co-authored-by: FreddleSpl0it <patschul@posteo.de>
FreddleSpl0it and others added 10 commits November 20, 2024 10:02
[Web] add missing translation for ratelimit in templates overview
[Web] Add additional columns to _sogo_static_view
[Web] allow dots in dkim selectors
Only show active protocols on "last login" in mailbox overview
close #6187

Signed-off-by: i-curve <i-curve@qq.com>
Co-authored-by: Niklas Meyer <niklas.meyer@servercow.de>
@FreddleSpl0it FreddleSpl0it merged commit a41bb55 into nightly Dec 5, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants