From 822175f20a2b5db159794af6094350bf3a616174 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 14 Nov 2018 22:18:02 +0100 Subject: [PATCH 1/2] Outlook-Folder-Alias --- data/conf/dovecot/dovecot.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 934a4f2f..5a772073 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -75,6 +75,9 @@ namespace inbox { mailbox "Gelöschte Objekte" { special_use = \Trash } + mailbox "Gelöschte Elemente" { + special_use = \Trash + } mailbox "Papierkorb" { special_use = \Trash } @@ -128,6 +131,9 @@ namespace inbox { mailbox "Gesendete Objekte" { special_use = \Sent } + mailbox "Gesendete Elemente" { + special_use = \Sent + } mailbox "Itens Enviados" { special_use = \Sent } From 9a906477093e34b464cf440a4a296f02f460df56 Mon Sep 17 00:00:00 2001 From: amorfo77 <45470655+amorfo77@users.noreply.github.com> Date: Thu, 10 Jan 2019 13:31:34 +0100 Subject: [PATCH 2/2] [Clamav] Remove duplicate chown --- data/Dockerfiles/clamd/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/data/Dockerfiles/clamd/bootstrap.sh b/data/Dockerfiles/clamd/bootstrap.sh index a8239650..70dbecdf 100755 --- a/data/Dockerfiles/clamd/bootstrap.sh +++ b/data/Dockerfiles/clamd/bootstrap.sh @@ -16,7 +16,6 @@ chmod g+rw /dev/console # Prepare whitelist if [[ -s /etc/clamav/whitelist.ign2 ]]; then cp /etc/clamav/whitelist.ign2 /var/lib/clamav/whitelist.ign2 - chown clamav:clamav /var/lib/clamav/whitelist.ign2 fi if [[ ! -f /var/lib/clamav/whitelist.ign2 ]]; then echo "Example-Signature.Ignore-1" > /var/lib/clamav/whitelist.ign2