Commit Graph
100 Commits
Author SHA1 Message Date
andryyy eeda59e048 [Postfix] Add more service labels, thanks to @christianbur 2019-11-24 15:35:56 +01:00
andryyy 5d7e365592 [Postfix] Remove test var 2019-11-24 15:23:16 +01:00
andryyy 29b2190f61 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-24 14:27:16 +01:00
andryyy 4a36eb014c [Postfix] TLS protocols for submission and smtps can be overriden using extra.cf (submission_smtpd_tls_mandatory_protocols and smtps_smtpd_tls_mandatory_protocols), thanks to @christianbur
[Postfix] Show overriding warnings when starting Postfix, but hide them in syslog output
2019-11-24 14:18:27 +01:00
andryyy dff81eda19 [Helper] Move override examples to helper-scripts/docker-compose.override.yml.d 2019-11-24 12:51:07 +01:00
andryyy d1f898360c [SOGo] Rebase on Buster 2019-11-24 11:02:06 +01:00
andryyy 3a6eba3ed5 [Compose] Update wathchdog, SOGo, Rspamd 2019-11-24 09:20:46 +01:00
andryyy d34077950d [SOGo] Rebase on Buster 2019-11-24 09:20:19 +01:00
andryyy 78e727bcfc [Watchdog] Retry acme check once more, redis-mailcow might be busy and not returning the wanted string 2019-11-24 09:19:58 +01:00
andryyy 79bcbe5a51 [MySQL] Some tweaks to lower RAM consumption, thanks to @Thomas2500 2019-11-21 19:41:50 +01:00
andryyy d6af0ae7d6 [ClamAV] Update ClamAV 2019-11-21 17:52:45 +01:00
andryyy e0535bedbb [Rspamd] Set new last modified when changing Rspamd settings 2019-11-18 16:42:56 +01:00
andryyy 7a87c492ed [Rspamd] Fix bad ASN map format 2019-11-18 13:26:16 +01:00
andryyy d67e4e83c9 [Rspamd] Increase score for BAD_REP_POLICIES 2019-11-15 23:51:48 +01:00
andryyy e439d52ff2 [SOGo] Minor config changes 2019-11-15 17:39:32 +01:00
andryyy 56ddc4bd26 [Rspamd] Add new default reject message
[Rspamd] Add Sorbs
2019-11-15 07:58:04 +01:00
andryyy 64f8ed2fbc [Rspamd] Increase invalid PTR score 2019-11-14 10:17:58 +01:00
andryyy 2e972fb03b [Rspamd, Postfix] Move PTR check to Postfix 2019-11-14 10:17:14 +01:00
andryyy 99326f81de [Rspamd, Postfix] Move PTR check to Postfix 2019-11-14 10:16:51 +01:00
andryyy c4656e00fd [Postfix] Add hint for custom_transport.pcre 2019-11-12 20:50:21 +01:00
andryyy 158fb20c83 [Netfilter] Add new rule
[Compose] Update Postfix and netfilter
2019-11-12 20:45:23 +01:00
andryyy e1fdbba0f7 [Postfix] Add custom_transport.pcre 2019-11-12 20:44:43 +01:00
andryyy b2cff8226e Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-11 23:24:55 +01:00
andryyy 0f8cc4bef8 [PHP-FPM] Fix check for tz import 2019-11-11 23:24:29 +01:00
andryyy 4ccad6b0c3 [MySQL] key_buffer_size it is 2019-11-11 23:20:01 +01:00
andryyy 322dc169e6 [PHP-FPM] Check if tz data import is necessary 2019-11-11 23:19:47 +01:00
andryyy eadf051d70 [Web] Minor, remove quote 2019-11-11 10:40:15 +01:00
andryyy aff2311669 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-11 10:39:01 +01:00
andryyy 64b64f1dcb Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-11 09:55:24 +01:00
andryyy fe1e9f3d15 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-11 08:21:20 +01:00
andryyy 038a740acc Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-11 08:14:23 +01:00
andryyy 6565e994bb [MySQL, PHP, DockerAPI] Move mysql_tzinfo_to_sql trigger to php-fpm-mailcow to prevent race condition on slow disks (known bug @ MariaDB) 2019-11-10 13:15:57 +01:00
andryyy b9aa1bf372 [Compose] Update Dovecot image 2019-11-09 10:13:31 +01:00
André Peters 51d1fdcd3d Merge pull request #3131 from gamalan/list-mailbox-alias-by-domain
List mailbox, alias/forwarder by domain using extra parameter
2019-11-09 09:59:15 +01:00
André Peters d28e0f2be0 Update json_api.php 2019-11-09 09:59:07 +01:00
andryyy 1d1a9a27c9 [MariaDB] Adjustments 2019-11-08 08:14:57 +01:00
andryyy 83a445537c [PHP-FPM] Missing image update 2019-11-08 08:13:39 +01:00
andryyy 3235edea88 [MariaDB] Adjustments 2019-11-08 08:12:34 +01:00
andryyy 15f3a664cd [MySQL] Disable query cache 2019-11-06 21:03:00 +01:00
andryyy d091bf76aa [PHP-FPM] Create events in docker entrypoint of PHP-FPM 2019-11-06 21:02:47 +01:00
andryyy e03cd5f082 [Web] Create events in docker entrypoint of PHP-FPM 2019-11-06 21:02:35 +01:00
andryyy be5ee4a0ae Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-11-06 20:12:34 +01:00
andryyy 04ae2fadef [MySQL] Reduce memory usage 2019-11-06 20:12:25 +01:00
André Peters 2a33706389 Merge pull request #3105 from Geitenijs/patch-10
Update & improve lang.nl.php
2019-11-06 08:09:16 +01:00
andryyy a3b4c31763 [Compos] Update SOGo image 2019-11-04 19:48:35 +01:00
andryyy d0788372fe [Dovecot] Retry sa-rules download (1, 2, 4, 8, 16 ... seconds) 2019-11-02 12:03:41 +01:00
andryyy 26ac2e62f2 [Compose] Update Dovecot 2019-11-02 12:03:07 +01:00
andryyy bcc28784f7 [Rspamd] CL is not a fishy tld 2019-11-02 12:02:49 +01:00
andryyy 6b0fc219b2 [Web] Add two more maps and add a desc to maps 2019-11-01 22:12:34 +01:00
andryyy ea4da60c36 [Helper] Add template for external dns servers, do NOT use public resolvers or private resolvers forwarding to public resolvers 2019-11-01 12:25:07 +01:00
andryyy 4662796c33 [Update] Remove old migration options 2019-10-31 21:25:37 +01:00
andryyy 7f8b13434d [Rspamd, Dovecot] Do not use Schaal rules - probably too much for Rspamd 2.x to handle, mem leak? 2019-10-31 20:43:07 +01:00
andryyy 50020bf1f0 [Rspamd] Remove neural, other gbc options 2019-10-31 19:55:42 +01:00
andryyy 6655ada308 [Rspamd] Remove unwanted options after talking to Vsevo 2019-10-31 19:03:20 +01:00
andryyy 573e62f181 [MySQL] Allow more connections 2019-10-31 06:38:12 +01:00
andryyy 59d966ab0f [MySQL] Reduce max-connections, disallow performance_schema 2019-10-30 21:08:59 +01:00
andryyy df3d78f03b [Rspamd] Reset logging 2019-10-30 20:18:21 +01:00
andryyy 27de9dbf92 [Rspamd] Slight changes to improve memory usage
[Web] Dirty hack to touch Rspamd maps a second time
2019-10-30 20:07:58 +01:00
andryyy a1971f7af8 [Rspamd] Set correct parent permission 2019-10-30 14:40:00 +01:00
andryyy bf5b9eddd2 [Compose] New Dovecot and Rspamd images 2019-10-30 14:39:41 +01:00
andryyy 2f3f70dd00 [Dovecot] sa-rules: escape non-regex in regex 2019-10-30 14:39:25 +01:00
andryyy 59df735aa8 [Web] Filter duplicates when adding multiple transports 2019-10-30 14:37:44 +01:00
andryyy 78f5ac34dd [Web] Validate Regex in browser 2019-10-29 21:56:35 +01:00
andryyy 02bb3a44a7 [Rspamd] Wait for PHP to not break inotify 2019-10-29 19:58:34 +01:00
andryyy c0f39e5cac Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-10-29 18:36:53 +01:00
andryyy a71f590b1e [Rspamd] Remove score from neural 2019-10-29 18:36:49 +01:00
andryyy 8683e4bd9a [Rspamd] Use last-modified headers to not read unmodified settings map every 30 seconds 2019-10-29 14:21:58 +01:00
André Peters a0bd427867 Merge pull request #3095 from mkuron/redis-timeout
Rspamd: increase redis timeout
2019-10-29 11:52:03 +01:00
andryyy b52ee0a706 [Rspamd] Fix map permissions for www
[Web] Allow to manage global maps in UI (WIP)
2019-10-29 08:39:57 +01:00
andryyy 2b477e338f [Rspamd] Rspamd 2.1 2019-10-29 08:23:07 +01:00
andryyy a5963eea74 [Web] Add Rspamd maps 2019-10-26 09:55:09 +02:00
andryyy affbba50ca [Web] Fix active U2F key in UI 2019-10-25 19:13:24 +02:00
andryyy e101900787 [Compose] Update PHP image 2019-10-25 12:57:12 +02:00
andryyy 174c8458e2 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-10-25 08:34:05 +02:00
andryyy bdf56971d5 [Rspamd, PHP-FPM] Mount Rspamd maps, set correct permissions (WIP: edit in UI)
[PHP-FPM] Update image, fixes #3091
[Web] Netfilter: Do not auto restart netfilter-mailcow but add a small hint to restart netfilter-mailcow after adding a ban to perm bans
[Web] Remove unused js script parameter
2019-10-25 08:31:31 +02:00
André Peters bfb000b2c0 Merge pull request #3086 from tinect/cleanupCode
small cleanup
2019-10-23 22:13:12 +02:00
andryyy ccd9d934d6 [Helper] New parameter --delete-days to delete backups older than n days 2019-10-23 21:41:19 +02:00
andryyy cd6594df01 [Clamd] Run freshclam before starting ClamAV 2019-10-22 21:30:45 +02:00
andryyy a4ef22729c Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-10-22 21:29:30 +02:00
André Peters e0486ea5a5 Merge pull request #3080 from mkuron/oauth
OAuth improvements
2019-10-22 21:00:20 +02:00
andryyy c10749c39e Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-10-22 20:22:31 +02:00
andryyy 5259f14abf [Web] Add new lang strings 2019-10-22 20:22:29 +02:00
André Peters 6fb856cbf4 Merge pull request #3079 from tinect/fixHtmlTypo
fix not valid tag
2019-10-22 20:21:27 +02:00
andryyy d2a8d6fe29 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-10-22 20:20:26 +02:00
André Peters 3929b07380 Merge pull request #3078 from tinect/fixIE11
IE11 doesn't support optional parameters
2019-10-22 20:19:17 +02:00
André Peters c92c143c69 Merge pull request #3076 from evilMouse/patch-2
[lang.pl.php] Additions and fixes
2019-10-22 16:45:58 +02:00
andryyy 1e4aa212ea [ClamAV] Try to prevent update collisions 2019-10-22 13:50:03 +02:00
andryyy be4099182b [Rspamd] Do not log watchdog mails 2019-10-21 20:42:43 +02:00
andryyy 52cd9385f6 [Web] Add Finnish translation \o/ - thanks to Mika! 2019-10-21 19:40:45 +02:00
André Peters de8cfbde03 Merge pull request #3072 from tinect/deliverCSSandJSfiles
deliver CSS and JS as external request
2019-10-21 11:18:49 +02:00
andryyy d5ee7de66a [Rspamd] Disable info logging, re-enable silent logging, only apply MILTER_HEADERS symbol to watchdog Rspamd settings map 2019-10-20 21:48:30 +02:00
André Peters 31eb169152 Merge pull request #3071 from mhofer117/patch-2
Fix custom http redirects with TLS-SNI
2019-10-20 20:55:51 +02:00
André Peters d11a18992b Merge pull request #3070 from tinect/fixCacheJS
fix for #3062 removing outdated JS
2019-10-20 19:52:13 +02:00
André Peters 45e26c19c4 Merge pull request #3062 from tinect/cacheJS
cache JS- and CSS-File to reduce response-time
2019-10-20 19:40:56 +02:00
André Peters caf57e86b5 Merge pull request #3068 from mhofer117/tls-sni
Fix custom nginx sites with tls-sni
2019-10-20 17:58:15 +02:00
andryyy 24e1293e72 [Compose] Update Postfix 2019-10-20 15:28:15 +02:00
andryyy 0efa5e50b8 [Compose] Update Dovecot and ACME 2019-10-20 15:22:07 +02:00
André Peters 5d93ae655a Merge pull request #2509 from mhofer117/tls-sni
Different SSL Certificate for each Domain with TLS SNI
2019-10-20 15:17:14 +02:00
André Peters cfa0c8d8a8 Merge pull request #3064 from mailcow/oauth-nextcloud
Add identifier to oauth profile
2019-10-20 13:00:12 +02:00
André Peters f03c4d076a Merge pull request #3061 from Geitenijs/patch-8
Fix Dutch language file
2019-10-20 08:50:23 +02:00