mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-17 16:45:06 +00:00
[Rspamd] Reduce fishy tld score
[Compose] Update Dovecot image
This commit is contained in:
parent
a5d569e0ca
commit
1414e9df00
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ FISHY_TLD {
|
|||
filter = "email:domain";
|
||||
map = "${LOCAL_CONFDIR}/custom/fishy_tlds.map";
|
||||
regexp = true;
|
||||
score = 0.2;
|
||||
score = 0.1;
|
||||
}
|
||||
|
||||
BAD_WORDS {
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ services:
|
|||
- sogo
|
||||
|
||||
dovecot-mailcow:
|
||||
image: mailcow/dovecot:1.86
|
||||
image: mailcow/dovecot:1.88
|
||||
build: ./data/Dockerfiles/dovecot
|
||||
cap_add:
|
||||
- NET_BIND_SERVICE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue