Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
commit
ab35e1d688
|
@ -9,7 +9,6 @@ fi
|
||||||
# Prepare whitelist
|
# Prepare whitelist
|
||||||
if [[ -s /etc/clamav/whitelist.ign2 ]]; then
|
if [[ -s /etc/clamav/whitelist.ign2 ]]; then
|
||||||
cp /etc/clamav/whitelist.ign2 /var/lib/clamav/whitelist.ign2
|
cp /etc/clamav/whitelist.ign2 /var/lib/clamav/whitelist.ign2
|
||||||
chown clamav:clamav /var/lib/clamav/whitelist.ign2
|
|
||||||
fi
|
fi
|
||||||
if [[ ! -f /var/lib/clamav/whitelist.ign2 ]]; then
|
if [[ ! -f /var/lib/clamav/whitelist.ign2 ]]; then
|
||||||
echo "Example-Signature.Ignore-1" > /var/lib/clamav/whitelist.ign2
|
echo "Example-Signature.Ignore-1" > /var/lib/clamav/whitelist.ign2
|
||||||
|
|
|
@ -89,6 +89,9 @@ namespace inbox {
|
||||||
mailbox "Gelöschte Objekte" {
|
mailbox "Gelöschte Objekte" {
|
||||||
special_use = \Trash
|
special_use = \Trash
|
||||||
}
|
}
|
||||||
|
mailbox "Gelöschte Elemente" {
|
||||||
|
special_use = \Trash
|
||||||
|
}
|
||||||
mailbox "Papierkorb" {
|
mailbox "Papierkorb" {
|
||||||
special_use = \Trash
|
special_use = \Trash
|
||||||
}
|
}
|
||||||
|
@ -142,6 +145,9 @@ namespace inbox {
|
||||||
mailbox "Gesendete Objekte" {
|
mailbox "Gesendete Objekte" {
|
||||||
special_use = \Sent
|
special_use = \Sent
|
||||||
}
|
}
|
||||||
|
mailbox "Gesendete Elemente" {
|
||||||
|
special_use = \Sent
|
||||||
|
}
|
||||||
mailbox "Itens Enviados" {
|
mailbox "Itens Enviados" {
|
||||||
special_use = \Sent
|
special_use = \Sent
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue