gummipunkt
9634bcd640
Update lang.de.json ( #3603 )
...
minor updates
2020-07-27 20:58:43 +02:00
andryyy
954736cfea
[PHP-FPM] Fix missing aspell lib, update Redis lib, fixes #3675
2020-07-25 08:54:43 +02:00
andryyy
b165a47a6e
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-07-23 11:25:14 +02:00
andryyy
e34060e943
[PHP-FPM] Add pspell; [SOGo] Update image
2020-07-23 11:21:37 +02:00
Timo N
9685b4b511
Merge pull request #3666 from ntimo/task/api-add-dkim-schema-fix
...
[WEB] Fixed schema for add/dkim api docs
2020-07-18 19:42:02 +02:00
ntimo
4e79ec48a7
[WEB] Fixed schema for add/dkim api docs
2020-07-18 19:41:12 +02:00
andryyy
ba90a0658f
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-07-17 07:44:52 +02:00
andryyy
dcf8274d70
[SOGo] 4.3.2.20200717-1
2020-07-17 07:34:48 +02:00
Dmitriy Alekseev
5567cf0bba
Update lang.ru.json ( #3660 )
2020-07-15 22:10:22 +02:00
andryyy
eff907bf90
[Update] IMPORTANT: Remove old and unused bridges overlapping with the new bridge name. Important for older setups running updates
2020-07-15 15:29:09 +02:00
andryyy
ea3bac0e5e
[PHP-FPM] Update image to include CIDR fix via mailcow.conf
2020-07-15 15:28:32 +02:00
andryyy
41152193c0
[Dovecot] Increase sieve actions and redirects to 100/101
2020-07-15 15:28:14 +02:00
monsterry
3ac74258db
[Config] Allow CIDR notation for API_ALLOW_FROM ( #3655 )
2020-07-15 07:28:02 +02:00
andryyy
317298edbf
[Config] Remove comment about cidr for api_allow
2020-07-15 07:27:39 +02:00
andryyy
11d003c985
[Web] Change c_o to varchar 500
2020-07-14 16:11:36 +02:00
andryyy
06c8f140b5
[Nginx] Mark script not executable
2020-07-14 13:24:37 +02:00
andryyy
4cd51017a7
[Nginx] Mark script executable
2020-07-14 13:20:50 +02:00
andryyy
d931083e0e
[SOGo] Disable EAS when SKIP_SOGO=y
2020-07-14 13:16:26 +02:00
andryyy
ad8acefb96
[SOGo] Disable EAS when SKIP_SOGO=y
2020-07-14 13:13:32 +02:00
andryyy
3d48620980
[SOGo] Disable autodiscover-json for EAS when disabled
2020-07-14 12:15:49 +02:00
andryyy
23f58e272b
[SOGo] Update to 4.3.2.20200714-1
2020-07-14 07:40:54 +02:00
andryyy
13b2f02a24
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-07-12 21:43:46 +02:00
andryyy
9860b62d4e
[Web] Fix: show success message after quarantine action
...
[Git] Add ignore
2020-07-12 21:42:36 +02:00
Miro Rauhala
bbf1472424
[WEB] fix undefined elements ( #3651 )
...
* [WEB] $lang is not used in this context
* [Web] $stmt variable is not used
* [WEB] fix undefined function
* [WEB] remove undefined variable $display
2020-07-12 10:15:12 +02:00
Michael Kuron
bae250cc81
DNS: add link for downloading zonefile ( #3633 )
...
* DNS: add link for downloading zonefile
* DNS zonefile: add placeholders for optional entries
2020-07-12 09:39:39 +02:00
andryyy
1dc95ba3d3
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-07-12 05:21:08 +02:00
andryyy
816c779ac2
[Netfilter] Fix Netfilter image
2020-07-12 05:20:57 +02:00
Filip Hajny
1d52802fda
Add missing Czech strings ( #3650 )
2020-07-12 01:52:38 +02:00
andryyy
e6cc1bf27c
[Dovecot] Include SOGos IP as trusted
2020-07-11 13:33:05 +02:00
andryyy
2344310f47
[SOGo] SOGo does no trust self signed or invalid certificates anymore, add temp workaround
2020-07-11 13:32:49 +02:00
andryyy
e1aadb0268
[Web] More secure compose project name check
2020-07-11 13:32:40 +02:00
andryyy
4cefc6039f
[Watchdog] Filter containers by compose project name
2020-07-11 13:32:10 +02:00
andryyy
bffa3d962a
[Postfix] Test DNS against mailcow.email
2020-07-11 13:31:48 +02:00
andryyy
ed3c58134b
[PHP-FPM] Filter containers by compose project name
2020-07-11 13:31:16 +02:00
andryyy
27b192d5c3
[ACME] Filter containers by compose project name
2020-07-11 13:30:57 +02:00
andryyy
f2a68b2ff1
[SOGo] SOGo does no trust self signed or invalid certificates anymore, add temp workaround
2020-07-11 13:23:22 +02:00
andryyy
09ad2b1314
[Dovecot] Filter by compose project name, create trusted map for SOGo IP, run DNS check before starting service
2020-07-11 13:22:48 +02:00
andryyy
9a84fe0a50
[Compose] Images updates, added COMPOSE_PROJECT_NAME to some containers
2020-07-11 13:21:30 +02:00
Miro Rauhala
6bff958ab4
[Web] Clean PHP code by removing unused variables ( #3646 )
...
* [WEB] $lang is not used in this context
* [Web] $stmt variable is not used
2020-07-11 13:20:38 +02:00
Peter
1cb5780e9c
Add hints for for private IP ranges ( #3645 )
2020-07-09 19:52:12 +02:00
Ashus
00f5f744d0
[Web] Allow underscore and hyphen in DKIM selector ( #3643 )
...
This change allows to have cleaner DNS zones as mail security related entries usually begin with _.
Co-authored-by: Václav Silber <vaclav.silber@poski.com>
2020-07-09 15:40:44 +02:00
Victor Nyberg
ca4e13d517
[Web] lang.sv.json ( #3644 )
2020-07-08 22:13:49 +02:00
andryyy
26f4b89a6d
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-07-08 19:36:24 +02:00
andryyy
2d049f37da
[Web] Allow mins_interval of max 1 month for sync jobs, fixes #3642
2020-07-08 19:36:05 +02:00
andryyy
8d03834549
[Web] Minor change to is_spam_alias lang string
2020-07-08 19:35:41 +02:00
fherbert
cb1ea703e2
Check port 25 and use smtp protocol to check postfix certificate. Fixes #3636 ( #3637 )
2020-07-06 07:06:12 +02:00
Victor Nyberg
e21976e022
[Web] lang.sv.json ( #3635 )
2020-07-05 22:44:57 +02:00
andryyy
b9bb2945d0
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-07-05 13:00:24 +02:00
andryyy
c9c35f90f6
[Watchdog] Less aggressive mailq alerting
2020-07-05 13:00:15 +02:00
andryyy
6c92688ff6
[Quarantine] Allow to redirect all quarantine messages to a specific address
...
[Web] Minor changes to quarantine UI
2020-07-04 19:31:44 +02:00