This website requires JavaScript.
d9b91fc04f
[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int) [Web] Feature: Allow to toggle protocols (imap, pop3, smtp) per user (defaults can be configured using vars.local.inc.php, see vars.inc.php)
andryyy
2020-09-17 19:49:15 +0200
1f2b5f89e8
[Compose] Update Dovecot and Postfix images
andryyy
2020-09-17 19:48:57 +0200
85b027aa9d
[Postfix] Merge syslog filters [Postfix] Create sasl_access map; Use JSON_VALUE and remove unnecessary like command
andryyy
2020-09-17 19:47:11 +0200
09ec4fcd81
[Dovecot] For future use: pass used protocol; Check if user has protocol access while authenticating
andryyy
2020-09-17 19:46:28 +0200
881f558e48
[Postfix] Add sasl check to deny specific users from using smtp relay
andryyy
2020-09-17 19:44:52 +0200
22d4c04416
[Dovecot] Postlogin socket owned by vmail
andryyy
2020-09-17 19:43:57 +0200
2c9140f9f0
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-09-15 12:01:15 +0200
fd2d7d12a0
[Rspamd] Latest 2.5
andryyy
2020-09-15 11:57:39 +0200
567064ed50
[ClamAV] Update to 0.103.0
andryyy
2020-09-15 11:07:35 +0200
3393c2a2e5
[Compose] Update Rspamd and Postfix
andryyy
2020-09-15 11:03:00 +0200
1f36ae28d4
[Postfix, Web] Feature: Show last SMTP login
andryyy
2020-09-15 11:02:53 +0200
28041b1d97
[Rspamd] Encrypt fuzzy communication, switch to Rspamd 2.6
andryyy
2020-09-15 11:01:20 +0200
c1034b890d
[Rspamd] Add open-relay-check@mailcow.email to monitoring_nolog.map (#3757 )
Noa J
2020-09-13 13:07:21 +0200
a4408fba11
Merge pull request #3755 from mailcow/dragoangel-patch-1
Dmitriy Alekseev
2020-09-12 21:18:51 +0300
943730de47
[Rspamd] Add filter to global mime black- and whitelists to only match addr
andryyy
2020-09-12 20:11:18 +0200
61c371c8b8
[Web] Update lang.ru.json
Dmitriy Alekseev
2020-09-12 14:07:17 +0300
7feb589b90
[Rspamd] Add iso/img to bad extensions (#3753 )
Dmitriy Alekseev
2020-09-12 13:21:12 +0300
eb12c2f8cd
[Rspamd] Disable extension cloaking (#3754 )
Dmitriy Alekseev
2020-09-12 13:20:55 +0300
17efb1c9ed
[SOGo] Update to 5.0.0.20200910-1, fixes #3719
andryyy
2020-09-10 12:33:14 +0200
c201a712cb
[Rspamd] Macro check was fixed, remove doc and xls ban for now...
andryyy
2020-09-09 16:02:14 +0200
06dbfbf968
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-09-09 11:28:33 +0200
7301bbc840
[Compose] Update olefy-mailcow
andryyy
2020-09-09 10:49:18 +0200
6cb5d832d6
[Rspamd] Minor: Fix text
andryyy
2020-09-09 10:49:08 +0200
ed9daeb849
[Oletools] Fix olevba.py manually until merged
andryyy
2020-09-09 10:48:43 +0200
477e4dab13
Removed typo when adding a row (#3741 )
Denis Teyssier
2020-09-07 21:21:31 +0200
8a296e90c3
[Web] Return json array when mailq empty, fixes #3738
andryyy
2020-09-06 11:59:36 +0200
013b3f88da
[Rspamd] Meta exporter and settings map: read vars.local.inc.php
andryyy
2020-09-06 08:54:36 +0200
f3c72832f2
[Web] Add rspamd-stats route to API
andryyy
2020-09-06 08:54:09 +0200
003499200e
[Config] Watchdog is stable
andryyy
2020-09-03 20:55:16 +0200
92074b0edb
[Rspamd] doc and xls are blocked
andryyy
2020-09-03 15:33:39 +0200
2e5f00583d
[Web] Disable API regen button when key empty
andryyy
2020-09-02 15:28:52 +0200
d78f901554
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-08-27 21:14:13 +0200
0884f42379
[Netfilter] Skip invalid regex
andryyy
2020-08-27 21:13:30 +0200
bf62f31b9e
[Web] Fail2ban: Only write regex filters if not empty
andryyy
2020-08-27 21:13:20 +0200
d4dd1024c9
[Netfilter] Replace query by resolve (deprecated)
andryyy
2020-08-27 20:50:22 +0200
feffee40ba
[Compose] Update images: PHP-FPM, Dovecot, ACME, Netfilter, Watchdog
andryyy
2020-08-27 20:43:54 +0200
877b9b7054
[Web] Sync jobs: Use STARTTLS instead of TLS; Feature: Allow to edit fail2ban-like regex filters in UI
andryyy
2020-08-27 20:43:33 +0200
0b0aaf0705
[Config] Better safe than sorry: Add a hint to use lowercase project names
andryyy
2020-08-27 20:42:41 +0200
d47652d7e4
[Netfilter] Reload regex filters from Redis
andryyy
2020-08-27 20:42:20 +0200
97ee4b70ca
[Various] Always use lowercase for COMPOSE_PROJECT_NAME
andryyy
2020-08-27 20:41:45 +0200
0119326e1d
Merge pull request #3721 from ntimo/task/api-docs-create-mailbox-update
Timo N
2020-08-25 18:53:38 +0200
c702190b2f
[Web] Added new options to API docs
ntimo
2020-08-25 13:16:59 +0200
7d48831789
[Web] oAuth: Fix content type in profile reply, thanks to @this-user - fixes #3716
andryyy
2020-08-23 11:18:06 +0200
9274b7b8e1
[Web] Allow to set force_pw_update, tls_enforce_in, tls_enforce_out, sogo_access and quarantine_notification when adding a domain (via API)
andryyy
2020-08-22 22:59:13 +0200
155dfc66ee
[Web] Create ACL to toggle permission of a domain administrator to change a domain desc
andryyy
2020-08-19 15:31:54 +0200
5fd77dab2a
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-08-19 09:05:10 +0200
f8af5cae88
[Web] Fix da_acl when adding DA without domain
andryyy
2020-08-19 09:05:04 +0200
76b229c8e4
[Web] update lang.sk.json (#3714 )
Lukáš Matula
2020-08-18 22:57:57 +0200
dbaabb05e2
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-08-16 12:01:13 +0200
c056461a5c
[Web] Fix checkbox for announcements
andryyy
2020-08-16 11:59:14 +0200
aab7efae79
[SOGo] Update to 5.0.0.20200816-1
andryyy
2020-08-16 11:59:03 +0200
ef2c96b010
[SOGo] Update to 5.0.0.20200816-1
andryyy
2020-08-16 11:58:57 +0200
d3d929222f
[Web] Rot announcements
andryyy
2020-08-16 11:54:06 +0200
b65cf9a947
Merge pull request #3704 from ntimo/task/api-docs-syncjob-creation-request
Timo N
2020-08-15 10:27:57 +0200
0dfb59e912
Display app_links always (#3664 )
Tii
2020-08-15 10:14:33 +0200
bf7dd83e88
[API docs] Added request body for sync job creation endpoint
ntimo
2020-08-14 21:00:14 +0200
107e619893
Update dns_diagnostics.php
André Peters
2020-08-13 14:09:13 +0200
1c8cca8187
[Web] MAILCOW_HOSTNAME should not be a CNAME
andryyy
2020-08-13 10:45:44 +0200
c85ce6f2c2
[Dovecot] Update to 2.3.11.3
andryyy
2020-08-13 10:45:13 +0200
d5c600db7e
[Compose] Update MariaDB to 10.4; Update PHP-FPM image to include fix
andryyy
2020-08-07 22:26:17 +0200
c9fb2517a2
[PHP-FPM] Fix lookup of Postfix container when SQL applied an update
andryyy
2020-08-07 22:25:17 +0200
4a8edd5b88
[Web] Fix download link for dns zone file
andryyy
2020-08-07 22:13:03 +0200
2077eb139e
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-08-03 09:30:23 +0200
00f692fbf9
[SOGo] 4.3.2.20200803-1 [Compose] Fix dependency loop
andryyy
2020-08-03 08:42:18 +0200
070cdb7787
Update arc.conf (#3686 )
Dmitriy Alekseev
2020-07-31 20:47:03 +0300
5b52e15fec
Update dkim_signing.conf (#3685 )
Dmitriy Alekseev
2020-07-31 20:46:39 +0300
3dc2b1a721
[Rspamd] Add urlhaus map to rspamd (#3683 )
Marcel Caspar
2020-07-30 15:24:29 +0200
fbe1ba3a7d
[Web] lang.sv.json (#3682 )
Victor Nyberg
2020-07-30 07:28:46 +0200
a4020cc895
Update lang.fr.json (#3679 )
cl-consulting
2020-07-29 19:03:11 +0200
3344da0d28
[Web] Hide mobileconfig with DAV when SOGo is disabled
andryyy
2020-07-29 17:11:18 +0200
7d7f85c998
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-07-29 13:57:38 +0200
a349629a5a
[Rspamd] Remove spoofed unauth symbol from mails from whitelisted fwd hosts
andryyy
2020-07-29 13:57:33 +0200
72387a4a48
Disable SMTPUTF8 in Postfix due Dovecot-LMTP isn't support it (#3680 )
Dmitriy Alekseev
2020-07-29 14:42:39 +0300
e15a019f4c
Update lang.nl.json (#3678 )
Geitenijs
2020-07-27 22:11:39 +0200
9634bcd640
Update lang.de.json (#3603 )
gummipunkt
2020-07-27 20:58:43 +0200
954736cfea
[PHP-FPM] Fix missing aspell lib, update Redis lib, fixes #3675
andryyy
2020-07-25 08:54:43 +0200
b165a47a6e
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-07-23 11:25:14 +0200
e34060e943
[PHP-FPM] Add pspell; [SOGo] Update image
andryyy
2020-07-23 11:21:37 +0200
9685b4b511
Merge pull request #3666 from ntimo/task/api-add-dkim-schema-fix
Timo N
2020-07-18 19:42:02 +0200
4e79ec48a7
[WEB] Fixed schema for add/dkim api docs
ntimo
2020-07-18 19:37:48 +0200
ba90a0658f
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-07-17 07:44:52 +0200
dcf8274d70
[SOGo] 4.3.2.20200717-1
andryyy
2020-07-17 07:34:48 +0200
5567cf0bba
Update lang.ru.json (#3660 )
Dmitriy Alekseev
2020-07-15 23:10:22 +0300
eff907bf90
[Update] IMPORTANT: Remove old and unused bridges overlapping with the new bridge name. Important for older setups running updates
andryyy
2020-07-15 15:29:09 +0200
ea3bac0e5e
[PHP-FPM] Update image to include CIDR fix via mailcow.conf
andryyy
2020-07-15 15:28:32 +0200
41152193c0
[Dovecot] Increase sieve actions and redirects to 100/101
andryyy
2020-07-15 15:28:14 +0200
3ac74258db
[Config] Allow CIDR notation for API_ALLOW_FROM (#3655 )
monsterry
2020-07-15 07:28:02 +0200
317298edbf
[Config] Remove comment about cidr for api_allow
andryyy
2020-07-15 07:27:39 +0200
11d003c985
[Web] Change c_o to varchar 500
andryyy
2020-07-14 16:11:36 +0200
06c8f140b5
[Nginx] Mark script not executable
andryyy
2020-07-14 13:24:37 +0200
4cd51017a7
[Nginx] Mark script executable
andryyy
2020-07-14 13:20:50 +0200
d931083e0e
[SOGo] Disable EAS when SKIP_SOGO=y
andryyy
2020-07-14 13:16:26 +0200
ad8acefb96
[SOGo] Disable EAS when SKIP_SOGO=y
andryyy
2020-07-14 13:13:32 +0200
3d48620980
[SOGo] Disable autodiscover-json for EAS when disabled
andryyy
2020-07-14 12:15:49 +0200
23f58e272b
[SOGo] Update to 4.3.2.20200714-1
andryyy
2020-07-14 07:40:54 +0200
13b2f02a24
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-07-12 21:43:46 +0200
9860b62d4e
[Web] Fix: show success message after quarantine action [Git] Add ignore
andryyy
2020-07-12 21:42:36 +0200
bbf1472424
[WEB] fix undefined elements (#3651 )
Miro Rauhala
2020-07-12 11:15:12 +0300
bae250cc81
DNS: add link for downloading zonefile (#3633 )
Michael Kuron
2020-07-12 09:39:39 +0200
1dc95ba3d3
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
andryyy
2020-07-12 05:21:08 +0200