andryyy
6fae71ae22
[Compose] Update images for Dovecot and Olefy
2021-03-26 11:24:07 +01:00
andryyy
8eb757bea3
[Netfilter] Further improvements to catch invalid input
2021-03-23 20:53:04 +01:00
andryyy
884c655005
[Netfilter] Restart on invalid data via pubsub
2021-03-22 21:20:48 +01:00
andryyy
685433b3bf
[MariaDB] Update to 10.5
2021-03-19 16:34:34 +01:00
andryyy
d7f860dbbf
[Compose] Update ClamAV imageW
2021-03-17 14:21:02 +01:00
andryyy
851f575384
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-03-13 12:38:06 +01:00
andryyy
7417640da0
[Compose] Update SOGo, Dovecot, Watchdog
2021-03-13 12:38:03 +01:00
Valentin Brandner
3255c08813
[Update, Config] Add subject for watchdog emails ( #4027 )
...
Co-authored-by: Valentin <vbrandner.itsb-b2018@fh-salzburg.ac.at>
2021-03-13 12:36:29 +01:00
andryyy
c39792c1a5
[Dovecot] Update image to 2.3.14
2021-03-04 16:13:27 +01:00
andryyy
e9b554b09c
[Web] Add nevondo.com ip check source, thank you!
2021-03-01 20:00:01 +01:00
andryyy
5eb2df542b
[Watchdog] Revert to Alpine 3.11, needs fixes
2021-02-18 11:52:54 +01:00
andryyy
27b18373cc
[Alpine] Update Alpine base images to v3.13
2021-02-18 08:48:12 +01:00
andryyy
b11764dff0
[Config] Add ADDITIONAL_SERVER_NAMES as optional config to define additional server_name parameters for mailcow UI
2021-02-16 16:38:28 +01:00
andryyy
f301e99095
[Ejabberd] Update image
2021-02-16 14:09:37 +01:00
andryyy
8c6b512f05
[mailcow] Move ejabberd site to last available site
2021-02-12 19:26:49 +01:00
andryyy
5809e5b82e
[mailcow] Fix C22 -> C2S
2021-02-12 11:22:43 +01:00
andryyy
f2453e316f
[Ejabberd] More fixes for Ejabberd integration (WIP)
2021-02-12 10:04:19 +01:00
andryyy
2bac898a15
[Ejabberd] Update image
2021-02-11 21:12:20 +01:00
andryyy
386d6109c8
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
2021-02-11 09:36:18 +01:00
andryyy
21bc7d02d2
[Compose] Add XMPP
2021-02-11 09:35:32 +01:00
Dmitriy Alekseev
a2783d44ad
[SOGo] Add custom favicon ( #3957 )
...
* [SOGo] Add custom favicon
* Update docker-compose.yml
2021-01-31 09:58:08 +01:00
ValdikSS
0a0d9e873e
Use tmpfs for watchdog's /tmp, reduce disk writes ( #3923 )
2021-01-31 09:45:34 +01:00
andryyy
cabdd67b8d
[Dovecot] Update image
2021-01-28 16:03:29 +01:00
andryyy
410cb558ee
[Dovecot] Check if quarantine_notify.py holds a lock
...
[SOGo] Change default theme
2021-01-28 15:48:59 +01:00
andryyy
cf874cd361
[SOGo] 5.0.1.20210110-1
2021-01-11 08:01:42 +01:00
andryyy
ce62b4943d
[Rspamd] Rspamd (2.7-42~buster)
2021-01-08 22:05:19 +01:00
andryyy
ea98ac6442
[Postfix] Do not create a TLS SNI map when SKIP_LETS_ENCRYPT=y
2021-01-08 12:39:40 +01:00
andryyy
64c12d50bc
[Config] Fix binding problems with IPv6 in newer Docker versions
2021-01-07 16:48:08 +01:00
andryyy
5ea0caa261
[Dovecot] Update Dovecot to 2.3.13
2021-01-04 16:36:33 +01:00
andryyy
71d8b4f7b8
[Compose] Update Watchdog image
2020-12-26 10:22:05 +01:00
andryyy
ec78de41cb
[Rspamd] Fix vanished Rspamd history after restart
2020-12-11 23:34:28 +01:00
andryyy
2086927bb8
[Compose] Update Dovecot and Rspamd images
2020-12-11 10:04:37 +01:00
andryyy
835c4eebb8
[Postfix] Fix HELO name
2020-12-09 14:41:19 +01:00
andryyy
1311066089
[Docker 20.10 Fix] Fix for moby/moby#39837, fixes #3893
2020-12-09 08:16:12 +01:00
Michael Kuron
6f6f52f380
[Compose] Update SOGo image ( #3883 )
...
Fixes a bug that broke CardDAV with macOS 11.
https://sogo.nu/bugs/view.php?id=5203
b9e19c2cc4
2020-12-02 20:29:46 +01:00
andryyy
ba20db2e08
[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL
2020-11-28 17:41:48 +01:00
andryyy
46c64c06d7
[Watchdog] Allow to control thresholds via mailcow.conf
2020-11-19 15:28:35 +01:00
Lukas Schreiner
d96bf91a0d
Support of different default pass schemes + support of BLF-CRYPT ( #3832 )
...
* Introduce MAILCOW_PASS_SCHEME in order to support blowfish (cf. mailcow/mailcow-dockerized#1019 )
* Furthermore added dovecot to support new environment varible for MAILCOW_PASS_SCHEME defaulted to SSHA256
* Revert changes regarding gitignore.
* Added fallback to SSHA256 if environment is not proper prepared.
* No fallback within management frontend, as it must match to other components.
* Unified and corrected alignment; implemented support of SSHA512
* Currently, password_hash of PHP is using by default bcrypt (BLF). As this might change later, we must ensure, that BLF is still used after PHP changes its default.
* Switched to BLF-CRYPT by default (even on update)
* Switched to BLF-CRYPT by default (even on update)
* Adding information in config generation / update with link to supported hash algorithm
* Bump sogo version to 1.92
* Fallback to BLF-CRYPT in case password scheme is not proper defined for Mailcow administration.
2020-11-15 20:22:35 +01:00
andryyy
1328815094
[Compose] Update Dovecot and Postfix images
2020-11-06 12:23:39 +01:00
Hannes Happle
85f0d02100
[Compose] Fix SELinux labeling conflicts
2020-10-27 22:25:09 +01:00
andryyy
781ca3c07e
[Web, Quarantine] Allow to set the max score of a message up to which a quarantine notification will be sent
2020-10-27 21:35:34 +01:00
andryyy
6d1c0041f4
[Compose] Update Rspamd image (include change to metadata exporter)
2020-10-23 21:50:09 +02:00
andryyy
c7e17c7fd1
[Rspamd] Global blacklists are not prefilters anymore to not prevent them from being learned
2020-10-21 19:00:53 +02:00
andryyy
5f8e13f596
[Dovecot] Allow to define static master user (not recommended)
2020-10-20 15:43:05 +02:00
andryyy
630c894229
[SOGo] 5.0.1.20201014-1, 4.9.r1664.20201014
2020-10-14 12:36:00 +02:00
andryyy
79802a9d1d
[Rspamd] Rebuilt 2.6-156~buster
2020-10-10 10:57:19 +02:00
andryyy
769c500cd0
[Watchdog] Watch milter status with a dirty workaround, waiting for proxy ping pong event to implement a better check
2020-10-09 11:21:17 +02:00
Hannes Happle
e8ccd24f57
[Compose] Added SELinux support / volume labeling ( #3766 )
...
* [Compose] Added SELinux support / volume labeling
* fix typo
2020-10-06 20:56:19 +02:00
andryyy
dd62030ce2
[Rspamd] 2.6 stable, switch repo
2020-10-03 11:12:12 +02:00
andryyy
43fef9973f
[Compose] Update Rspamd to latest 2.6, update ACME image
2020-09-28 19:58:51 +02:00