1 (edited by theflash2015 2023-04-23 15:38:09)

Topic: unable to subscribe expunge folder

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
iredmail dockerized
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.

Hi,
Ive set up dovecot lazy expunge plugin with below config, but subscribe to expunge folder button is greyed out in roundcube.
How can i show expunge folder?
Thank you.


namespace {
    prefix = .EXPUNGED/
    hidden = no
    list = yes
    separator = /
    location = maildir:~/Maildir/expunged
}

mail_plugins = $mail_plugins lazy_expunge

plugin {
    # Move messages to an .EXPUNGED mailbox
    lazy_expunge = .EXPUNGED

    # If true, only move to expunged storage if this is the last copy of the message in the user’s account.
    lazy_expunge_only_last_instance = yes

    # Define ACL so that user cannot list the .EXPUNGED mailbox
    acl = vfile:/etc/dovecot/dovecot.acl

    # Expunged messages most likely don't want to be included in quota:
    quota_rule = .EXPUNGED:ignore
}



====

Post's attachments

232957440-2f927f47-e73f-485b-a3fe-c1a3b9ab57bb.png
232957440-2f927f47-e73f-485b-a3fe-c1a3b9ab57bb.png 23.11 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: unable to subscribe expunge folder

up

3

Re: unable to subscribe expunge folder

This plugin is not enabled by iRedMail, please follow Dovecot tutorial for more details:
https://doc.dovecot.org/configuration_m … ge_plugin/

Turn on debug mode in Dovecot if necessary:
https://docs.iredmail.org/debug.dovecot.html