Update u_e-dovecot-vmail-volume.md

Included the process to move the vmail folder.
Dieser Commit ist enthalten in:
fcovecino 2018-10-26 16:49:37 -05:00 committet von GitHub
Ursprung 7ce56666ef
Commit 2edaf1875e
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -8,3 +8,12 @@ volumes:
device: /data/mailcow/vmail
o: bind
```
The process to move the vmail folder is:
Locate the current vmail folder: `docker volume inspect mailcowdockerized_vmail-vol-1`
Copy the `_data` folder to the new folder using `cp -a`
Stop Mailcow by executing (from the Mailcow root folder) `docker-compose down`
Create the file `docker-compose.override.yml`
Delete the current vmail folder: `docker volume rm mailcowdockerized_vmail-vol-1`
Start Mailcow by executing (from the Mailcow root folder) `docker-compose up -d`