[Rspamd] Remove authenticated user from auth results header
[Dovecot] Fix permissions of console [Compose] New Dovecot image
This commit is contained in:
parent
7a0192717e
commit
395f0f7a3d
@ -193,6 +193,7 @@ chown -R vmail:vmail /var/vmail/sieve
|
|||||||
chown -R vmail:vmail /var/volatile
|
chown -R vmail:vmail /var/volatile
|
||||||
adduser vmail tty
|
adduser vmail tty
|
||||||
chmod g+rw /dev/console
|
chmod g+rw /dev/console
|
||||||
|
chown root:tty /dev/console
|
||||||
chmod +x /usr/local/lib/dovecot/sieve/rspamd-pipe-ham \
|
chmod +x /usr/local/lib/dovecot/sieve/rspamd-pipe-ham \
|
||||||
/usr/local/lib/dovecot/sieve/rspamd-pipe-spam \
|
/usr/local/lib/dovecot/sieve/rspamd-pipe-spam \
|
||||||
/usr/local/bin/imapsync_cron.pl \
|
/usr/local/bin/imapsync_cron.pl \
|
||||||
|
@ -13,6 +13,7 @@ routines {
|
|||||||
authentication-results {
|
authentication-results {
|
||||||
header = "Authentication-Results";
|
header = "Authentication-Results";
|
||||||
remove = 1;
|
remove = 1;
|
||||||
|
add_smtp_user = false;
|
||||||
spf_symbols {
|
spf_symbols {
|
||||||
pass = "R_SPF_ALLOW";
|
pass = "R_SPF_ALLOW";
|
||||||
fail = "R_SPF_FAIL";
|
fail = "R_SPF_FAIL";
|
||||||
|
@ -173,7 +173,7 @@ services:
|
|||||||
- sogo
|
- sogo
|
||||||
|
|
||||||
dovecot-mailcow:
|
dovecot-mailcow:
|
||||||
image: mailcow/dovecot:1.75
|
image: mailcow/dovecot:1.76
|
||||||
build: ./data/Dockerfiles/dovecot
|
build: ./data/Dockerfiles/dovecot
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
|
Loading…
Reference in New Issue
Block a user