andryyy
47a15c21aa
[Rspamd] Pushover, check sender by regex
2020-04-16 21:58:30 +02:00
andryyy
7fa10cc3b4
[Rspamd] Moore Pushover fixes
2020-04-16 15:42:57 +02:00
andryyy
1e9c5baab5
[Web] Allow to split DKIM every 255 chars via vars.inc.php ( fixes #3473 )
2020-04-16 12:57:15 +02:00
andryyy
1be3ca3fb9
[Rspamd] Pushover fixes
2020-04-16 12:23:27 +02:00
andryyy
c67bb75071
[Rspamd] More pushover options
2020-04-16 11:32:53 +02:00
andryyy
59a2ea0959
[Web, Dovecot] Show last IMAP and POP3 logins, toggle via vars.inc.php SHOW_LAST_LOGIN
2020-04-13 20:34:39 +02:00
andryyy
aca16f68d1
[Web] Fix typo and missing Dovecot restart function ( fixes #3466 )
2020-04-12 19:26:32 +02:00
andryyy
ad536fd43a
[Web] Restart Dovecot when changing global sieve filters, add a warning
2020-04-11 21:44:53 +02:00
Timo N
048899ad71
[Web] Fixed read write API permissions ( #3465 )
2020-04-11 07:33:13 +02:00
andryyy
08d2bdd6c7
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-04-10 21:01:33 +02:00
andryyy
8f4540d5d9
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
2020-04-10 21:00:23 +02:00
Marcel Knorr
24e8a798c8
[Web] Fixed DKIM regex to allow arguments after the public key ( #3462 )
...
Co-authored-by: Marcel Knorr <marcel.knorr@mk-soft.net>
2020-04-09 22:21:17 +02:00
andryyy
92f8b4a091
[Web] Add domain statistics
2020-04-06 08:52:27 +02:00
andryyy
0095388f27
[Web] Show label for relayed domains; Return total bytes and msgs of domain in API (WIP)
2020-04-05 11:35:37 +02:00
andryyy
9141078059
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-04-03 20:40:11 +02:00
andryyy
ef0b40085b
[Postfix] Allow to relay only non-local mailboxes
2020-04-03 20:39:53 +02:00
Kristian Feldsam
1e2bcfb946
Quarantine release - fix when sender is empty ( #3445 )
...
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2020-04-03 12:31:00 +02:00
andryyy
3e2cbac778
[Rspamd] 2.5 RC3
2020-03-31 10:03:40 +02:00
andryyy
ccd4dda397
[Web] Some minor changes
2020-03-28 19:51:42 +01:00
andryyy
7a4560ee28
[Web] CSS fixes; Add OAUTH2_FORGET_SESSION_AFTER_LOGIN to vars.inc.php (wip); Do not run initdb on non-master cow
2020-03-24 18:46:11 +01:00
andryyy
2b1ff6c9a3
[Web] Fix sieve example insert
2020-03-19 12:46:39 +01:00
andryyy
e1897b0631
[Web] Allow to set global sieve filters
2020-03-19 12:23:48 +01:00
andryyy
56538c4ef8
[Web] Fix transport validation, thanks to Gideon!
2020-03-08 20:23:02 +01:00
andryyy
a529307603
[Web] Add missing maps
2020-03-06 08:43:19 +01:00
andryyy
41db65979d
[Web] Sort langs
2020-03-05 07:23:31 +01:00
André Peters
c7d278384a
[Web] Add slovak language ( #3387 )
2020-03-05 07:22:44 +01:00
André Peters
dcc9dd08a5
Aliases in SoGO will be sorted this way ( #3386 )
...
* Aliases in SoGO will be sorted this way
The sender drop down list when writing a new email in SoGO will be sorted with this patch. Currently they are in a pretty random order. I had to manually drop and recreate the view, not sure how to trigger this in Mailcow.
* Update init_db.inc.php
Co-authored-by: André Peters <andre.peters@debinux.de>
2020-03-05 07:16:26 +01:00
andryyy
b1242259e7
[Web] Fix cow level, sorry :(
2020-03-04 12:54:38 +01:00
andryyy
e91ddef717
[Web] Check smtp_tls_policy_map destination (more checks should be added)
2020-03-04 12:35:15 +01:00
Victor Nyberg
998c9515a2
Swedish language translation for Mailcow ( #3366 )
2020-02-27 06:50:03 +01:00
andryyy
c785c8f700
[Dovecot] Show last mail (pop3, imap) login in web interface
2020-02-25 19:38:20 +01:00
andryyy
ebf292531d
[Web] Set desc == domain name, when desc is empty, implements #3341
2020-02-21 08:59:50 +01:00
andryyy
0ac4281f0e
[Web] Allow to skip IP check for API
2020-02-16 20:08:36 +01:00
andryyy
aa5128997e
[Web] Fix data type for port1 in imapsync
2020-02-16 13:05:55 +01:00
andryyy
868e9e3954
[Web] Unlearn spam if released from quarantine, implements #3327
2020-02-15 16:30:32 +01:00
andryyy
4ea843f087
[Web] Replace rtrim by preg_replace to fix transport checks
2020-02-11 08:18:29 +01:00
andryyy
8a3fc802c5
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-02-06 07:04:31 +01:00
andryyy
6686152ce0
[Web] Use redis master where necessary, hide UI if not master, create replicate quota2 table
2020-02-05 11:04:14 +01:00
Dmitriy Alekseev
19a6b45302
Change want_spam to list of symbols_enabled ( #3304 )
...
* Change want_spam to list of symbols_enabled
want_spam disable all mail processing by RspamD, so DKIM signing is not applied for any mail where rcpt is /postmaster@*/, including external one.
* Update preset_2.yml
Co-authored-by: André Peters <andre.peters@debinux.de>
2020-01-30 17:48:04 +01:00
andryyy
cbe4f4ce70
[Web] Minor changes
2020-01-29 10:37:55 +01:00
andryyy
fc37442d21
[Web] Fix transport validation for hostnames
2020-01-22 11:04:10 +01:00
andryyy
79ab962d50
[Web] Fix some transport verifications
2020-01-16 21:11:46 +01:00
andryyy
7fed117aac
[Web] Fix quarantine for sneaky dots, also fixes #3263
2020-01-15 10:23:42 +01:00
andryyy
4a72cda789
[Web] Minor hint for future todo
2020-01-12 12:22:57 +01:00
andryyy
157d2579e4
[Web] Complain about non-email email fields
2020-01-10 20:49:07 +01:00
andryyy
12b014082d
[Web] Allow to set bcc for quarantine messages
2020-01-10 20:43:40 +01:00
andryyy
dc97d4f365
[Web] Hide app passwords from logs
2020-01-09 19:15:13 +01:00
andryyy
d468ecfa65
[Web] Add more sieve presets
2019-12-27 22:03:11 +01:00
andryyy
a89df381f8
[Web] Fix global maps
2019-12-27 15:51:23 +01:00
andryyy
f2ae0db9a2
[Web] Minor fixes, some style adjustments
2019-12-23 14:46:57 +01:00