Commit Graph

3271 Commits

Author SHA1 Message Date
andryyy
954690b315 [SOGo] Dont fail with unhandled err response, when a user is forced to change the passwd on next login
[Compose] Update SOGo image
2019-09-09 18:06:42 +02:00
andryyy
048537941c Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-09-09 10:51:21 +02:00
andryyy
1771970e42 [Config] Add hint about http bindings 2019-09-09 10:51:12 +02:00
André Peters
8f4d468209 Merge pull request #2916 from Thomas2500/patch-1
Disable SSL ticket support in dovecot
2019-09-09 07:47:37 +02:00
andryyy
87e99e53d9 [Postfix] Fix anonymize headers 2019-09-08 10:29:06 +02:00
Thomas Bella
3983b3d393 Disable SSL ticket support in dovecot
Because tickets are normally only generated on service start, we should disable it to provide better PFS.
2019-09-06 12:39:33 +02:00
andryyy
8608ded0ed [Postfix] Replace Postcow header, remove authed user 2019-09-06 08:02:52 +02:00
André Peters
229b18c93f Merge pull request #2914 from christianbur/master
environment var. TZ for olefy, memcached, ipv6nat #2
2019-09-05 22:26:40 +02:00
Christian Burmeister
b69a85d6b8 environment var. TZ for olefy, memcached, ipv6nat 2019-09-05 22:14:30 +02:00
André Peters
65b024dbe9 Merge pull request #2913 from mamash/feature/lang-cs
Update cs lang definition, fix translation
2019-09-05 22:00:43 +02:00
Filip Hajny
28a5fc1c2a One more awkward word 2019-09-05 21:56:01 +02:00
Filip Hajny
4eaf432bec Update cs lang definitions, clear typos, simplify wording, clear up confusions. 2019-09-05 21:49:43 +02:00
André Peters
f4d0c56b89 Merge pull request #2912 from T0biii/patch-1
Update admin.js
2019-09-05 19:32:22 +02:00
Tobias
70187836e8 Update admin.js
Fix "→" is not displayed when username is save with uppercase
See bevor:  https://i.tobias.bayern/9XGMoS5g.png
See after change: https://i.tobias.bayern/QvupZ23j.png
2019-09-05 19:08:41 +02:00
André Peters
f87beded34 Update fishy_tlds.map 2019-09-05 14:32:04 +02:00
André Peters
cdd91bcb9b Update functions.mailbox.inc.php 2019-09-05 10:54:35 +02:00
andryyy
5987079cca [Compose] New Postfix and watchdog image, re-add dns flag for watchdog 2019-09-04 23:08:05 +02:00
andryyy
0d5df21ffc [Postfix] Route watchdog@localhost to local7 discard 2019-09-04 23:07:35 +02:00
andryyy
62068b2209 [Watchdog] Add watchdog@invalid as rcpt for check 2019-09-04 23:07:17 +02:00
andryyy
a1cd7d8ee7 [Postfix] Add watchdog@localhost alias 2019-09-04 23:06:29 +02:00
andryyy
8d0b2678fe [Rspamd] Remove some TLDs from fishy map 2019-09-04 08:14:35 +02:00
andryyy
3cae2389a0 Ubuntu kernel 4.15.0-60-generic seems to be broken with Docker and --dns flags, do NOT use it! 2019-09-03 22:01:47 +02:00
andryyy
dc6eea5142 [Compose] Should fix the crash on Ubuntus latest kernel - perhaps the network_mode host combined with a dns flag panics the horscht? 2019-09-03 15:04:18 +02:00
andryyy
1be5caf168 [Git] Ignore extra.cf file 2019-09-02 18:39:48 +02:00
andryyy
a1403b7a59 [Compose] Update Postfix 2019-09-02 18:39:17 +02:00
andryyy
1495bda2e1 [Postfix] Add info about extra.cf 2019-09-02 18:39:08 +02:00
andryyy
b4f159da86 [Postfix] Allow to create an extra.cf file besides main.cf to merge overrides
[Postfix] Better logging while bootstrapping
[Postfix] Stop container, when a service fails (easier to monitor)
2019-09-02 18:37:05 +02:00
andryyy
893ce5a789 [Web] Allow to add external sender addresses, can be disabled by domain admin ACL and is disabled by default 2019-09-02 11:11:41 +02:00
andryyy
46fadf95a2 [Web] Small CSS fixes and additions 2019-09-02 11:10:14 +02:00
andryyy
1bdf861177 [Postfix] Add comments to config files, cleanup a bit 2019-09-02 09:31:30 +02:00
andryyy
e6609ffe5c [SOGo] Add ext_acl to SOGo view to allow to select external sender addresses 2019-09-02 09:30:09 +02:00
andryyy
49c7a2cbc7 [PHP-FPM] Plan a Postfix restart, when a MariaDB upgrade was applied 2019-09-02 09:28:13 +02:00
andryyy
9c714b34a4 [Rspamd] Bad word update and score change 2019-08-30 19:30:38 +02:00
andryyy
569296dcdc [Rspamd] More bad words - todo: split by language 2019-08-30 18:54:54 +02:00
andryyy
ab42540769 [Web] Minor changes or fixes; [Web] Add multiple transport destinations at the same time - comma separated 2019-08-30 18:54:38 +02:00
andryyy
5a89dc114d [Rspamd] Minor changes to fishy tlds and bad words 2019-08-29 18:57:37 +02:00
andryyy
6e82a35929 [Rspamd] Important fix for fishy maps 2019-08-28 15:04:53 +02:00
andryyy
1414e9df00 [Rspamd] Reduce fishy tld score
[Compose] Update Dovecot image
2019-08-28 14:37:04 +02:00
andryyy
a5d569e0ca [Rspamd] Reduce fishy tld score 2019-08-28 14:26:01 +02:00
andryyy
01fe856d05 [Rspamd] Fix a domain name 2019-08-28 13:05:42 +02:00
andryyy
23ae0c3cc1 [Rspamd] Filter 'em bad words from 'em bad tlds 2019-08-28 13:03:15 +02:00
André Peters
549465e929 Merge pull request #2886 from mailcow/revert-2863-python27EOL_issue2291
Revert "Python27 eol issue2291"
2019-08-28 07:02:04 +02:00
André Peters
4aae447e97 Revert "Python27 eol issue2291" 2019-08-28 07:01:47 +02:00
André Peters
b56aa8c1de Merge pull request #2863 from FaMux/python27EOL_issue2291
Python27 eol issue2291
2019-08-27 19:07:34 +02:00
André Peters
e6f3261a29 Merge pull request #2883 from ntimo/task/updater-diff-to-sub-directory
[Updater] Save diff files into subdirectory
2019-08-25 19:33:13 +02:00
ntimo
96af23e9a2 [Updater] Save diff files into subdirectory 2019-08-25 16:41:52 +02:00
andryyy
9b526d40a8 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2019-08-25 16:04:25 +02:00
André Peters
55dfd56d11 Merge pull request #2880 from christianbur/master
rspamd - Switch form Ubuntu to Debian
2019-08-25 16:04:16 +02:00
andryyy
bd469412ca [SOGo] Do not modify UIxAclEditor 2019-08-25 16:03:57 +02:00
andryyy
0d8a92a365 [Web] Show ratelimit inheritance
[Web] Do not allow TLS-wrapped next shops (SMTPS) in transports
[Web] Minor fixes or preparations
2019-08-25 16:02:58 +02:00