public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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
[Compose] Update Dovecot and Rspamd images
2086927b
data/conf/rspamd/local.d/greylist.conf | 3 +++
docker-compose.yml | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
Diff
diff --git a/data/conf/rspamd/local.d/greylist.conf b/data/conf/rspamd/local.d/greylist.conf
index ee0220d7..c43c907f 100644
--- a/data/conf/rspamd/local.d/greylist.conf
+++ b/data/conf/rspamd/local.d/greylist.conf
@@ -1 +1,4 @@
whitelisted_ip = "http://nginx:8081/forwardinghosts.php";
+ipv4_mask = 24;
+ipv6_mask = 64;
+message = "Greylisted, please try again later";
diff --git a/docker-compose.yml b/docker-compose.yml
index 30ee3b64..13787f45 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -71,7 +71,7 @@ services:
- clamd
rspamd-mailcow:
- image: mailcow/rspamd:1.74
+ image: mailcow/rspamd:1.75
stop_grace_period: 30s
depends_on:
- dovecot-mailcow
@@ -193,7 +193,7 @@ services:
- sogo
dovecot-mailcow:
- image: mailcow/dovecot:1.137
+ image: mailcow/dovecot:1.138
depends_on:
- mysql-mailcow
dns: