mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-19 12:35:48 +00:00
Updated mailu move docs
This commit is contained in:
@@ -47,8 +47,9 @@ rsync -aHAX --numeric-ids \
|
|||||||
Ensure that Dovecot rebuilds indices cleanly:
|
Ensure that Dovecot rebuilds indices cleanly:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
find /var/lib/docker/volumes/mailu_dovecot_mail/_data/kevinveenbirkenbach@infinito.nexus -type f -name '.dovecot*' -delete
|
find /var/lib/docker/volumes/mailu_dovecot_mail/_data/ -type f -name '.dovecot*' -print -delete
|
||||||
find /var/lib/docker/volumes/mailu_dovecot_mail/_data/kevinveenbirkenbach@infinito.nexus -type f -name 'dovecot-uidlist*' -delete
|
find /var/lib/docker/volumes/mailu_dovecot_mail/_data/ -type f -name 'dovecot-uidlist*' -print -delete
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -74,7 +75,7 @@ After copying, restart Mailu services (or at least `imap` and `smtp`) and confir
|
|||||||
To ensure incoming mail for the old domain is still accepted:
|
To ensure incoming mail for the old domain is still accepted:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose exec admin flask mailu domain alias cymais.cloud infinito.nexus
|
docker compose exec admin flask mailu domain alias add cymais.cloud infinito.nexus
|
||||||
```
|
```
|
||||||
|
|
||||||
This maps all `@cymais.cloud` addresses to their equivalents under `@infinito.nexus`.
|
This maps all `@cymais.cloud` addresses to their equivalents under `@infinito.nexus`.
|
||||||
|
Reference in New Issue
Block a user