mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
[Rspamd] meta_exporter: return false if not matched
[Compose] Update Dovecot image
This commit is contained in:
parent
1bb9cd4c9a
commit
28c8c53a6e
@ -20,7 +20,7 @@ return function(task)
|
||||
if ratelimited then
|
||||
return true
|
||||
end
|
||||
return
|
||||
return false
|
||||
end
|
||||
EOD;
|
||||
}
|
||||
|
@ -169,7 +169,7 @@ services:
|
||||
- sogo
|
||||
|
||||
dovecot-mailcow:
|
||||
image: mailcow/dovecot:1.68
|
||||
image: mailcow/dovecot:1.69
|
||||
build: ./data/Dockerfiles/dovecot
|
||||
cap_add:
|
||||
- NET_BIND_SERVICE
|
||||
|
Loading…
Reference in New Issue
Block a user