Peter
6b3a5e1f23
Merge pull request #3594 from virre131/master
...
[Web] lang.sv.json
2020-06-06 21:26:23 +02:00
Victor Nyberg
23f5739f97
[Web] lang.sv.json
2020-06-06 20:33:03 +02:00
andryyy
affe216176
[Web] Minor lang change
2020-06-06 19:47:58 +02:00
andryyy
22f0a14b87
[Web] Add SMTP rcpt to qitems, filter invalid addresses
2020-06-06 14:13:46 +02:00
andryyy
b93371ca0a
[Web] Add smtp and header from to quarantine items, add more info to qhandler, allow to open qhandler links from qitem details
2020-06-06 13:25:32 +02:00
andryyy
f9b8d386bc
[Web] Add .to to lang array
2020-06-06 11:35:52 +02:00
Luca Razvan
1c22d24b2b
[Web] Romanian language ( #3593 )
...
romanian language translation file
2020-06-06 11:34:10 +02:00
andryyy
2aba31821b
[Web] Add hint to disallowed login string
2020-06-06 01:14:44 +02:00
andryyy
7a90fabac8
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-06-06 01:14:37 +02:00
andryyy
fc4d6b9b08
[Web] Add hint to disallowed login string
2020-06-06 01:12:49 +02:00
andryyy
ab5d78f675
[Postfix] Fix "disallow login": A catch-all will not catch mail for mailboxes with disallowed login
2020-06-06 01:12:31 +02:00
jonasled
09dc7518be
fixed backup failing ( #3592 )
2020-06-05 12:07:02 +02:00
andryyy
80ad8fc764
[Compose] Update Dovecot, add networks to PHP-FPM
2020-06-04 16:24:53 +02:00
andryyy
75f4b77bc2
[Postfix] Remove smtpd_tls_CAfile, fixes #3589
2020-06-04 16:23:41 +02:00
andryyy
b1db4bf4bc
[Web] Disallow blacklisting of some special networks
2020-06-04 16:22:54 +02:00
andryyy
60e5868dc7
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-06-04 11:38:08 +02:00
Jan Malte Gerth
15254fc48f
[Dovecot] Quarantine: add increment of count to prevent infinity loop ( #3591 )
...
fix #3590
might even prevent memory error in #2545
2020-06-04 11:37:43 +02:00
andryyy
115c6540e2
[Rspamd] Consistent LOCAL_CONFDIR
2020-06-03 08:34:24 +02:00
andryyy
e01c24aa05
[Helper] Fix mariadb restore when "all" is selected, thanks to @takigama
2020-06-03 08:22:55 +02:00
andryyy
a036d5d5f1
[Helper] Fix expiry-dates.sh
2020-06-01 21:43:28 +02:00
andryyy
680da56567
Delete expiry file
2020-06-01 21:43:02 +02:00
andryyy
a54e3ccedf
[Helper] Fix expiry-dates.sh
2020-06-01 21:42:31 +02:00
andryyy
443cc89498
[Helper] expiry-dates.sh to check expiry dates
2020-06-01 21:10:56 +02:00
andryyy
702f221a2d
[Rspamd] More bulk headers
2020-06-01 09:55:45 +02:00
andryyy
063337b58d
[Watchdog] Watch mail queue (added inexpensive check via "find" instead of adding an API endpoint to dockerapi-mailcow)
2020-05-31 11:39:20 +02:00
andryyy
7742b51be7
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-05-30 22:40:07 +02:00
andryyy
a84688e4a1
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-05-30 22:39:11 +02:00
andryyy
ac439c85ec
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-05-30 22:28:17 +02:00
andryyy
b30b0fe5a6
[Update] Update with "ours" is not recommended
2020-05-30 22:24:57 +02:00
Timo N
0a63e5e8ce
Merge pull request #3582 from ntimo/task/update-api-docs
...
[Web] Update API docs
2020-05-30 15:22:39 +02:00
ntimo
a92f025062
[Web] Update API docs
2020-05-30 15:19:58 +02:00
andryyy
7e1c3a0214
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-05-29 19:47:52 +02:00
andryyy
f6a41daffa
[Update] Allow to skip fetching docker-compose
2020-05-29 19:47:44 +02:00
Peter
81f97cf5ff
Merge pull request #3580 from virre131/master
...
[Web] lang.sv.json Slight grammar improvements
2020-05-28 19:52:43 +02:00
Victor Nyberg
e7d8d338ad
[Web] lang.sv.json Slight grammar improvements
2020-05-28 19:49:16 +02:00
andryyy
f30026a85d
[Web] Add password generator to domain admin and admin modals
2020-05-28 12:36:25 +02:00
andryyy
60da09c0dc
[Web] Fix duplicating DKIM keys: Duplicated keys were invalid, fixes #3578
2020-05-28 08:53:27 +02:00
andryyy
6106206790
[Web] Update PHPMailer
2020-05-27 19:45:42 +02:00
andryyy
6ea8560de6
[PHP-FPM] Minor changes to prepare routine
2020-05-27 14:34:34 +02:00
andryyy
a6af7cbc2e
[Web] Expand IPv6 addresses for better comparison
2020-05-26 20:04:22 +02:00
andryyy
ad3cd1be02
[Compose] Update Unbound and Dovecot
2020-05-26 20:04:00 +02:00
andryyy
bdbb0c34be
[Dovecot] Fix invalid rcpt when no bcc is set, fixes #3576
2020-05-26 20:03:40 +02:00
Programmierus
8b02acbef5
Fix a bug that failed to edit Alias by address ( #3574 )
2020-05-25 21:59:13 +02:00
Programmierus
e3d9a53eeb
Some minor changes to Aliases handling ( #3572 )
...
* Allows to get mailbox Aliases by both ID and address
Returns ID within the msg for newly created Aliases
* Uses different query for get Aliases
* Allows to get mailbox Aliases by both ID and address
Returns ID within the msg for newly created Aliases
* Uses different query for get Aliases
* Allows to delete aliases by address
* Update lang files
Reflect id information when adding an alias
Co-authored-by: programmierus <programmierus@icloud.com>
2020-05-25 16:20:59 +02:00
andryyy
b6933fdb96
[Web] Improve SPF checks
2020-05-25 16:13:51 +02:00
andryyy
20e289ce35
[Web] Fix stupid mistake, thanks to @ntimo!
2020-05-24 19:32:46 +02:00
andryyy
0ae53f3fa5
[Web] Scroll admin tables
2020-05-23 20:33:07 +02:00
andryyy
b208037b49
[Rspamd] Do not exclude fwd hosts from dmarc checks
2020-05-23 20:32:56 +02:00
andryyy
4881f617a5
[Rspamd] Changes to WHITELISTED_FWD_HOST composite handling
2020-05-23 12:20:57 +02:00
andryyy
51846cd875
[Web] Fix pt lang
2020-05-23 11:19:17 +02:00