Commit Graph

1178 Commits

Author SHA1 Message Date
Vicente fad707f279
Merge 7b1c53d35d into 0303dbc1d2 2023-09-13 21:00:47 +02:00
Michael Stilkerich 930473a980 Set asyncio timeout to 0 for yielding 2023-08-12 07:20:56 +02:00
Michael Stilkerich 533bd36572 Fix CPU load of dockerapi container
Previously the handle_pubsub_messages() loop was executing every 10ms
when there was no message available. Now reading from the redis network
socket will block (the coroutine) for up to 30s before it returns when
no message is available.

Using channel.listen() would be even better, but it lacks the
ignore_subscribe_messages option and I could not figure out how to
filter the returned messages.
2023-08-05 20:58:34 +02:00
FreddleSpl0it b050cb9864
[Postfix] remove dnsbl_reply.map if not required 2023-08-03 09:00:08 +02:00
DocFraggle 8f9ed9e0df
Merge branch 'staging' into staging 2023-08-02 20:20:18 +02:00
FreddleSpl0it 003eecf131
[Postfix] remove spamhaus dbl and zrd from postscreen_dnsbl_sites 2023-08-02 17:08:55 +02:00
FreddleSpl0it 5d3491c801
[Postfix] only apply DNSBL if dns_blocklists.cf is not empty 2023-08-02 16:48:22 +02:00
FreddleSpl0it c45684b986
[Postfix] rework dns_blocklists.cf generation 2023-08-02 16:36:59 +02:00
Christian Hailer 9f39af46aa Add postscreen_dnsbl_reply_map to avoid disclosure of DQS key with Spamhaus setup 2023-08-01 16:12:44 +02:00
Sébastien RICCIO 7cda9f063f
Fix for fix
I did not paid attention to the "User overrides" sed/q
2023-08-01 13:59:23 +02:00
Sébastien RICCIO 5e7583c5e6
Fix main.cf merging order
Now the dnsbl files are merged before extra.cf
2023-08-01 10:49:26 +02:00
Hailer, Christian 3000da6b88 Fix spamhaus query domains (.net only) 2023-07-31 13:50:36 +02:00
DerLinkman 0f337971ff Reimplemented option for custom dnsbls 2023-07-31 12:03:07 +02:00
Niklas Meyer dabf9104ed
Merge pull request #5342 from DocFraggle/mailcow_spamhaus
dns_blocklists.cf isn't appended to main.cf and therefore ineffective…
2023-07-30 19:02:01 +02:00
Christian Hailer 952ddb18fd dns_blocklists.cf isn't appended to main.cf and therefore ineffective #5340 2023-07-30 18:56:52 +02:00
DerLinkman 34d990a800 Removed obsolete whois package 2023-07-28 20:35:28 +02:00
DerLinkman 525364ba65 Implemented remote Bad AS lookup 2023-07-28 20:27:38 +02:00
DerLinkman 815572f200 Merge branch 'feat/spamhaus-dqs-asn' into staging 2023-07-28 10:33:34 +02:00
DerLinkman ec8d298c36 Update postfix.sh to include pbl for dqs 2023-07-13 16:42:59 +02:00
FreddleSpl0it 0f0d43b253
[Dockerapi] add missing import os 2023-07-07 11:32:28 +02:00
DerLinkman 7b645303d6 Added Colorful Outputs for the Spamhaus info in PF 2023-06-23 15:54:49 +02:00
DerLinkman 408381bddb Update Postfix image to 1.69 + improvements 2023-06-23 15:48:13 +02:00
DerLinkman 03b7a8d639 Implemented Postfix Blocklist generation 2023-06-23 14:25:07 +02:00
FreddleSpl0it 06cce79806
[Dockerapi] add pubsub handler for broadcasting in ha setup 2023-06-12 16:37:48 +02:00
Vicente 7b1c53d35d Merge remote-tracking branch 'upstream/master' 2023-06-03 11:38:44 +02:00
FreddleSpl0it 67510adb9e
[Dovecot] remove pass return in Dovecot lua auth 2023-05-30 16:47:03 +02:00
DerLinkman 70aab7568e Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
FreddleSpl0it f80940efdc
[Dovecot] remove pass return in Dovecot lua auth 2023-05-30 09:09:41 +02:00
Patrick Schult 73d6a29ae1
Merge pull request #5205 from mailcow/clean_sasl_log
Clean up old entries from sasl_log
2023-05-09 09:49:40 +02:00
Patrick Schult 3c68a53170
Merge pull request #5201 from mailcow/fix/sieve-print
[Dockerapi] Fix typo in dockerapi sieve print
2023-05-08 16:00:22 +02:00
DerLinkman b5acf56e20 Added Platform Information on Status Page 2023-05-02 18:11:10 +02:00
Michael Kuron 856b3b62f2
Clean up old sasl_log entries 2023-04-22 14:16:42 +02:00
FreddleSpl0it 6e79c48640
[Dockerapi] Fix typo in dockerapi sieve print 2023-04-21 16:15:16 +02:00
Vicente 1485e7286c Merge branch 'staging' 2023-04-21 14:59:22 +02:00
Vicente 5fb98719e8 Revert "Squashed commit of the following:"
This reverts commit fb20fd48fb.
2023-04-21 14:56:52 +02:00
Vicente fb20fd48fb Squashed commit of the following:
commit 8f28666916
Merge: 428b9175 3eaa5a62
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Apr 20 16:49:17 2023 +0200

    Merge pull request #5195 from mailcow/staging

    2023-04b

commit 3eaa5a626c
Merge: 8c79056a 22a0479f
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Apr 20 14:20:03 2023 +0200

    Merge pull request #5187 from mailcow/fix-5185

    Nextcloud helperscript - redo PHP check

commit 8c79056a94
Merge: ed076dc2 0e24c3d3
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Apr 20 14:19:19 2023 +0200

    Merge pull request #5194 from mailcow/renovate/nextcloud-server-26.x

    Update dependency nextcloud/server to v26.0.1

commit ed076dc23e
Merge: be2286c1 3510d561
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Apr 20 13:50:57 2023 +0200

    Merge pull request #5186 from goodygh/datatables_sorting

    [Web] Datatables sorting

commit be2286c11c
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Apr 20 13:41:11 2023 +0200

    [Dockerapi] fix maildir cleanup for domains

commit 0e24c3d300
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Apr 20 11:36:01 2023 +0000

    Update dependency nextcloud/server to v26.0.1

    Signed-off-by: milkmaker <milkmaker@mailcow.de>

commit e1d8df6580
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Apr 20 13:20:51 2023 +0200

    [Web] check mailbox before replacing sogo_static_view

commit 04a08a7d69
Merge: 026b2783 3c0c8aa0
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Apr 20 12:32:42 2023 +0200

    Merge pull request #5193 from mailcow/feat/update-sogo

    [SOGo] update sogo 5.8.2.20230419

commit 3c0c8aa01f
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Apr 20 12:07:21 2023 +0200

    [SOGo] update sogo 5.8.2.20230419

commit 026b278357
Merge: 00ac61f0 4121509c
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Apr 20 11:34:41 2023 +0200

    Merge pull request #5183 from mailcow/fix/add-mbox-performance

    [Web] optimizing mailbox add/edit/delete performance

commit 4121509ceb
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Apr 20 11:28:59 2023 +0200

    [Web] optimizing update_sogo_static_view function

commit 00ac61f0a4
Merge: 4bb0dbb2 6986e775
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Wed Apr 19 17:31:05 2023 +0200

    Merge pull request #5184 from bdwebnet/fix/ui-allowed-protocols

    Added dropdown divider to "allowed protocols" selection on mailbox page

commit 4bb0dbb2f7
Merge: 13b6df74 20fc9eaf
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Wed Apr 19 17:26:54 2023 +0200

    Merge pull request #5191 from shiz0/patch-1

    Fix Typo

commit 13b6df74af
Merge: 5c025bf8 b4a9df76
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Wed Apr 19 17:23:26 2023 +0200

    Merge pull request #5174 from bdwebnet/staging

    Fix error  "Deprecated: Using ${var} in strings is deprecated, use {$…

commit 5c025bf865
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Wed Apr 19 17:03:04 2023 +0200

    [Rspamd] rollback to 3.4

commit 20fc9eaf84
Author: Hannes Happle <info@h2-it.de>
Date:   Sun Apr 16 14:32:44 2023 +0200

    Fix Typo

commit 22a0479fab
Author: Peter <magic@kthx.at>
Date:   Thu Apr 13 21:11:40 2023 +0200

    Redo the PHP check grep

commit 3510d5617d
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 19:18:04 2023 +0200

    Fix sorting for active relayhost

commit 236d627fbd
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 19:14:20 2023 +0200

    Fix sorting for active transport map

commit 99739eada0
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 19:01:03 2023 +0200

    Fix sorting for active fowrardinghoststable

commit 7bfef57894
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 18:54:59 2023 +0200

    Fix sorting for active and tla on admins

commit d9dfe15253
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 18:54:08 2023 +0200

    Fix sorting for active and tla on domain-admins

commit 3fe8aaa719
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 18:14:18 2023 +0200

    Fix sorting for active tls-policy-map

commit 78a8fac6af
Author: goodygh <github@goodi.ch>
Date:   Thu Apr 13 18:10:21 2023 +0200

    Fix sorting for active bcc-map and recipient-map

commit 6986e7758f
Author: bd <51322242+bdwebnet@users.noreply.github.com>
Date:   Thu Apr 13 17:33:28 2023 +0200

    Added dropdown divider to "allowed protocols" selection on mailbox page

commit b4a9df76b8
Merge: bdb07061 f681fcf1
Author: BD <51322242+bdwebnet@users.noreply.github.com>
Date:   Thu Apr 13 17:22:13 2023 +0200

    Merge branch 'mailcow:staging' into staging

commit d9d958356a
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Apr 13 14:35:55 2023 +0200

    [Web] optimizing update_sogo_static_view function

commit 96f954a4e2
Author: goodygh <github@goodi.ch>
Date:   Wed Apr 12 00:36:46 2023 +0200

    Fix sorting for active syncjobs

commit 44585e1c15
Author: goodygh <github@goodi.ch>
Date:   Wed Apr 12 00:23:53 2023 +0200

    Fix sorting datatable in domain aliases

commit c737ff4180
Author: goodygh <github@goodi.ch>
Date:   Wed Apr 12 00:21:27 2023 +0200

    Fix sorting datatable in aliases

commit 025279009d
Author: goodygh <github@goodi.ch>
Date:   Wed Apr 12 00:17:41 2023 +0200

    Fix sorting for active resources

commit a9dc13d567
Author: goodygh <github@goodi.ch>
Date:   Wed Apr 12 00:15:16 2023 +0200

    Fix sorting datatable in mailbox templates

commit c3ed01c9b5
Author: goodygh <github@goodi.ch>
Date:   Tue Apr 11 23:49:50 2023 +0200

    Fix sorting for active mailboxes

commit bd0b4a521e
Author: goodygh <github@goodi.ch>
Date:   Tue Apr 11 23:42:43 2023 +0200

    Fix sorting datatable in domain templates

commit 800a0ace71
Author: goodygh <github@goodi.ch>
Date:   Tue Apr 11 23:19:56 2023 +0200

    Fix sorting for active domain in domains table

commit db97869472
Author: goodygh <github@goodi.ch>
Date:   Tue Apr 11 23:18:13 2023 +0200

    Datatable hide sorting value

commit f681fcf154
Author: milkmaker <milkmaker@mailcow.de>
Date:   Tue Apr 11 17:38:39 2023 +0200

    [Web] Updated lang.cs-cz.json (#5177)

    Co-authored-by: utaxiu <kontakt@malyjakub.cz>

commit db1b5956fc
Merge: 469f959e 80dacc01
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Tue Apr 11 06:35:41 2023 +0200

    Merge pull request #5133 from FELDSAM-INC/feldsam/bs5-related-fixes

    BS5 related fixes

commit bdb07061ed
Author: BD <51322242+bdwebnet@users.noreply.github.com>
Date:   Sat Apr 8 17:29:34 2023 +0200

    Fix error  "Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /web/sogo-auth.php on line 63"

commit 428b917579
Merge: 028ef228 469f959e
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Apr 3 20:15:46 2023 +0200

    Merge pull request #5166 from mailcow/staging

    Hotfix php8.2 nextcloud < 26

commit 469f959e96
Merge: 0194c39b b68e189d
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Apr 3 20:10:05 2023 +0200

    Merge pull request #5164 from mailcow/fix-5163

    Add a check for PHP>=8.2 errormsg

commit b68e189d97
Author: Peter <magic@kthx.at>
Date:   Mon Apr 3 19:03:13 2023 +0200

    Add a check for PHP>=8.2 errormsg

commit 028ef22878
Merge: 229303c1 0194c39b
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Apr 3 14:55:55 2023 +0200

    Merge pull request #5162 from mailcow/staging

    Update 2023-04

commit 80dacc015a
Author: Kristian Feldsam <feldsam@gmail.com>
Date:   Mon Mar 20 01:37:49 2023 +0100

    [web] fixed mailbox/user settings buttons styling

    Signed-off-by: Kristian Feldsam <feldsam@gmail.com>

    [web] fixed mailbox/user settings buttons styling

    Signed-off-by: Kristian Feldsam <feldsam@gmail.com>

commit 0194c39bd5
Merge: ae46a877 f53ca24b
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Fri Mar 31 08:16:57 2023 +0200

    Merge pull request #5158 from mailcow/feat/sogo-5.8.2

    [SOGo] Update to 5.8.2

commit f53ca24bb0
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Mar 30 16:00:21 2023 +0200

    [SOGo] Update to 5.8.2

commit ae46a877d3
Merge: fd0205aa 400939fa
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Mar 30 09:05:52 2023 +0200

    Merge pull request #5157 from mailcow/feat/netfilter-1.52

    [Netfilter] Update to 1.52

commit 400939faf6
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Thu Mar 30 08:44:38 2023 +0200

    [Netfilter] Update to 1.52

commit fd0205aafd
Merge: e367a8ce 096e2a41
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Mar 30 07:53:33 2023 +0200

    Merge pull request #5127 from th-joerger/feature/bantime-increment

    [Netfilter] Implemented exponentially incrementing bantime

commit e367a8ce24
Merge: 3d2483ca 26c34b48
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Thu Mar 30 07:52:00 2023 +0200

    Merge pull request #5153 from mailcow/fix/del-vmail-index

    [Dockerapi] delete vmail_index on maildir cleanup

commit 096e2a41e9
Author: Thorbjörn Jörger <thor@joerger.dev>
Date:   Wed Mar 29 17:09:25 2023 +0200

    Push verified options to redis after each check

commit e010f08143
Author: Thorbjörn Jörger <thor@joerger.dev>
Date:   Wed Mar 29 15:18:11 2023 +0200

    verify options after loading them, set defaults if options are missing or invalid

commit 3d2483ca37
Merge: 535dd235 f77c6541
Author: Patrick Schult <75116288+FreddleSpl0it@users.noreply.github.com>
Date:   Wed Mar 29 08:13:11 2023 +0200

    Merge pull request #5093 from brunoleon/fix_snat

    Fix SNAT never being added because of exception

commit 535dd23509
Merge: 4336a99c 9fd4aa93
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Tue Mar 28 11:44:59 2023 +0200

    Merge pull request #5139 from mailcow/renovate/mailcow-rspamd-1.x

    Update mailcow/rspamd Docker tag to v1.93

commit 4336a99c6a
Author: DerLinkman <derlinkman@gmail.com>
Date:   Tue Mar 28 11:40:00 2023 +0200

    [Nextcloud] Changed default X-Robots Tag behavior

commit 4cd5f93cdf
Author: DerLinkman <derlinkman@gmail.com>
Date:   Tue Mar 28 11:22:49 2023 +0200

    Fixed broken pipe errors in nextcloud.sh

commit 67955779b0
Author: DerLinkman <derlinkman@gmail.com>
Date:   Tue Mar 28 11:17:59 2023 +0200

    Fix broken pipe error in reset-admin.sh

commit 26c34b484a
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Tue Mar 28 11:01:14 2023 +0200

    increase dockerapi image

commit 4021613059
Author: FreddleSpl0it <patschul@posteo.de>
Date:   Tue Mar 28 10:59:08 2023 +0200

    delete vmail_index when mbox is deleted

commit e891bf8411
Merge: f7798d1a 5bc3d935
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Mar 27 10:40:40 2023 +0200

    Merge pull request #5138 from th-joerger/feature/pubsub-exception

    [netfilter] add pubsub exception

commit f7798d1aac
Merge: d11f0026 db2fb128
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Mar 27 10:13:42 2023 +0200

    Merge pull request #5099 from mailcow/feat/phpfpm-8.2

    Update to PHP 8.2

commit d11f00261b
Merge: ce6742c6 22cd12f3
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Mar 27 10:12:55 2023 +0200

    Merge pull request #5142 from mailcow/renovate/nextcloud-server-26.x

    Update dependency nextcloud/server to v26

commit 22cd12f37b
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Sat Mar 25 18:48:22 2023 +0000

    Update dependency nextcloud/server to v26

    Signed-off-by: milkmaker <milkmaker@mailcow.de>

commit db2fb12837
Author: Peter <magic@kthx.at>
Date:   Fri Mar 24 16:08:19 2023 +0100

    Install sysvsem for Nextcloud 26

commit e808e595eb
Author: Peter <magic@kthx.at>
Date:   Fri Mar 24 16:05:35 2023 +0100

    Update dependency composer/composer to v2.5.5

commit ce6742c676
Merge: 62f36035 cf3dc584
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Thu Mar 23 19:38:23 2023 +0100

    Merge pull request #5147 from mailcow/renovate/nextcloud-server-25.x

    Update dependency nextcloud/server to v25.0.5

commit cf3dc584d0
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Mar 23 14:18:29 2023 +0000

    Update dependency nextcloud/server to v25.0.5

    Signed-off-by: milkmaker <milkmaker@mailcow.de>

commit 62f3603588
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Mar 22 15:00:55 2023 +0100

    Update actions/stale action to v8 (#5143)

    Signed-off-by: milkmaker <milkmaker@mailcow.de>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 9fd4aa93e9
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue Mar 21 10:32:21 2023 +0000

    Update mailcow/rspamd Docker tag to v1.93

    Signed-off-by: milkmaker <milkmaker@mailcow.de>

commit 5bc3d93545
Author: Thorbjörn Jörger <thor@joerger.dev>
Date:   Tue Mar 21 11:12:07 2023 +0100

    log exception of redis pubsub subscription

commit c28a6b89f0
Author: Thorbjörn Jörger <thor@joerger.dev>
Date:   Fri Mar 17 18:22:16 2023 +0100

    Added ban_time_increment and max_ban_time to UI

commit 1233613bea
Author: Thorbjörn Jörger <thor@joerger.dev>
Date:   Fri Mar 17 14:41:37 2023 +0100

    implemented handling of max_bantime and ban_time_increment flag

commit 0206e0886c
Author: Thorbjörn Jörger <thor@joerger.dev>
Date:   Fri Mar 17 01:33:40 2023 +0100

    implemented exponentially incrementing bantime, removed active_window code that did nothing, cleanly initialized dictionary

commit f6d135fbad
Author: DerLinkman <derlinkman@gmail.com>
Date:   Mon Mar 20 12:05:11 2023 +0100

    [Update.sh] Fix docker compose detection + added failover

commit f7da314dcf
Merge: 0f59d495 e6ce5e88
Author: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com>
Date:   Mon Mar 20 11:08:11 2023 +0100

    Merge pull request #5134 from mailcow/fix/generate-config-dev

    [Generate.sh] Fixed broken pipe error message

commit e6ce5e88f7
Author: DerLinkman <derlinkman@gmail.com>
Date:   Mon Mar 20 10:57:40 2023 +0100

    [Generate.sh] Fixed broken pipe error message

commit e5e6418be8
Author: Kristian Feldsam <feldsam@gmail.com>
Date:   Mon Mar 20 01:30:06 2023 +0100

    [web] fixed tooltips in ajax loaded alias table

    Signed-off-by: Kristian Feldsam <feldsam@gmail.com>

commit 6507b53bbb
Author: Kristian Feldsam <feldsam@gmail.com>
Date:   Mon Mar 20 01:29:01 2023 +0100

    [web] fix mailbox badge height

    Signed-off-by: Kristian Feldsam <feldsam@gmail.com>

commit 0f59d4952b
Author: milkmaker <milkmaker@mailcow.de>
Date:   Fri Mar 17 19:13:49 2023 +0100

    Translations update from Weblate (#5131)

    * [Web] Updated lang.da-dk.json

    Co-authored-by: Victor Pahuus Petersen <dibbohh@gmail.com>
    Co-authored-by: milkmaker <milkmaker@mailcow.de>

    * [Web] Updated lang.fr-fr.json

    Co-authored-by: UpSilot <alexandre+weblate@kilobit.fr>
    Co-authored-by: milkmaker <milkmaker@mailcow.de>

    ---------

    Co-authored-by: Victor Pahuus Petersen <dibbohh@gmail.com>
    Co-authored-by: UpSilot <alexandre+weblate@kilobit.fr>

commit a5b8f1b7f7
Author: Peter <magic@kthx.at>
Date:   Tue Feb 28 20:08:33 2023 +0100

    Update to PHP 8.2

commit f77c65411d
Author: Bruno Léon <bruno.leon@unyonsys.com>
Date:   Mon Feb 27 12:04:32 2023 +0100

    Fix SNAT never being added because of exception

    Some firewall rule object (iptc) do not have a parameter
    attribute, which results in an exception being triggered,
    and the mailcow SNAT rule to never be created.

    Firewall rules that trigger such exception are:
    - -A POSTROUTING -s 192.168.122.0/24 -d 224.0.0.0/24 -j RETURN

    This commit just verify attribute presence, and skip the rule
    properly instead of triggering an exception.
2023-04-21 14:51:04 +02:00
FreddleSpl0it be2286c11c
[Dockerapi] fix maildir cleanup for domains 2023-04-20 13:41:11 +02:00
Patrick Schult fd0205aafd
Merge pull request #5127 from th-joerger/feature/bantime-increment
[Netfilter] Implemented exponentially incrementing bantime
2023-03-30 07:53:33 +02:00
Patrick Schult e367a8ce24
Merge pull request #5153 from mailcow/fix/del-vmail-index
[Dockerapi] delete vmail_index on maildir cleanup
2023-03-30 07:52:00 +02:00
Thorbjörn Jörger 096e2a41e9
Push verified options to redis after each check 2023-03-29 17:09:25 +02:00
Thorbjörn Jörger e010f08143
verify options after loading them, set defaults if options are missing or invalid 2023-03-29 15:24:14 +02:00
Patrick Schult 3d2483ca37
Merge pull request #5093 from brunoleon/fix_snat
Fix SNAT never being added because of exception
2023-03-29 08:13:11 +02:00
FreddleSpl0it 4021613059
delete vmail_index when mbox is deleted 2023-03-28 10:59:08 +02:00
Niklas Meyer e891bf8411
Merge pull request #5138 from th-joerger/feature/pubsub-exception
[netfilter] add pubsub exception
2023-03-27 10:40:40 +02:00
Niklas Meyer f7798d1aac
Merge pull request #5099 from mailcow/feat/phpfpm-8.2
Update to PHP 8.2
2023-03-27 10:13:42 +02:00
Peter db2fb12837
Install sysvsem for Nextcloud 26 2023-03-24 16:08:19 +01:00
Peter e808e595eb
Update dependency composer/composer to v2.5.5 2023-03-24 16:05:35 +01:00
Thorbjörn Jörger 5bc3d93545
log exception of redis pubsub subscription 2023-03-21 11:14:52 +01:00
Thorbjörn Jörger 1233613bea
implemented handling of max_bantime and ban_time_increment flag 2023-03-21 11:06:13 +01:00
Thorbjörn Jörger 0206e0886c
implemented exponentially incrementing bantime, removed active_window code that did nothing, cleanly initialized dictionary 2023-03-21 11:06:13 +01:00