1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00

add restore and expire message in file-server.ini

restore_messages: on
expire_messages_days: 21
This commit is contained in:
pp-r 2024-06-08 09:35:43 +02:00 committed by GitHub
parent 01356ce9dd
commit 24e4ecec49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,12 @@
# Log is compacted on start (deleted objects are removed).
enable: on
# Undelivered messages are optionally saved and restored when the server restarts,
# they are preserved in the .bak file until the next restart.
restore_messages: on
expire_messages_days: 21
# Log daily server statistics to CSV file
log_stats: off
[AUTH]