mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
add restore message on in file-server.ini
restore_messages: on
This commit is contained in:
parent
13d0a4d420
commit
01dda19b4b
1 changed files with 6 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue