Update u_e-dovecot-vmail-volume.md

Dieser Commit ist enthalten in:
André Peters 2018-12-06 22:40:18 +01:00 committet von GitHub
Ursprung 2edaf1875e
Commit 11227af99b
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -9,11 +9,10 @@ volumes:
o: bind o: bind
``` ```
The process to move the vmail folder is: Moving an existing vmail folder:
Locate the current vmail folder: `docker volume inspect mailcowdockerized_vmail-vol-1` - Locate the current vmail folder by its "Mountpoint" attribute: `docker volume inspect mailcowdockerized_vmail-vol-1`
Copy the `_data` folder to the new folder using `cp -a` - Copy the `_data` folder to the new folder using `cp -a`, `rsync -a` or a similar non strcuture breaking copy command
Stop Mailcow by executing (from the Mailcow root folder) `docker-compose down` - Stop mailcow by executing `docker-compose down` from within your mailcow root folder (e.g. "/opt/mailcow-dockerized")
Create the file `docker-compose.override.yml` - Create the file `docker-compose.override.yml`
Delete the current vmail folder: `docker volume rm mailcowdockerized_vmail-vol-1` - 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` - Start mailcow by executing `docker-compose up -d` from within your mailcow root folder (e.g. "/opt/mailcow-dockerized")