I use PEP for Android as client. When I look at sogo, I no longer see any mails in the trash, but hundreds can still be seen on the admin page. Only if I click on empty recycle bin again via sogo, then they are gone.
I have the same behavior with Thunderbird. If I delete them one by one, the mails are only set to not visible, only by empty recycle bin they are really gone.
It looks like the expunge: box=Trash step is missing when deleting it one by one.
How can that be changed if I don't always want to login with sogo or thunderbird to finally delete it? I don't want to empty the trash after X weeks, only manually.
System information
Question
Answer
My operating system
Debian 5.10.140-1
Is Apparmor, SELinux or similar active?
Apparmor is active
Virtualization technology (KVM, VMware, Xen, etc - LXC and OpenVZ are not supported
KVM
Server/VM specifications (Memory, CPU Cores)
4GB, 4 Cores
Docker version (docker version)
20.10.17
docker-compose version (docker-compose version)
v2.9.0
mailcow version (git describe --tags `git rev-list --tags --max-count=1`)
2022-09a
Reverse proxy (custom solution)
NO
Output of git diff origin/master, any other changes to the code? If so, please post them:
+smtpd_tls_dh1024_param_file = /etc/ssl/mail/dh2048.pem
+smtp_tls_ciphers = high
+smtp_tls_mandatory_ciphers = high
+smtpd_tls_ciphers = high
+smtpd_tls_mandatory_ciphers = high
+tls_high_cipherlist = tls_high_cipherlist = ECDHE-ECDSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:ECDHE-RSA-CHACHA20-POLY1305:TLS_CHACHA20_POLY1305_SHA256:ECDHE-RSA-AES128-GCM-SHA256:TLS_AES_128_GCM_SHA256
+smtpd_tls_eecdh_grade = ultra
Contribution guidelines
I've found a bug and checked that ...
Description
Hi,
my problem is that the mails are not deleted from the trash, they are just no longer displayed.
Logs
Steps to reproduce
I use PEP for Android as client. When I look at sogo, I no longer see any mails in the trash, but hundreds can still be seen on the admin page. Only if I click on
empty recycle bin
again via sogo, then they are gone.I have the same behavior with Thunderbird. If I delete them one by one, the mails are only set to not visible, only by
empty recycle bin
they are really gone. It looks like theexpunge: box=Trash
step is missing when deleting it one by one.How can that be changed if I don't always want to login with sogo or thunderbird to finally delete it? I don't want to empty the trash after X weeks, only manually.
System information
docker version
)docker-compose version
)git describe --tags `git rev-list --tags --max-count=1`
)Output of
git diff origin/master
, any other changes to the code? If so, please post them: