[Rspamd] Remove authenticated user from auth results header

[Dovecot] Fix permissions of console
[Compose] New Dovecot image
master
andryyy 2019-05-29 18:02:14 +02:00
parent 7a0192717e
commit 395f0f7a3d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
3 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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";

View File

@ -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