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
[Rspamd] Remove authenticated user from auth results header [Dovecot] Fix permissions of console [Compose] New Dovecot image
395f0f7a
data/Dockerfiles/dovecot/docker-entrypoint.sh | 1 +
data/conf/rspamd/local.d/milter_headers.conf | 1 +
docker-compose.yml | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
Diff
diff --git a/data/Dockerfiles/dovecot/docker-entrypoint.sh b/data/Dockerfiles/dovecot/docker-entrypoint.sh
index 1ed3e9f8..e11977b8 100755
--- a/data/Dockerfiles/dovecot/docker-entrypoint.sh
+++ b/data/Dockerfiles/dovecot/docker-entrypoint.sh
@@ -193,6 +193,7 @@ chown -R vmail:vmail /var/vmail/sieve
chown -R vmail:vmail /var/volatile
adduser vmail tty
chmod g+rw /dev/console
+chown root:tty /dev/console
chmod +x /usr/local/lib/dovecot/sieve/rspamd-pipe-ham \
/usr/local/lib/dovecot/sieve/rspamd-pipe-spam \
/usr/local/bin/imapsync_cron.pl \
diff --git a/data/conf/rspamd/local.d/milter_headers.conf b/data/conf/rspamd/local.d/milter_headers.conf
index 7f21b8e0..d8d40258 100644
--- a/data/conf/rspamd/local.d/milter_headers.conf
+++ b/data/conf/rspamd/local.d/milter_headers.conf
@@ -13,6 +13,7 @@ routines {
authentication-results {
header = "Authentication-Results";
remove = 1;
+ add_smtp_user = false;
spf_symbols {
pass = "R_SPF_ALLOW";
fail = "R_SPF_FAIL";
diff --git a/docker-compose.yml b/docker-compose.yml
index 71f620a6..fcf3f824 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -173,7 +173,7 @@ services:
- sogo
dovecot-mailcow:
- image: mailcow/dovecot:1.75
+ image: mailcow/dovecot:1.76
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE