mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #27] Feature request: Messages retention #24
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kzaitsev on GitHub (Dec 14, 2022).
Original GitHub issue: https://github.com/axllent/mailpit/issues/27
Hello, thank you for such a good tool. We use mailpit for our staging installations, but sometimes we get a lot of message from staging. This requires wiping the mailpit database to reduce the consumption of disk space.
It would be great if mailpit got feature like retention policy/retetion time, to delete old messages and prevent the mailpit database bloat.
@axllent commented on GitHub (Dec 14, 2022):
Hi @kzaitsev . Mailpit does have a volume-based retention policy (by default 500 messages). Does this not do what you want?
@kzaitsev commented on GitHub (Dec 14, 2022):
@axllent yes, it should help me with my issue. Thank you so much.