mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
While mbox and maildir files get deleted by dovecot right away, that's not the case for mdbox files. Since they contain multiple mails at once in a proprietary format rewriting is expensive. That's why this step is done in a separate step outside the dovecot process.
9 lines
104 B
SYSTEMD
9 lines
104 B
SYSTEMD
[Unit]
|
|
Description=Daily Dovecot cleanup
|
|
|
|
[Timer]
|
|
OnCalendar=00:05:00
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|