diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index bbe739a1..43556b5b 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -864,8 +864,7 @@ function misc() { } function _misc_save_states() { - # Consolidate all state that should be persisted across container restarts into one mounted - # directory + # consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes statedir=/var/mail-state if [ "$ONE_DIR" = 1 -a -d $statedir ]; then notify 'inf' "Consolidating all state onto $statedir"