Skip to content

autoexpunge not work #4724

Description

@rino1
$ docker compose config mail-server | grep image
    image: mailserver/docker-mailserver:15.1.0
 
$ docker compose run --rm mail-server 
    grep -H --before-context=3 autoexpunge \
        /etc/dovecot/conf.d/15-mailboxes.conf
/etc/dovecot/conf.d/15-mailboxes.conf-  mailbox Sent {
/etc/dovecot/conf.d/15-mailboxes.conf-    auto = subscribe
/etc/dovecot/conf.d/15-mailboxes.conf-    special_use = \Sent
/etc/dovecot/conf.d/15-mailboxes.conf:    autoexpunge = 1d
 
$ docker compose exec mail-server doveconf -n | grep -A3     "mailbox Sent"
  mailbox Sent {
    auto = subscribe
    autoexpunge = 1 days

But the Sent directory contains messages older than a day.

Why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    meta/help wantedThe OP requests help from others - chime in! :D

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions