NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Rspamd] Reduce fishy tld score [Compose] Update Dovecot image

1414e9df
andryyy <[email protected]> 7 years ago
data/conf/rspamd/local.d/multimap.conf | 2 +-
 docker-compose.yml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/data/conf/rspamd/local.d/multimap.conf b/data/conf/rspamd/local.d/multimap.conf
index 69ceeae8..c8bb79f5 100644
--- a/data/conf/rspamd/local.d/multimap.conf
+++ b/data/conf/rspamd/local.d/multimap.conf
@@ -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 {
diff --git a/docker-compose.yml b/docker-compose.yml
index 55915c0b..103a5e18 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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