mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add info about mail-state
This commit is contained in:
parent
2a43e3c47e
commit
0a0e758d92
|
@ -31,6 +31,10 @@ Assuming that you use `docker-compose` and a data volume container named `mailda
|
|||
-ti tvial/docker-mailserver \
|
||||
tar cvzf /backups/docker-mailserver-`date +%y%m%d-%H%M%S`.tgz /var/mail
|
||||
|
||||
### What about `mail-state` folder?
|
||||
This folder consolidates all data generated by the server itself to persist when you upgrade.
|
||||
Example of data folder persisted: lib-amavis, lib-clamav, lib-fail2ban, lib-postfix, lib-postgrey, lib-spamassasin, lib-spamassassin, spool-postfix, ...
|
||||
|
||||
### How can I configure my email client?
|
||||
Login are full email address (`user@domain.com`).
|
||||
|
||||
|
|
Loading…
Reference in a new issue