andryyy
aa5128997e
[Web] Fix data type for port1 in imapsync
2020-02-16 13:05:55 +01:00
andryyy
823bba6ca7
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-02-15 16:35:25 +01:00
andryyy
c96fc8e91d
[Web] Add icon to indicate relayed domain
2020-02-15 16:35:23 +01:00
andryyy
f62183974d
[Web] Some more quarantine lang strings
2020-02-15 16:30:51 +01:00
andryyy
868e9e3954
[Web] Unlearn spam if released from quarantine, implements #3327
2020-02-15 16:30:32 +01:00
Lukas Matula
1165d0d1af
[Web] Add latin-ext to PT Sans font #3018 ( #3333 )
2020-02-15 16:26:40 +01:00
andryyy
b5c844d704
[Postfix] IMPORTANT: Disabling TLS 1.0 and 1.1 for submission and smtps
2020-02-12 10:36:54 +01:00
andryyy
77d922c05a
[Dovecot] IMPORTANT: Disabling TLS 1.0 and 1.2 - welcome to 2020
2020-02-12 09:12:24 +01:00
andryyy
701198b8f4
[Dovecot] Fix check to determine running imapsync procs, todo: more jobs at the same time
2020-02-12 08:32:58 +01:00
andryyy
4ea843f087
[Web] Replace rtrim by preg_replace to fix transport checks
2020-02-11 08:18:29 +01:00
andryyy
9d04d0ee4a
[Rspamd] Add X-Last-TLS-Session-Version header
2020-02-09 19:08:28 +01:00
andryyy
06df5f3017
[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313
2020-02-06 08:28:48 +01:00
andryyy
82c094c77c
[Postfix] Added custom_postscreen_whitelist.cidr for a custom Postscreen wl, fixes #3313
2020-02-06 08:28:05 +01:00
andryyy
8a3fc802c5
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-02-06 07:04:31 +01:00
andryyy
1abd0357d7
[Web] Keep modal data when adding a sync job
2020-02-06 07:03:03 +01:00
andryyy
a71f8ed5af
[PHP-FPM] Do not use Redis for session handling
2020-02-05 11:04:34 +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
andryyy
13213fa30b
[Web] Prefer sieve redirects: adjust lang files
2020-02-05 11:03:09 +01:00
andryyy
ad55dd8f05
[Rspamd] Use redis master for RL operations in pipe_rl
2020-02-05 11:02:31 +01:00
andryyy
23cf8995df
[Dovecot] Set replicator options by default - unused, no support or docs as of today
2020-02-05 11:01:50 +01:00
andryyy
1ad469a24a
[Watchdog] Use Redis master for write operations
2020-02-05 11:01:09 +01:00
andryyy
9dec216261
[SOGo] Delete test file
2020-02-05 11:00:33 +01:00
andryyy
6898e6c8f9
[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master
2020-02-05 10:59:32 +01:00
andryyy
b889c70db8
[Rspamd] Set Redis slaveof if not master, adjust redis configs automatically
2020-02-05 10:58:52 +01:00
andryyy
15fb2e22ea
[Postfix] Use Redis master if set
2020-02-05 10:58:04 +01:00
andryyy
f6b3a6e874
[PHP-FPM] Check if master, write to Redis master only
2020-02-05 10:57:37 +01:00
andryyy
423104db61
[Netfilter] Use Redis master if set
2020-02-05 10:57:14 +01:00
andryyy
c8b9f2b36c
[Dovecot] Add auth_passdb_lookup to LUA, add default plugins for replicator, check if master, add node to GUID creation, use correct syslog-ng config if Redis write-master is not redis-mailcow, trim logs on Redis master
2020-02-05 10:56:44 +01:00
andryyy
1fb81f0511
[ACME] Use redis master for write operations
2020-02-05 10:53:23 +01:00
Michael Kuron
3cdbe7b73c
Reduce Rspamd DNSBL false positives ( #3311 )
...
* rspamd: ignore Spamhaus XBL for Received headers
* rspamd: ignore SORBS RBL for forwarding hosts
* rspamd: ignore RBLs for forwarding hosts
2020-02-04 12:35:52 +01:00
André Peters
60fb5498ff
Update mime_types.conf
2020-02-04 12:06:20 +01:00
André Peters
96a507c927
Update mime_types.conf
2020-02-04 12:05:24 +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
de5fb9a03c
[SOGo] Some script changes
2020-01-29 10:33:42 +01:00
andryyy
cf4baa00a6
[Dovecot] Fix quarantine bcc, use socket for LUA API
2020-01-29 10:30:06 +01:00
andryyy
f1aa306ff2
[Watchdog] Add external check for open relay, requires SAL
2020-01-25 18:26:56 +01:00
andryyy
fc37442d21
[Web] Fix transport validation for hostnames
2020-01-22 11:04:10 +01:00
andryyy
76d75edb64
[SOGo] Fix for whitespaces in mysql return; Order aliases
2020-01-22 10:15:40 +01:00
andryyy
d83013667b
[Rspamd] Do not normalise domains to eSLD for ARC
2020-01-19 13:17:23 +01:00
andryyy
d4c468d7a5
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-01-19 09:24:44 +01:00
andryyy
081602def9
[Postfix] Client rcpt rate limit set to 50
2020-01-18 16:32:41 +01:00
andryyy
57af5103c7
[Rspamd] Ratelimit for bounces reduced, max_rcpt for ratelimit increased
2020-01-18 16:32:27 +01:00
Max
efdba7729e
Additional individualization with main_name ( #3275 )
...
Use main_name in the "Yubico OTP Authentifizierung" modal and in the mailbox edit modal.
2020-01-18 16:23:30 +01:00
Marcel Hofer
b8a12ad192
[SSL] fix bug with pruning old certificates ( #3272 )
2020-01-17 22:36:04 +01:00
Michael Kuron
4c2e13009b
rspamd: More comprehensive attachment handling ( #3273 )
...
- block all Office documents with macros
- don’t just block all doc files
- mark some more Windows executable extensions as bad
2020-01-17 22:19:12 +01:00
andryyy
5da3895eea
Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
2020-01-16 21:13:14 +01:00
andryyy
79ab962d50
[Web] Fix some transport verifications
2020-01-16 21:11:46 +01:00
Dmitriy Alekseev
307df83ace
Update lang.ru.json
2020-01-16 19:29:11 +02:00
andryyy
7fed117aac
[Web] Fix quarantine for sneaky dots, also fixes #3263
2020-01-15 10:23:42 +01:00