1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-19 18:17:22 +01:00

Set systemd journald log retention to 10 days (from no limit) to reduce disk usage

This commit is contained in:
Joshua Tauberer
2022-01-08 09:11:48 -05:00
parent 34b7a02f4f
commit d1d6318862
2 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ Control panel:
Other:
* Set systemd journald log retention to 10 days (from no limit) to reduce disk usage.
* Fixed log processing for submission lines that have a sasl_sender or other extra information.
Version 55 (October 18, 2021)